v1

latestOpenAPI 3.1.02026-07-244511495.5 KB
Transactions

Get all transactions across accounts

Get all transactions across accounts

get/v1/transactions

Query parameters

batch_idstring uuid

Filter transactions by batch ID

transaction_state'Created' | 'Submitted' | 'Executed' | 'Failed' | 'Settled'

Transaction State.

Filter transactions by state

payment_type'Local' | 'InternalTransfer' | 'FXTransfer' | 'LocalReturnPayment' | 'Fee'

Filter transactions payment type

customer_account_idstring uuid

Filter transactions by customer account ID

fromstring date-time

ISO 8601 combined date and time with time zone, that specifies the lower limit of the time window you want to fetch transactions for.

tostring date-time

ISO 8601 combined date and time with time zone, that specifies the upper limit of the time window you want to fetch transactions for.

referencestring string

Filter transactions that match the part of the reference

external_idstring string

Filter transactions that match the external ID

account_namestring string

Filter transactions by account display name (substring match)

cursorstring string nullable

Cursor to the next page in the result set. If set all the other fields will be ignored.

page_sizeinteger

Number of resource to return. Max 2000

Response

Successfully retrieved transactions