Card Events
CARD_UNLOAD_FAILED
Fired when a card unload attempt fails at the provider level. No funds are moved.
WEBHOOK
Fires when a
For the full event group documentation see Card Events.
POST /cards/{id}/unload request fails at the card provider level. No funds are moved — the program ledger is unchanged.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardId | string | The card the unload was attempted from |
amount | number | Amount that failed to unload, in dollars |
currency | string | Currency code (ISO 4217) |
error | string | Provider error message |
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.

