{
"version": "V1.6.0",
"event_name": "ISSUING",
"event_type": "cardholder.kyc.status_changed",
"event_id": "656154ea-6dde-4844-bd98-f37eb997e129",
"source_id": "811001d4-9862-4cc6-90d8-ebc829fcfd41",
"data": {
"cardholder_id": "811001d4-9862-4cc6-90d8-ebc829fcfd41",
"cardholder_status": "SUCCESS",
"country_code": "SG",
"create_time": "2026-04-08T17:01:47+08:00",
"date_of_birth": "1990-01-15",
"email": "sdkagent-1775638904623@example.com",
"first_name": "Sdk",
"idv_provider": "SUMSUB",
"idv_status": "PASSED",
"last_name": "Agent",
"nationality": "SG",
"phone_number": "98904623",
"update_time": "2026-04-08T17:01:47+08:00"
}
}Cardholder & KYC
Cardholder KYC Status Changed
Published when a cardholder’s KYC verification status changes.
WEBHOOK
cardholderKycStatusChanged
{
"version": "V1.6.0",
"event_name": "ISSUING",
"event_type": "cardholder.kyc.status_changed",
"event_id": "656154ea-6dde-4844-bd98-f37eb997e129",
"source_id": "811001d4-9862-4cc6-90d8-ebc829fcfd41",
"data": {
"cardholder_id": "811001d4-9862-4cc6-90d8-ebc829fcfd41",
"cardholder_status": "SUCCESS",
"country_code": "SG",
"create_time": "2026-04-08T17:01:47+08:00",
"date_of_birth": "1990-01-15",
"email": "sdkagent-1775638904623@example.com",
"first_name": "Sdk",
"idv_provider": "SUMSUB",
"idv_status": "PASSED",
"last_name": "Agent",
"nationality": "SG",
"phone_number": "98904623",
"update_time": "2026-04-08T17:01:47+08:00"
}
}Event Types
| Event Type | Description |
|---|---|
cardholder.kyc.status_changed | The cardholder’s KYC verification status has changed. |
Body
application/json
A unique identifier for this event.
Top-level event category. Always ISSUING for card issuance events.
Available options:
ISSUING The specific event type that occurred.
Available options:
cardholder.kyc.status_changed Cardholder ID.
API version number.
Example:
"V1.6.0"
Cardholder information included in KYC and cardholder update events.
Show child attributes
Show child attributes
Response
200
Return 200 to acknowledge receipt.

