Retrieve a transaction
Retrieve the details of a specific transaction. The details can include, for example, cardholder details for card payments.
You can retrieve a transaction with its details either by its transaction ID or by the request ID that was provided for this transaction at the time of its creation, for example, when you created a payment.
-
To retrieve a transaction by its transaction ID, use:
/transaction/\{transaction_id\} -
To retrieve a transaction by a request ID provided at transaction creation, use:
/transaction/\{request_id\}?id_type=request_id
For more details, see the guides: Retrieve transaction data.
Request
Response
The information about a specific transaction