v9
OpenAPI 3.1.02026-08-043703845.2 MBCreate Verification
Starts a hosted verification session for an account or user, or returns the active session when one already exists. Any fields you include in the request body are used to prefill the session. Send documents (with document_type) to instead verify the person from identity documents included in this request — no hosted session involved. Send share_token to reuse a verification another Sumsub account has already completed for this person, instead of verifying them again. If the account already has an approved verification the request is rejected; unlink it first to start a new one.
Query parameters
Account or user ID whose identity you want to verify. Use a biz_ account ID for account verifications, or the caller's user_ ID for personal verification.
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Response
OK
Example response
{
"address": {
"city": "New York",
"country": "US",
"line1": "123 Spring Street",
"line2": "Apt 4B",
"postal_code": "10012",
"state": "NY"
},
"business_name": "Pickaxe Labs LLC",
"business_structure": "sole_proprietorship",
"country": "US",
"created_at": "2026-06-01T12:00:00.000Z",
"date_of_birth": "1990-01-01",
"first_name": "Alex",
"id": "idpf_xxxxxxxxxxxx",
"last_name": "Rivera",
"requested_information": [
{
"description": "A government-issued photo ID used to confirm your identity.",
"error_message": "Document image was too blurry to read.",
"field": "identity_document",
"id": "inrqi_xxxxxxxxxxx",
"label": "Identity Document",
"options": [
"sole_proprietorship"
],
"requested_files": [
{
"category": "identity_document_front",
"kind": "Bank Statement",
"label": "Front of ID Document"
}
],
"type": "files"
}
],
"required_documents": [
{
"document": "id_card_front",
"rejection_reason": "Document image was too blurry to read."
}
],
"session_url": "https://verify.whop.com/session/idpf_xxxxxxxxxxxx",
"updated_at": "2026-06-02T12:00:00.000Z"
}