The Void Authorization API is used to cancel a previously authorized payment before the funds are captured, releasing the hold on the customer’s account.
API Key for Authorization. Format: 'Basic YOUR_API_KEY_HERE'
API Key specific to x-api-key.
The request payload to void a transaction.
Transaction voided successfully
True on successful transaction, false on failure.
true
The status code of the transaction.
201
True if live transaction, false if test transaction.
false
The transaction type (e.g., VOID).
"VOID"
A JSON object containing the response from the gateway.
A JSON object containing the details of the merchant.
A JSON object containing the payment details of the transaction.
A JSON object containing details of the transaction.