Transaction Status API
The Transaction Status API is used to retrieve the current status of a specific transaction, including pre-authorization, capture, refund, or void transactions.
Key Points
-
The transactionId is required to query the status of the specific transaction.
-
The API will return detailed information about the transaction, including its current status and any relevant error codes or messages.
-
This API is essential for tracking and managing transaction lifecycles, ensuring that transactions are completed successfully or identifying any issues that require attention.
Api Parameters
Authorizations
API Key for Authorization. Format: 'Basic YOUR_API_KEY_HERE'
API Key specific to x-api-key.
Path Parameters
The original transaction ID of the Pre-Auth, Capture, Refund, or Void transaction.
36
Response
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.