Transaktion
Felder des Transfer-Transaction-Objekts.
Inhalt
| Key | Type | Description |
|---|---|---|
| type | string | Mögliche Werte: transaction oder transaction-reversal |
| amount | int | Betrag der Transaktion |
| uuid | string |
|
| fee | int | Gesamtgebühren |
| currency | string | ISO 4217 der verwendeten Währung |
| time | string | Datum und Uhrzeit der Transfer-Erstellung im ISO-8601-Format (2025-10-01T09:36:07+00:00) |
| payment | Payment | /pages/fxIrcouKj6Pc3NvbRZNM |
| reference_id | string | In 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": ""
}