The Chipi Pay API provides comprehensive functionality for integrating service purchasing capabilities into your applications.
GET /skus
endpoint to retrieve the list of available services.sku_id
to buy a service.
The rest of the fields are useful for displaying the service details to the user.POST /buy-sku
endpoint to complete the transaction.
Use the transaction hash from step 2 and call the endpoint to buy the service.