Get transactions list
Retrieves a list of payment transactions with filtering options.
Query Parameters
A limit on the number of objects to be returned. Default is 10 items.
1 <= x <= 100A cursor for use in pagination. Default is 0 items.
x >= 0A filter by transaction ID.
A filter by debtor bank code.
A filter by creditor bank code.
A filter by transaction datetime from (ISO-8601 format: 2020-01-01T12:00:00Z).
A filter by transaction datetime from (ISO-8601 format: 2020-01-01T12:00:00Z).
A filter by settlement date from or equal (ISO-8601 format: 2020-01-01).
A filter by settlement date to or equal (ISO-8601 format: 2020-01-01).
A filter by endToEnd ID.
A filter by transaction method. Multiple values are supported e.g. schema=SEPA&schema=INST
SEPA, INST, SDD, SWIFT A filter by direction of transactions.
OUTBOUND, INBOUND A filter by Parent Transaction ID.
A filter by transaction Type ID. List of available Type IDs can be retrieved via /getTransactionTypes
Currency (ISO 4217). When provided, results are filtered to this currency AND the amount filters below (amount_from/to, unaccounted_tax_amount_from/to, compensation_amount_from/to) are interpreted as minor units of this currency. When omitted, results are not filtered by currency and amount filters are interpreted as EUR minor units.
A filter by amount (minor currency units of currency, default EUR) from or equal.
A filter by amount (minor currency units of currency, default EUR) to or equal.
A filter by unaccounted tax amount (minor currency units of currency, default EUR) from or equal.
A filter by unaccounted tax amount (minor currency units of currency, default EUR) to or equal.
A filter by compensation amount (minor currency units of currency, default EUR) from or equal.
A filter by compensation amount (minor currency units of currency, default EUR) to or equal.
A filter by debtor account.
A filter by creditor account.
A filter by transaction Status ID. List of available Status IDs can be retrieved via /getTransactionStatuses
A filter by transaction Status ID. List of available Status IDs can be retrieved via /getTransactionStatuses
A sort by datetime, settlement_date, transaction_id fields, updated_at. Multiple values are accepted. Example values: datetime,asc; transaction_id,desc