Transaction Status
Verifying Transaction Status
This section outlines the transaction status API, which allows you to query details of a specific transaction, including both payouts and deposits. Access the API endpoint here.
Request Structure
To check the status of a transaction, provide the transaction ID in the request. This ID is typically returned in the response after a payment or deposit.
- For deposits, use
depositId
. - For payouts, use
payoutId
.
Example Request
Response Structure
The structure of the response expected from the api is as shown below.
The transaction failure reason for deposits are passed within the failureReason object.