Mode:
identity_verification
What this mode does
Identity Verification collects, confirms, and verifies a user’s identity details (name, DOB, address, phone, SSN if needed). Users must explicitly confirm their details before verification challenges begin. Identity Verification will automatically be invoked when needed, or can be used as a standalone module.Parameters
The PII to skip. One of
name
, dob
, address
or ssn_4
Create a token
You can create an identity verification session token using one of the supported patterns:- Existing entity: provide
entity_id
+mode
+identity_verification
- Create new entity: provide
entity
+mode
+identity_verification
- Resume session: provide
session_id
only (omitmode
andidentity_verification
)
Existing Entity
Create New Entity
Response
Launch Opal
- React (Web)
- React Native