Environments
Use the Sandbox environment for development and testing. Switching to production only requires changing the API endpoint URL.
1. Get Access Token
Get your access token from the “Merchant Settings” page in the merchant dashboard.For detailed instructions, see Authentication.
2. Create Payment
3. Redirect Customer
Redirect the customer to thepayment_url from the response.
After payment completion, the customer is redirected to the URL configured for your account in the merchant dashboard (success_redirect_url / failure_redirect_url).
To send each payment to a different page, pass success_url, failure_url, or cancel_url when creating the payment — they override the dashboard defaults for that payment only. request_id, transaction_id, and status are appended to the URL as query parameters.
4. Verify Payment Result
Next Steps
API Reference
Complete API endpoint documentation
Implement Refunds
How to refund payments