Card Events
CARD_UNLOADED
Fired when funds are returned from a card back to the program ledger.
WEBHOOK
Fires after a successfulDocumentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
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 |
cardholderId | string | The cardholder the card belongs to |
programId | string | The program that received the funds |
amountCents | integer | Amount unloaded in cents |
currency | string | Currency code (ISO 4217) |
cardBalanceCents | integer | Card balance after unloading, in cents |
programBalanceCents | integer | Program ledger balance after unloading, in cents |
ledgerTransactionId | string | Internal ledger transaction reference |
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.

