Transactions
Get transaction
Retrieve detailed information for a specific card transaction.
GET
Returns the full detail of a single card transaction by its ID. Requires an API key with access level 1 or higher.
Path parameters
Card identifier.
Transaction identifier.
Response
Unique transaction identifier (UUID).
Transaction timestamp (ISO-8601).
Type of card operation. Possible values:
AUTHORIZATION, CLEARING, REFUND, REVERSAL.Amount charged in the billing currency.
Billing currency code (e.g.
USD).Amount in the original transaction currency.
Original transaction currency code (e.g.
EUR).Exchange rate applied, rounded to 6 decimal places.
Name of the merchant.
Card balance before the transaction.
Card balance after the transaction.
Transaction status. Possible values:
SUCCESS, PENDING, FAILED.Present when the transaction was declined. Contains
response_code and description.FX fee charged by the provider.
FX fee charged to the client.
ATM fee charged by the provider.
ATM fee charged to the client.
Deposit fee charged by the provider.
Deposit fee charged to the client.

