Cardholder Events
CARDHOLDER_KYC_REJECTED
Fired when a cardholder’s KYC verification is rejected. The machine-readable rejection reason is included in the payload.
WEBHOOK
Fires when a cardholder’s identity verification fails. Cards cannot be issued to this cardholder until the rejection is resolved. Contact FYATU support if you believe a rejection was issued in error.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 cardholder whose KYC was rejected |
programId | string | The program the cardholder belongs to |
kycStatus | string | Always REJECTED |
kycRejectionReason | string | Machine-readable rejection reason — see values below |
| Value | Meaning |
|---|---|
DOCUMENT_EXPIRED | The submitted ID document has expired |
DOCUMENT_UNREADABLE | The document image was too blurry or incomplete |
NAME_MISMATCH | Name on document does not match cardholder profile |
UNDER_AGE | Cardholder is under 18 years old |
WATCHLIST_MATCH | Name matched a regulatory watchlist |
DUPLICATE_IDENTITY | Identity documents already used by another cardholder |
UNSUPPORTED_COUNTRY | Cardholder’s country is not supported for card issuance |
OTHER | Contact support for details |
What To Do When You Receive This Event
- Show the cardholder a specific message based on
kycRejectionReason - For
DOCUMENT_EXPIREDorDOCUMENT_UNREADABLE, invite them to retry with updated or clearer documents - For
WATCHLIST_MATCHorUNSUPPORTED_COUNTRY, do not allow retry — contact FYATU support
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

