Event Name:
kyc_state_updatedThis event is emitted when the overall verification status of the user is upgraded or downgraded, typically after completing or failing verification sessions.
Event Payload
The webhook payload contains the following structure:Field Description
Unique event identifier (UUID)
Event type - always
kyc_state_updated for this webhookEvent timestamp in ISO 8601 format
Contains the event data
Unique KYC record ID
Unique user ID (UUID)
Current KYC level: “REGULAR” (full KYC) or “LIGHT” (basic KYC)
Expected Responses
Success Response
HTTP 200 OKThe webhook was processed successfully.
Client Error
HTTP 4xx StatusClient-side error. Will not be retried.
Server Error
HTTP 5xx StatusServer-side error. Will be retried with exponential backoff.