v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
Verification

Create Identity Verification (API only flow)

Submit document images and a selfie photo directly to perform identity verification only with API (without the need to open hosted verification website). The caller uploads files via multipart/form-data.

Only the account itself or its parent account can create a verification session.

Primary vs Secondary IDs: Document types are classified as either primary or secondary. Primary IDs require only 1 document. Secondary IDs require 2 different secondary documents.

post/v2/accounts/{account_id}/identity_verification_api

Path parameters

account_idstring required

Unique identifier for the account

Response

Verification session created successfully

Example response

{
  "data": {
    "id": "verif_8fb9ebfb16c6eb77c6a49b18",
    "account_id": "org_MF14z69iqitk9hrHKVpCJXdp",
    "status": "pending",
    "result": "pending",
    "created_at": 1680000000,
    "expired_at": 1680259200
  }
}