Transaktion

Felder des Transfer-Transaction-Objekts.

Inhalt

KeyTypeDescription
typestringMögliche Werte: transaction oder transaction-reversal
amountintBetrag der Transaktion
uuidstring
  • Externe Kennung
  • 8–40 Zeichen lang
feeintGesamtgebühren
currencystringISO 4217 der verwendeten Währung
timestringDatum und Uhrzeit der Transfer-Erstellung im ISO-8601-Format (2025-10-01T09:36:07+00:00)
paymentPayment/pages/fxIrcouKj6Pc3NvbRZNM
reference_idstringIn der API übermittelte Referenz

Beispiel

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