Cardholder Events
CARDHOLDER_DELETED
Fired when a cardholder is permanently deleted. All associated cards are terminated.
WEBHOOK
Fires when a cardholder is permanently deleted. This is irreversible — all cards are terminated and any remaining balances are returned to the program ledger.Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardholderId | string | The deleted cardholder ID |
status | string | Always DELETED |
deletedAt | string | ISO 8601 timestamp of deletion |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

