Retrieves a list of payment transactions with filtering options.
A pagination token for fetching the next page of results.
A pagination token for fetching the previous page of results.
A limit on the number of objects to be returned. Default is 10 items.
A 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
A filter by amount (cents) from or equal.
A filter by amount (cents) to or equal.
A filter by unaccounted tax amount (cents) from or equal.
A filter by unaccounted tax amount (cents) to or equal.
A filter by compensation amount (cents) from or equal.
A filter by compensation amount (cents) 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 sort by datetime, transaction_id fields. Multiple values are not accepted. Example values: datetime,asc; transaction_id,desc