The "Transaction Status Query" endpoint allows customers to query a transaction's status. It enables the retrieval of a specific transaction's current status, providing information on whether the transaction is pending, successful, or failed.
GET/api/Transfer/v1/TSQ
To retrieve the current status of the transaction, you need to provide the TransactionRef to the query request.
Headers
Name
Value
Content-Type*
application/json
Authorization*
Bearer <token>
Request-Reference
{unique-reference}
Query Parameter
Name
Data Type (length)
Description
TransactionRef
string
The unique identifier for the account transaction can be a transaction reference transactionID or sessionID of the transaction
Here is an example request and response with a sample payload sent to the endpoint in Curl format.