Event Name:
kyc_session_manual_reviewThis occurs when the automatic verification process cannot conclusively verify the user’s identity or when suspicious activity is detected. The session state is REVIEW.
Event Payload
The webhook payload contains the following structure:Field Description
Unique event identifier (UUID)
Event type - always
kyc_session_manual_review 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, showing which ones require review
Type of check (e.g., “document-verification”, “face-matching”)
Check state: “Validated” or “Refused”
Additional check data (format varies by check type)
Reasons why check was refused (empty for validated checks)
Type of reason/issue detected
Code identifying the specific issue
Human-readable description of the issue
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.