list_transactions
List all transactions from a specific check account by providing the account ID. Optionally filter by date range, booking status, or payment purpose.
Instructions
List all transactions of a check account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| endDate | No | ||
| isBooked | No | ||
| startDate | No | ||
| paymtPurpose | No | ||
| checkAccountId | Yes | The ID of the check account |