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
string
required
Card identifier.
string
required
Transaction identifier.
Response
string
Unique transaction identifier (UUID).
string
Transaction timestamp (ISO-8601).
string
Type of card operation. Possible values:
TRANSACTION_AUTHORIZATION, TRANSACTION_APPROVED, TRANSACTION_CLEARED, TRANSACTION_REJECTED, TRANSACTION_REVERSED, TRANSACTION_REFUND.number
Amount charged in the billing currency.
string
Billing currency code (e.g.
USD).number
Amount in the original transaction currency.
string
Original transaction currency code (e.g.
EUR).number
Exchange rate applied, rounded to 6 decimal places.
string
Name of the merchant.
number
Card balance before the transaction.
number
Card balance after the transaction.
string
Transaction status. Possible values:
SUCCESS, PENDING, FAILED.object
Present when the transaction was declined. Contains
response_code and description.number
FX fee charged by the provider.
number
FX fee charged to the client.
number
ATM fee charged by the provider.
number
ATM fee charged to the client.
number
Deposit fee charged by the provider.
number
Deposit fee charged to the client.

