transaction_list
List bank account transactions with optional filters for status, date range, operation type, and side.
Instructions
List transactions for a bank account with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iban | No | Bank account IBAN (alternative to bank_account_id) | |
| page | No | Page number (default: 1) | |
| side | No | Filter by side (credit or debit) | |
| status | No | Filter by status | |
| sort_by | No | Sort order (e.g. settled_at:desc, created_at:asc) | |
| per_page | No | Results per page (default: 100, max: 100) | |
| created_at_to | No | Filter by created date (to, ISO 8601) | |
| emitted_at_to | No | End of emission date range (ISO 8601) | |
| settled_at_to | No | End of settlement date range (ISO 8601) | |
| updated_at_to | No | End of update date range (ISO 8601) | |
| operation_type | No | Filter by operation type (card, transfer, income, direct_debit, etc.) | |
| bank_account_id | No | Bank account UUID | |
| created_at_from | No | Filter by created date (from, ISO 8601) | |
| emitted_at_from | No | Start of emission date range (ISO 8601) | |
| settled_at_from | No | Start of settlement date range (ISO 8601) | |
| updated_at_from | No | Start of update date range (ISO 8601) |