Skip to main content
Create test verification results directly from the Dashboard The Sample verification feature allows you to generate test identity verifications with predefined outcomes. It is designed to help you validate integrations, webhook handling, and decision logic without real users or documents. Key characteristics
  • Appears in the Verification list
  • It is specially marked in the verification list
  • Triggers real webhook callbacks
  • Follows the same lifecycle as production verifications

** When to Use Sample Verifications**

Use sample verifications to:
  • Test webhook delivery and payload parsing
  • Validate approval and denial flows
  • Simulate automated vs. manual reviews
  • Verify redirect logic and status handling
  • Run QA without consuming production resources
  • No real documents are requested
  • The result is generated based on the selected scenario
  • Available to all enviroment types :::

** How to Create a Sample Verification**

Open Verification Creation

  • Navigate to Verifications → New verification
  • Select the Sample verification tab

Select Verification Scenario

Choose the predefined outcome for the verification:

Available scenarios

  • Approved
  • Approved – suspected
  • Denied (expired document)
  • Denied (fake document)
  • Denied (face mismatch)

Select Review Type

  • Auto only review
  • Manual review
image-20251218-145747.png

Generate Verification

The system will:
  • Create a verification session
  • Apply the selected result and review the path
  • Send webhook callbacks to your endpoint
  • Display the verification in the main list with the identifier
image-20251218-150652.png

Webhook Behavior

Sample verifications trigger the same webhook events and behaviour as production verifications.