Cardholder Events
CARDHOLDER_SUSPENDED
Fired when a cardholder is suspended. All their cards are immediately blocked.
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 /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 |
programId | string | The program the cardholder belongs to |
status | string | Always SUSPENDED |
reason | string | Reason provided in the suspend request |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

