Event Name:
kyc_session_expiredKYC sessions typically have a time limit, and if the user does not complete the verification process within that timeframe, the session expires and a new one must be initiated. The session state is EXPIRED.
Event Payload
The webhook payload contains the following structure:Field Description
Unique event identifier (UUID)
Event type - always
kyc_session_expired for this webhookEvent timestamp in ISO 8601 format
Contains the event data
Unique KYC session ID (UUID)
Unique user ID (UUID)
List of verification checks (typically empty for expired sessions)
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.