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:Verification Statuses
Handling Results
Best Practices
Validate Images Before Upload
Validate Images Before Upload
Check image quality client-side:
- Minimum resolution: 1280x720
- File size: Under 10MB
- Format: JPEG or PNG
- No blur or glare
Use Webhooks for Async
Use Webhooks for Async
Donβt poll β use webhooks for real-time updates on session-based verification.
Handle All Statuses
Handle All Statuses
Implement handlers for every possible status, including edge cases like
expired.Store Verification IDs
Store Verification IDs
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