Card Events
CARD_UNFROZEN
Fired when a frozen card is restored to active status — transactions are accepted again.
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}/unfreeze request. Transactions are accepted again immediately.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardId | string | The unfrozen card ID |
cardholderId | string | The cardholder the card belongs to |
programId | string | The program the card belongs to |
status | string | Always ACTIVE after unfreezing |
Common Use Cases
- Re-enable card controls in your platform UI
- Notify the cardholder that their card is active again
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

