Skip to main content

The Flow

Quick Integration (3 Steps)

1

Create a session

Response includes authToken and redirectUrl. Full parameter reference →
2

Send user to verification

Simplest — redirect to redirectUrl:
Embedded — use iFrame:
Mobile — pass authToken to Android or iOS SDK.
3

Handle the webhook

When final: true — this is the definitive result. Full webhook reference →

What Happens During Verification

Result Statuses

A verification resolves to APPROVED, DENIED, or SUSPECTED. SUSPECTED does not mean failure — it means checks passed but flags were found for you to review. See Status Handling for what to do with each status.

Features You Can Enable

All configured via session parameters or Dashboard settings:

Pages in This Section

Next Steps

Create Session

Create a verification session via API.

Redirect & iFrame

Show the verification UI on your website.

Webhooks

Receive verification results in real-time.

Mobile SDKs

Native iOS and Android integration.