v1

latestOpenAPI 3.0.12026-08-063289122.7 KB
Transactions

Get a list of transactions for the selected account.

get/v1/accounts/{accountId}/transactions

Path parameters

accountIdstring required

Internal technical account identifier.

Query parameters

bookingStatus'ALL' | 'BOOKED' | 'PENDING'

Currently available booking statuses of the transactions.

Filter transactions by booking status

dateFrominteger

Filter transactions by a "from" date. Value is Unix timestamp.

dateTointeger

Filter transactions by a "to" date. Value is Unix timestamp.

sequenceNumberstring

Set to get next transactions page.

hashstring

Filter transactions by hash.

Headers

sessionIdstring uuid

The session identifier from authorization response

authorizationIdstring uuid

The Authorization identifier from authorization response.

Response

Request was fulfilled and transactions are listed.