v1
latestOpenAPI 3.1.02026-07-24170121.2 MBCancel Transactions
Cancel
This API endpoint allows you to cancel a pending transaction prior to the card being submitted for processing. Once the card has begun processing, the transaction can no longer be cancelled via this API.
post/v3/transactions/{traceId}/cancel
Path parameters
traceIdstring uuid required
Unique trace identifier for the transaction
Headers
Authorizationstring required
Bearer token used to authenticate API requests.
X-Idempotency-Keystring uuid required
Unique key used to prevent duplicate transaction commands.
Request body
Example request
{
"tenantId": "145504363463",
"terminalId": "1850401309"
}Response
Transaction cancellation successful.
Example response
{
"response": {
"status": "SUCCESS"
}
}