The Transaction Status API is used to retrieve the current status of a specific transaction, including pre-authorization, capture, refund, or void transactions.
API Key for Authorization. Format: 'Basic YOUR_API_KEY_HERE'
API Key specific to x-api-key.
The original transaction ID of the Pre-Auth, Capture, Refund, or Void transaction.
36Transaction status retrieved successfully
True on successful transaction, false on failure.
true
The status code of the transaction.
200
True if live transaction, false if test transaction.
false
The transaction type (e.g., PRE_AUTH, CAPTURE).
"CAPTURE"
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.
A JSON object containing details of risk.