List transactions
list_transactionsList booked transactions in a date range, optionally scoped to an account, with merchant details included when not scoped to a specific account.
Instructions
List booked transactions in a date range, optionally scoped to one account. Amounts are decimal strings. Set includeMerchants to resolve merchant details (only supported when not scoped to an account).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | Yes | Earliest date, inclusive (YYYY-MM-DD) | |
| endDate | No | Last date, inclusive. Defaults to today. | |
| accountNumber | No | Limit to one account (BBAN). If set, includeMerchants is ignored. | |
| includeMerchants | No | Include merchant info (name, address, org number) in the result |