Skip to main content

Overview

TXCloud’s verification flow is designed to be flexible, supporting both synchronous (instant) and asynchronous (session-based) verification patterns.

Verification Methods

Instant Verification

Single API call with all images. Best for server-side integrations.

Session-Based

Multi-step upload flow. Best for mobile apps and web frontends.

Instant Verification Flow

Use this when you have all documents ready to submit at once:

Session-Based Flow

Use this for mobile apps where users capture documents step-by-step:

Step 1: Create Session

Step 2: Upload Documents

Step 3: Complete Session

Verification Checks

Each verification can include multiple checks:
Only include the checks you need β€” fewer checks = faster processing.

Verification Statuses

Handling Results

Best Practices

Check image quality client-side:
  • Minimum resolution: 1280x720
  • File size: Under 10MB
  • Format: JPEG or PNG
  • No blur or glare
Don’t poll β€” use webhooks for real-time updates on session-based verification.
Implement handlers for every possible status, including edge cases like expired.
Always store the verification ID for future reference and audit trails.

Next Steps

Identity API Reference

Explore all Identity endpoints

Fraud Detection Guide

Add fraud detection to your flow