Cardholder Events
CARDHOLDER_SUSPENDED
Fired when a cardholder is suspended. All their cards are immediately blocked.
WEBHOOK
Fires after a successful
For the full event group documentation see Cardholder Events.
POST /cardholders/{id}/suspend request. All cards belonging to this cardholder are automatically frozen — they cannot authorize any transactions until the cardholder is reactivated.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardholderId | string | The suspended cardholder ID |
status | string | Always SUSPENDED |
suspendedAt | string | ISO 8601 timestamp of when the suspension was applied |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

