Skip to main content
Checks the available balance for one card. Prefer this over get_card_details when you only need to verify funds; it is faster and never exposes card credentials.

Parameters

ParameterTypeRequiredDescription
card_idstringYesThe card ID

Returns

A short balance summary plus balanceCents and balanceDollars. A cached flag tells you when the number came from a short-lived cache rather than a live fetch.

Example

{ "name": "check_balance", "arguments": { "card_id": "card_abc123" } }