KYC Verification
Create Session
Create a new verification session to begin the KYC process for an applicant.
POST
Request Body Parameters
string
required
UUID of the verification profile to use. Profiles define the steps, thresholds, and document types for the session.
string
Applicant’s email address
string
Applicant’s full name
string
Your internal reference ID for this session
string
URL to redirect the applicant after completing the hosted flow
integer
Session expiration in seconds (min: 300, max: 86400, default: 3600)
object
Arbitrary key-value pairs attached to the session
Use
session_token to initialize the Web, Flutter, or React Native SDK. Use session_url to redirect the user to the hosted verification flow.
