Predictive DocV SDKs
Integrate Predictive Document Verification (DocV) SDKs for iOS, Android, React Native, and Web to verify consumer identity documents.
Predictive Document Verification (DocV) captures and verifies government-issued identity documents — such as driver's licenses and passports — through a native SDK with a built-in camera UI. Your application embeds the SDK, which guides the consumer through document capture and image upload. Socure then verifies the document and returns results to your backend via webhook.
SDK versions
These are the latest DocV SDK versions. For information on SDK versioning, see Socure SDK Release and Maintenance Policy.
*The Web SDK uses hosted JavaScript and is continuously updated. You automatically receive the latest version without requiring manual upgrades.
How it works
Get started with the Predictive DocV SDKs by completing the following steps:
Build a Capture App flow
Create your custom Capture App flow in RiskOS™ using a Use Case Flow template.
Integrate with the DocV SDK
Follow the SDK Quick Start Guides to integrate the DocV SDK into your application.
Generate a transaction token
In your backend, call the /api/evaluation endpoint to generate a DocV transaction token (
docvTransactionToken).Render the Capture App
Use the
docvTransactionTokenand your SDK key to initialize the SDK and render the Capture App interface in your application.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_completedevent.
Choosing an SDK
Related resources
| Resource | Description |
|---|---|
| DocV product options | Compare Document Verification, Selfie Intelligence, Selfie Reverification, and Secondary Documents |
| Accepted ID types | Supported document types, countries, and image requirements |
| RiskOS™ DocV setup | Configure DocV workflows and decision logic in the RiskOS™ Dashboard |
| Receive DocV results | Handle evaluation_completed webhook events or poll for asynchronous DocV results |
| Retrieve Documents | Retrieve captured document images and extracted data after verification |
| Troubleshooting | Common integration issues and error resolution |
| Build basics | Consent configuration and language options shared across all DocV SDKs |

