v1
latestOpenAPI 3.1.02026-07-24170121.2 MBTransactions
Void
This API endpoint allows you to send a void command to the terminal for a previously submitted sale. The final outcome is delivered asynchronously to the callbackURL.
post/v3/transactions/void
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": "000123400010",
"terminalId": "0099999999",
"transactionId": "3fa85f645717",
"originalTransactionId": "1234456xdf",
"callbackURL": "https://example.com/payarc/callback"
}Response
Transaction Initiated
Example response
{
"response": {
"status": "SUCCESS"
}
}