Quick start
VOVE ID API Urls:
Sandbox: https://api.voveid.net/v2
production: https://api.voveid.com/v2
Integrate our KYC solution into their applications
This guide outlines the essential steps to integrate VOVE's identity verification system, which includes 3D liveness checks, identity document OCR, data matching, and other essential checks for the KYC process. The procedures detailed here are fundamental to any identity verification using VOVE and can be scaled to accommodate more complex verification flows.
Initial Setup:
Begin by setting up VOVE's SDK in your system. This involves integrating our SDK into your web or mobile application, a process streamlined for ease of implementation. And on backend for other backend processes
Prepare your user interface to include options for users to start the verification process. This may involve adding specific buttons or sections in your app where users can upload their identity documents and partake in the 3D liveness check.
In our SDK we Integrated the 3D liveness check feature. This step is crucial to ensure that the person undergoing the verification process is physically present and not a fraudulent representation.
Document Upload Feature:
We also implemented a feature that allows users to upload their identity documents. Ensure this process is user-friendly and secure, as it forms the basis of the OCR process.
OCR Processing:
Once the identity documents are uploaded, the OCR technology in VOVE's SDK will automatically extract relevant data from these documents. This step is vital for gathering necessary user information in a structured format.
Data Matching and Verification:
The extracted data from the OCR process is then matched with the user-provided information. This step is critical for verifying the authenticity and accuracy of the user's identity details.
Additional KYC Checks:
We Implemented additional checks as required for your specific KYC process. This might include cross-referencing against sanctions lists, PEP screening, or other relevant databases.
Finalizing the Verification Process:
Once all checks are complete, compile the verification results. These results should then be communicated back to the user and stored securely for compliance purposes.
Testing and Deployment:
Before going live, thoroughly test the integration to ensure that all components of the identity verification process work seamlessly.
Deploy the system and monitor its performance, making adjustments as necessary.
Scaling and Customization:
As your needs evolve, VOVE's SDK can be scaled and customized to support more complex verification flows and to handle a higher volume of verifications.
Remember, these steps provide a foundational framework for integrating VOVE's identity verification processes. Depending on your specific requirements and the regulatory environment in which you operate, additional customization and scaling might be necessary.
Overview of steps
The following flowchart offers a high-level illustration of the steps required to create a verification check using SDKs(backend and front-end):
Last updated