Predictive DocV

The Predictive Document Verification (Predictive DocV) SDKs allow you to integrate the Capture App into your mobile application, then verify a consumer's identity by calling the Evaluation endpoint.

The table below lists the latest versions of our DocV SDKs. For information on SDK versioning, see Socure SDK Release and Maintenance Policy.

SDKLatest VersionRelease Date
iOS5.3.0February 10, 2026
Android5.4.0February 12, 2026
React Native5.1.4January 16, 2026
Web (JavaScript)5.0.0July 1, 2024

How it works

Get started with the Predictive DocV SDKs by completing the following steps:

  1. Build a Capture App flow

    Create your custom Capture App flow in RiskOS™ using a Use Case Flow template.

  2. Integrate with the DocV SDK

    Follow the SDK Quick Start Guides to integrate the DocV SDK into your application.

  3. Generate a transaction token

    In your backend, call the /api/evaluation endpoint to generate a DocV transaction token (docvTransactionToken).

  4. Render the Capture App

    Use the DocV transaction token and your SDK key to initialize the SDK and render the Capture App interface in your application.

  5. Receive the verification results

    When the document capture and upload process is complete, your app receives a success callback. Your webhook integration can then receive the DocV results in the payload of the evaluation_completed event.