Get Status of Transaction
API Endpoint
Get Transaction Status
Retrieve the status of a transaction using the Zeepay ID.
GET
Get Status of Transaction
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Zeepay ID of the transaction.
Example:
123456
Response
200 - application/json
The status of the transaction.
Message indicating successful transaction
Example:
23456
Transaction reference
Example:
"23453452"
The status
Example:
"Sucess"
Static response code indicating the status
Example:
200
This is a response message from the third party
Example:
"Transaction Processed Successfully"
