start_identity_verification
Create an identity verification session using the Incode SDK and obtain a session ID to initiate user verification.
Instructions
Creates an identity verification session using the Incode SDK. Returns a session ID. Follow up with get_identity_verification to obtain the SDK token, pass it to the Incode SDK, then call submit_identity_verification once the SDK flow completes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| purpose | No | Verification purpose. | VERIFICATION |
| user_id | Yes | ID of the provisioned user. | |
| provider | No | Identity verification provider. | INCODE |