List savings account transactions
bg_list_transactionsRetrieve transactions for a savings account within a date range, with pagination handled automatically. Dates use Panama local time; for credit-card charges use the dedicated card transaction tool.
Instructions
Transactions for one savings account over a date range, with pagination handled internally. Dates are Panama local time. For credit-card charges use bg_list_card_transactions instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Cap the number of transactions returned. Omit to return all. | |
| toDate | Yes | Date in YYYY-MM-DD, interpreted in Panama local time. | |
| fromDate | Yes | Date in YYYY-MM-DD, interpreted in Panama local time. | |
| portalId | Yes | Savings account portalId from bg_list_accounts. |