Transaction Status
Last updated
Last updated
GET
/api/v3/paymentmethod/transaction/{id}
To check the status of a transaction, use the id
value from the response of the specific transaction—whether it’s a deposit or withdrawal. This id
is used as a path variable..
Transaction Type: Deposit or Withdrawal
Transaction Status
New : The transaction has been successfully created.
Pending : The transaction is currently being processed.
Confirm : The transaction has been confirmed.
Reject : The transaction has been rejected.
Headers
Name | Value |
---|---|
Response
Content-Type
application/json
x-api-key
<x-api-key>
Retrieve the status of a transaction request.
Transaction status retrieved successfully.