Build against one payment API.
Start with Sale, 3DS server-to-server, recurring payments, refunds, voids, settlement, response codes and token migration flows.
Documentation built around payment flows.
A clear left navigation, flow-based guides and code examples for each payment lifecycle operation — organised the way an integration actually proceeds.
Accept payments
Create a sale and capture it on your schedule.
Authenticate payments
Server-to-server 3DS attached to the same request.
Manage lifecycle
Recurring billing, refunds, voids and settlement.
Understand responses
Statuses and mapped response codes for every attempt.
Migrate tokens
Move stored card credentials onto the platform.
One sale, the whole lifecycle.
Request, decision, response — then every lifecycle operation against the same transaction. The flow your integration follows is the flow the documentation follows.
Request
POSTPOST /payment
{
"amount": "•••",
"currency": "•••",
"cardToken": "tok_••••",
"capture": true
}
Decision
Response
{
"status": "approved",
"code": "•••",
"transaction": "•••"
}
A small, predictable API surface.
Five endpoints cover the integration — from the first sale to settlement, refunds and response handling. Token migration runs through the same payment request.
Endpoints as published in the API documentation. Full payloads, fields and response codes live in the reference.
Ready to integrate Paysation?
Talk to our team about API access, documentation, test credentials and integration flows.