v1
latestOpenAPI 3.0.12026-07-24204977.5 KBPre-Auth
Capture a pre-authorization
Executes the held funds for a pre-authorization and creates an order. The pre-auth must be in AUTHORIZED status.
post/tokenized-payment/v1/pre-auths/{id}/capture
Path parameters
idstring required
Request body
Example request
{
"useCashback": true,
"merchantMetadata": {
"tripId": "trip-456"
},
"callbackUrl": "https://merchant.example.com/webhooks/shopback"
}Response
Example response
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"orderUuid": "7b3f1234-ab12-4321-b123-000000000001",
"status": "APPROVED",
"orderType": "ONLINE",
"merchantRef": "trip-456",
"merchantOrderId": "order-789",
"consumerEmail": "user@example.com",
"createdAt": "2026-04-30T10:00:00.000Z"
}