How to add Balancesoft Payment API to your checkout flow
Last updated
Was this helpful?
Last updated
Was this helpful?
You first need to set the end points for which webhooks will be sent to. Set endpoints for both test and live mode.
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.