Cardholder Events
Cardholder KYC Rejected
Sent when a cardholder’s KYC verification is rejected.
WEBHOOK
Payload Fields
| Field | Type | Description |
|---|---|---|
cardholderId | string | Cardholder identifier |
firstName | string | Cardholder first name |
lastName | string | Cardholder last name |
reason | string | JSON-encoded rejection detail from the KYC provider (see below) |
status | string | Always "REJECTED" |
Reason Field
Thereason field is a JSON-encoded string from the KYC provider. Parse it to access structured rejection data:
short_description field contains a human-readable summary suitable for display. Use risk for programmatic handling.
