Verification Nodes
ID Verification
The ID verification step allows for automated verification of government-issued identification documents. It supports features such as selfie matching, liveness detection, and document expiration validation.
Configuration
Config Fields
id
: Unique identifier for the verification stepname
: Step type identifier (ID_VERIFICATION)options
: Configuration options for the verification processrequire_selfie
: Whether to require a selfie photoenable_liveness_detection
: Whether to perform liveness checksrequire_id_back_side
: Whether to require both sides of the IDcheck_id_expiration
: Whether to validate ID expiration date
control_flow
: Logic for the next step based on verification resultprovider
: The ID verification service provider configuration
Example Response
Output Fields
status
: The completion status of the verificationresult
: The verification results containing:id_valid
: Whether the ID was successfully verifiedverification_id
: Unique identifier for this verification attemptdocument_type
: Type of ID document providedexpiration_date
: ID document expiration datedocument_number
: ID document numbername
: Extracted name informationdate_of_birth
: Extracted date of birthaddress
: Extracted address informationselfie_match
: Results of selfie matching if enabledliveness_check
: Results of liveness detection if enabled
timestamp
: Time when the verification was completed