Skip to main content

Configuration

Config Fields

Required Fields

  • id: Unique identifier for the verification step
  • name: Step type identifier (ID_VERIFICATION)

Options

  • require_selfie: Whether to require a selfie photo for identity verification
  • enable_liveness_detection: Whether to enable liveness detection during the verification process
  • require_id_back_side: Whether to require the back side of the ID
  • run_background_check: Options for running background checks

Control Flow

Determines the next step based on ID validity:
  • If id_valid is true, proceeds to step 6797dfe7a4c4910bc0f1d492

Example Response

Output Fields

Status Information

  • status: Current status of the verification (e.g., “COMPLETED”)
  • id_valid: Whether the ID was successfully verified

Identity Information

  • identity: Personal identification details
    • Basic information like name, date of birth, ID number, and expiration date
    • Current address information

Verification Details

  • verification: Information about the verification process
    • provider: Which provider performed the verification
    • verified_at: When verification was completed

Background Check Results

  • background_checks: Results of background checks performed
    • watchlist_check: Result of the watchlist check
    • sanctions_check: Result of the sanctions check