v1
latestOpenAPI 3.1.02026-07-22155403592.5 KBInvoicing
Bank transactions
Retrieve all Bank Transactions
Returns the list of bank transactions
get/consumers/{consumer_id}/invoicing/bank-transactions
Path parameters
consumer_idstring uuid required
Query parameters
pageinteger
Page number
sizeinteger
Page size
date_fromstring date nullable
The start date (inclusive) for filtering bank transactions. If provided, only transactions on or after this date will be returned.
date_tostring date nullable
The end date (inclusive) for filtering bank transactions. If provided, only transactions on or before this date will be returned.
bank_account_idstring required
The unique identifier of the bank account to filter transactions for. If omitted, transactions from all accessible accounts will be included.
status'draft' | 'done'
Filter transactions by their status.
Response
Successful Response