Transaction
Transfer transaction object fields.
Content
| Key | Type | Description |
|---|---|---|
| type | string | Possible value: transaction or transaction-reversal |
| amount | int | The amount of the transaction |
| uuid | string |
|
| fee | int | Total fees |
| currency | string | ISO 4217 of the used currency |
| time | string | Date and time of the transfer creation in the ISO 8601 format (2025-10-01T09:36:07+00:00) |
| payment | Payment | /pages/fxIrcouKj6Pc3NvbRZNM |
| reference_id | string | Reference 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": ""
}