/identity_verification/createCreate an Identity Verification
Creates a new Identity Verification for a user identified by client_user_id and/or user_id. Supply template_id and consent settings, and optionally prefill user information or enable idempotent creation. If user_id is provided, do not include user information in the same request; use /user/update to change that data instead.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Identity Verification creation request containing the user identifier, template, consent settings, and optional prefilled identity data.
template_id, is_shareable, and gave_consent are required, and at least one of client_user_id or user_id must be provided. If you provide user_id, omit user; if you provide user, nested name requires given_name and family_name, address requires country, and email_address, phone_number, and date_of_birth must use their specified formats.