Account Events
ACCOUNT_LOW_BALANCE
Fired when a card funding operation causes the program balance to fall below the configured low-balance threshold.
WEBHOOK
Fires when a card funding operation causes the program ledger balance to fall below theDocumentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
lowBalanceThreshold configured for the program. Configure the threshold in the portal under Programs → Settings.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
programId | string | The program with low balance |
balanceCents | integer | Current program ledger balance in cents |
thresholdCents | integer | The configured low-balance threshold in cents |
timestamp | string | ISO 8601 timestamp |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

