Get account balance
Account
Get Account Balance
Retrieve the operational balance of your account — the working reserve for card issuance, JIT funding, and invoice payments. GET /balance. Requires accounts:read scope.
GET
Get account balance
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns the operational balance of your CaaS account — the working reserve that funds all card-related operations:- Card issuance — every virtual card issued draws from this balance
- Card funding — loading funds onto a card debits this balance
- JIT funding — real-time authorisation funding is drawn at the moment of transaction
- Invoice payments — monthly platform fees are debited here when due
Example
Success Response (200)
Field Reference
| Field | Type | Description |
|---|---|---|
balance | number | Operational balance in USD — available for card issuance, JIT funding, and invoice payments |
currency | string | Always USD |
isLow | boolean | true when balance is at or below lowBalanceThreshold. Always false when the threshold is 0 (not configured) |
lowBalanceThreshold | number | Alert threshold in USD. 0 means no threshold is configured. Configure via the portal Settings page |
updatedAt | string | ISO 8601 timestamp of the last balance change. Returns the current time when no balance record exists yet |
Subscribe to the
program.balance.low webhook event to receive real-time alerts when your balance falls below the configured threshold.Error Codes
| Code | HTTP | Cause |
|---|---|---|
AUTH_TOKEN_MISSING | 401 | No API key provided |
AUTH_TOKEN_INVALID | 401 | API key not recognised or revoked |
INSUFFICIENT_SCOPE | 403 | Key lacks accounts:read scope |

