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 the
For the full event group documentation see Account Events.
lowBalanceThreshold configured for the program. Configure the threshold in the portal under Programs → Settings.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
balance | number | Current program ledger balance in dollars |
threshold | number | The configured low-balance threshold in dollars |
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.

