Card Events
CARD_UNLOADED
Fired when funds are returned from a card back to the program ledger.
WEBHOOK
Fires after a successful
POST /cards/{id}/unload request. Funds have moved from the card back to the program ledger.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardId | string | The card funds were unloaded from |
amount | number | Amount unloaded in dollars |
currency | string | Currency code (ISO 4217) |
reference | string or null | Your reference string from the unload request |
ledgerTransactionId | string | Internal ledger transaction reference |
timestamp | string | ISO 8601 timestamp of the unload operation |
Common Use Cases
- Reflect the updated card balance in your UI
- Confirm a partial unload before proceeding with a withdrawal
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

