Get Transaction By ID
This endpoint retrieves the details of a specific transaction using the transaction code.
POST
/
auth/view-transaction
The request should include the transaction code in the raw request body.
Headers
Name
Value
Content-Type
application/json
Token
<token>
Body
Name
Type
Description
transaction_code
string
The Transaction Code of the transaction to be viewed.
payment_reference
string
A reference unique to your system
Response
Last updated