Card Events
CARD_FROZEN
Fired when a card is frozen — new transactions are blocked until unfrozen.
WEBHOOK
Fires after a successful
POST /cards/{id}/freeze request. No new transactions can be authorized on the card until it is unfrozen.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardId | string | The frozen card ID |
cardholderId | string | The cardholder the card belongs to |
cardType | string | VIRTUAL or PHYSICAL |
status | string | Always FROZEN |
Common Use Cases
- Notify the cardholder that their card has been temporarily blocked
- Update the card status in your platform UI
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

