Build secure checkout, status checks, and refunds with one clear API guide.
Start with the integration guide, review payment and refund endpoints, then test requests through the API interface with Bearer token authentication and JSON callbacks.
{
"paymentMethod": "CARD",
"amount": "66.00",
"currency": "USD",
"invoiceNumber": "abcd1234",
"cardNumber": "4000000000000002",
"expMonth": "05",
"expYear": "30",
"cvv": "123",
"firstName": "Sherlock",
"lastName": "Holmes",
"email": "[email protected]",
"phone": "9876543210",
"address": "221B Baker Street",
"city": "London",
"state": "State",
"zip": "NW16XE",
"country": "UK",
}
Choose the page you need
Each page focuses on a specific part of the payment lifecycle, from setup to callback handling.
Move from setup to live transaction handling.
The documentation is organized around the same path your integration follows: authenticate, create payments, receive callbacks, query status, and process refunds.
Send requests with a valid Bearer token.
Submit customer, card, amount, and callback details.
Process success, declined, unauthorized, and 3DS responses.
Check transaction status or initiate eligible refunds.