investec_pb_get_account_transactions
Retrieve transaction history for a Private Banking account, with optional date range filters and inclusion of pending transactions.
Instructions
Retrieve transaction history for a specific Private Banking account. Supports date filtering and including pending transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toDate | No | Filter transactions to this date (format: YYYY-MM-DD) | |
| fromDate | No | Filter transactions from this date (format: YYYY-MM-DD) | |
| accountId | Yes | The unique identifier of the bank account | |
| includePending | No | Set to true to include pending transactions | |
| transactionType | No | Filter by type (e.g., 'Fees', 'CardTransactions', 'OnlineTransfers', 'Interest', 'AtmWithdrawals') |