get_available_balance
Get a card or account's balance breakdown—available, frozen, offline, and total. Requires product ID from get_accounts_and_cards.
Instructions
Get detailed balance breakdown for a specific card or account. Returns balance, available balance, frozen balance, and offline available amount. Use get_accounts_and_cards first to find the product ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | The product ID of the card or account (e.g. '1128773037' — get this from get_accounts_and_cards 'id' field) | |
| productType | No | Product type (default: 'CARD') |