Skip to main content
WEBHOOK
CARDHOLDER_DELETED
{
  "event":       "CARDHOLDER_DELETED",
  "eventId":     "evt_01HXY123456ABCDEF",
  "businessId":  "BUS1A2B3C4D5E6F",
  "environment": "LIVE",
  "timestamp":   "2026-05-22T10:00:00Z",
  "data": {
    "cardholderId": "chl_01HXYZ1234ABCDEF5678",
    "status":       "DELETED",
    "deletedAt":    "2026-05-22T10:00:00Z"
  }
}
{}

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.

Fires when a cardholder is permanently deleted. This is irreversible — all cards are terminated and any remaining balances are returned to the program ledger.

Event Type

CARDHOLDER_DELETED

Payload

{
  "event":       "CARDHOLDER_DELETED",
  "eventId":     "evt_01HXY123456ABCDEF",
  "businessId":  "BUS1A2B3C4D5E6F",
  "environment": "LIVE",
  "timestamp":   "2026-05-22T10:00:00Z",
  "data": {
    "cardholderId": "chl_01HXYZ1234ABCDEF5678",
    "status":       "DELETED",
    "deletedAt":    "2026-05-22T10:00:00Z"
  }
}

Payload Fields

FieldTypeDescription
cardholderIdstringThe deleted cardholder ID
statusstringAlways DELETED
deletedAtstringISO 8601 timestamp of deletion
For the full event group documentation see Cardholder Events.
{
  "event":       "CARDHOLDER_DELETED",
  "eventId":     "evt_01HXY123456ABCDEF",
  "businessId":  "BUS1A2B3C4D5E6F",
  "environment": "LIVE",
  "timestamp":   "2026-05-22T10:00:00Z",
  "data": {
    "cardholderId": "chl_01HXYZ1234ABCDEF5678",
    "status":       "DELETED",
    "deletedAt":    "2026-05-22T10:00:00Z"
  }
}
{}

Authorizations

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Body

application/json
event
string
Example:

"CARDHOLDER_DELETED"

eventId
string
businessId
string
environment
enum<string>
Available options:
LIVE,
SANDBOX
timestamp
string<date-time>
data
object

Response

200

Acknowledge the event.