Skip to main content
Retrieve the current status of a verification session. Use this for polling-based status checks.

Request

cURL

Response (Completed)

Response (Pending)

Endpoint

Path Parameters

string
required
Verification type: individual or business
string
required
The session ID from the registration response (UUID format)

Response Fields

string
required
The session ID
string
required
Current status: pending, submitted, completed, rejected, or retry
string
User ID (present when session has an identity)
string
ISO 8601 timestamp (only present when completed)
array
Wallets connected to this session. Populated when completed.
array
Wallets connected to this session. Populated when not completed.

Status Values

Important: A submitted status means documents are under manual review. The wallet is not verified until status becomes completed.

Authentication