How to add Balancesoft Payment API to your checkout flow
Save your web endpoint URL on Balancesoft
You first need to set the end points for which webhooks will be sent to. Set endpoints for both test and live mode.

Programmatically generate the Balancesoft payment link from your checkout page
API parameters, format and testbed can be found in this Swagger documentation - https://app.swaggerhub.com/apis-docs/Balancesoft/Balancesoft_Client_API
Note the Create Payment Request, Fetch list of Payment Requests, and Fetch Payment Request by ID endpoints especially.
You can run real requests on the Swagger documentation page by providing your API key in the authorization header and try out the real built-in requests.
You may use tools like https://swagger.io/ and https://webhook.site/ to help with your API development.
Last updated
Was this helpful?