Cardholder Events
CARDHOLDER_REACTIVATED
Fired when a suspended cardholder is reactivated. Their cards can transact 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 /cardholders/{id}/reactivate request. Cards that were automatically frozen on suspension are unfrozen.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardholderId | string | The reactivated cardholder ID |
programId | string | The program the cardholder belongs to |
status | string | Always ACTIVE after reactivation |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

