Payin API
This section covers technical details of the Payin API. It contains functional examples of the requests and important observations to be taken into account during integration.
- All calls to the Payin API use HTTP POST Request.
- All calls to the Payin API should with JSON body parameters.
- All calls to the Payin API will return JSON responses, including errors.
- Sandbox environment vs Production.
- How to create a checkout page.
- How to submit a payin request.
- Receiving a notification. When and how.
- Credit card recurring payment
- Use JS to get token and fingerprint
- Get support bank list for Cash and Banktransfer payment
- Query the details of an order
- Query the installment detail of a credit card order
- Submit refund request
- Some usefully data like methods, test data, etc
- API Code
- Pagsmile Payin API Code
Last modified 8mo ago