list_bank_transactions
Retrieve bank transactions from TOCOnline filtered by account, date, and more. Paginate and sort results to view debits and credits with exact match criteria.
Instructions
List bank transactions (movements) imported into TOCOnline.
All filters are exact match. To get a date range, make one call per
day or page through without a date filter. value is signed
(negative for debits, positive for credits).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | JSON:API sort. Default `-transaction_date,-id` (newest first, stable). Other useful: `-value` (largest debits/credits first), `transaction_date`. | -transaction_date,-id |
| fields | No | Comma-separated subset of fields. Available: id, bank_account_id, transaction_date, posted_date, description, payer_iban, value, imported_balance, annotation, other_info, track_id, seqord. | |
| page_size | No | Items per page (1-500). | |
| page_number | No | 1-based page number. | |
| posted_date | No | Exact posted date (YYYY-MM-DD). | |
| bank_account_id | No | Filter to a specific bank account id (from list_bank_accounts). | |
| transaction_date | No | Exact transaction date (YYYY-MM-DD). TOCOnline does not support ranges. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||