Get account detail
bg_get_accountRetrieve full details for a specific product using its portalId from bg_list_accounts. Returns balances, card dates, or fund balances based on account type.
Instructions
Full detail for one product, dispatching on its type: savings accounts return balances and associated debit cards, credit cards return limit/cutoff/payment dates, and the pension returns fund balances. Get the portalId from bg_list_accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| portalId | Yes | The account portalId from bg_list_accounts. | |
| includeTransit | No | Savings only: also fetch transactions accepted but not yet posted. |