Transaction

Transfer transaction object fields.

Content

KeyTypeDescription
typestringPossible value: transaction or transaction-reversal
amountintThe amount of the transaction
uuidstring
  • External identifier
  • 8 - 40 characters long
feeintTotal fees
currencystringISO 4217 of the used currency
timestringDate and time of the transfer creation in the ISO 8601 format (2025-10-01T09:36:07+00:00)
paymentPayment/pages/fxIrcouKj6Pc3NvbRZNM
reference_idstringReference submitted in the API

Example

{
  "type": "transaction",
  "amount": 30000,
  "uuid": "ba988b0c",
  "fee": 600,
  "currency": "EUR",
  "time": "2026-01-06T14:44:31+01:00",
  "payment": {
    "brand": "visa"
  },
  "reference_id": ""
}