Card Events
CARD_FROZEN
Fired when a card is frozen — new transactions are blocked until unfrozen.
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}/freeze request, or when FYATU’s fraud systems freeze a card automatically. 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 |
programId | string | The program the card belongs to |
status | string | Always FROZEN |
reason | string | MANUAL (API call) or FRAUD (automated freeze) |
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.

