Authenteq API Documentation
  • Introduction
  • Create an Account
  • Documentation
    • Change Log
      • Mobile SDK
      • Web and API
    • Migration Guides
      • Mobile SDK 1.63 & WebIDV
      • Multi-Document Flow
    • Version Support
  • Mobile SDK
    • iOS
      • iOS Requirements
      • Installation
      • Identification
        • Identification Result
        • Document Identification Result
      • Face Authentication
      • Errors
      • Customization
    • Android
      • Android Requirements
      • Installation
      • Identification
        • Identification Result
        • Document Identification Result
      • Face Authentication
      • Customization
    • React Native
      • iOS
      • Android
    • Flutter
      • iOS
      • Android
    • Authentication Token
    • UI Customization
    • Examples
  • Web
    • Web Overview
    • Getting Started
    • How to Integrate Web?
    • Examples
    • API Reference
  • Export
    • Export Overview
    • API Reference
  • Webhook
    • Webhook Overview
  • AML
    • AML Overview
    • API Reference
  • Verification Links
    • Verification Links Overview
  • Recognition
    • Recognition Overview
    • API Reference
Powered by GitBook
On this page

Was this helpful?

  1. Documentation
  2. Migration Guides

Multi-Document Flow

Our identity verification flow supports multiple documents now. It means the user has to provide up to 3 documents to pass identity verification. To use it on Mobile, just migrate to the latest version of our Mobile SDK. To use it on Web (where it's turned off by default for backward compatibility), just add the AQ-Multi-Document-Flow header with the On value into your HTTP request for getting a verification URL like:

curl --user <clientId>:<clientSecret> \
     --location 'https://api.app.authenteq.com/web-idv/verification-url' \
     --get --data-urlencode 'redirectUrl=<redirectUrl>' \
     --header 'AQ-Multi-Document-Flow: On'
     
{"verificationUrl":"https://web-idv.app.authenteq.com/verify?token=..."}
PreviousMobile SDK 1.63 & WebIDVNextVersion Support

Last updated 3 years ago

Was this helpful?