Transaction

Content

Key
Type
Description

type

string

Possible value: transaction or transaction-reversal

amount

int

The amount of the transaction

uuid

string

  • External identifier

  • 8 - 40 characters long

fee

int

Total fees

currency

string

ISO 4217arrow-up-right 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

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": ""
}

Last updated