get_card_balance
The live balance of ONE virtual card (the user's overall cash balance is get_balance). Prefer this over get_card_details when you only need to verify available funds: it is faster and does not expose sensitive card credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | The card ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cached | No | Whether the balance was served from a short-lived cache rather than fetched live. | |
| message | Yes | Human-readable balance summary. | |
| balanceCents | No | Available balance in cents. | |
| balanceDollars | No | Available balance formatted as USD dollars, e.g. "12.50". |