Event: cardholder.kyc.updated
Sent when a cardholder’s KYC verification status changes (e.g. approved or rejected).
Payload
| Field | Type | Description |
|---|---|---|
cardholderId | string | Cardholder whose KYC status changed |
cardProgramId | string | Card program the KYC was initiated for |
kycStatus | string | New KYC status. One of approved, rejected, pending |
Response
Your endpoint must return a 2xx status code within 30 seconds to acknowledge receipt. Any non-2xx response or timeout triggers the retry policy.| Status code | Meaning |
|---|---|
200 | Event received and processed |
202 | Event received, will process asynchronously |
| Any non-2xx | Delivery failed — will retry |