Skip to content

Retrieve a Transaction by Transaction ID

GET
/transactions/{trx_id}

Fetch the details of a specific transaction using its unique trx_id.

Authorizations

BearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

trx_id*

The unique transaction ID to be retrieved.

Typestring
Required
Exampletrx_01J5XCMDXCFXCAQ1BV8HVG6644

Responses

The details of the requested transaction.
application/json
JSON
{
"id": "trx_01J5XCMDXCFXCAQ1BV8HVG6644",
"type": "string",
"status": "string",
"order_amount": 10000,
"order_currency": "string",
"amount_authorized": 10000,
"amount_captured": 0,
"amount_voided": 0,
"amount_refunded": 0,
"external_id": "496de72d-d4a4-45eb-b426-3d04d2078a85",
"updated_at": "2024-09-05T05:05:25Z"
}

Samples

Powered by VitePress OpenAPI