Cardholder Events
CARDHOLDER_CREATED
Fired when a new cardholder profile is created. KYC verification starts automatically.
WEBHOOK
Fires immediately after a new cardholder is created viaDocumentation 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. KYC verification is triggered automatically — subscribe to CARDHOLDER_KYC_APPROVED or CARDHOLDER_KYC_REJECTED to be notified when verification completes.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardholderId | string | The newly created cardholder ID |
firstName | string | Cardholder first name |
lastName | string | Cardholder last name |
email | string | Cardholder email address |
status | string | Always ACTIVE at creation |
kycStatus | string | Always PENDING at creation |
externalId | string or null | Your internal user ID, if provided |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

