Single Transaction
This endpoint retrieves detailed information about a specific transaction using its unique transaction ID. It returns all relevant data including amount, currency, status, sender, recipient, timestamps, and any metadata.
Use this endpoint to inspect a particular transaction for auditing, reconciliation, or customer support purposes.
Headers
Authorization
*StringBearer {{access_token}}Bearer token obtained from the Authenticate endpoint.
Content-Type
Stringapplication/jsonOptional for GET requests, but recommended.
Path Parameters
transaction_id
*StringUnique identifier of the transaction (returned when the transaction was created, e.g., TXN-1234567890).
GET
/ transaction / {transaction_id}
Endpoint URL(TEXT)
Request Body
Response(JSON)
// Click 'Try now' to see the response