Customer onboarding (KYC) integration with UI
Table of Contents
Introduction
This documentation is designed to walk you through the Customer Onboarding (KYC) process, including full API integration.
Extent of the integration can be adjusted based on your business individual needs.
Please contact [support@ondato.com] for more details.
Please be advised that the use of iFrame is not supported.
Integration workflow
Integration steps
Make sure you have a valid access token to access our APIs.
For more information on how to obtain one, please visit Authentication.
Create Identity Verification (IDV) by making a post request to the IDV API → /v1/identity-verifications
endpoint with setupId
in the request body.
Generate IDV URL with Identity Verifications (IDV) id
that was received in step #2.
The URL must be in the following format:
Production: https://idv.ondato.com/?id={id}
Track customer onboarding progress by receiving webhooks.
KYC identification webhooks will include payload information from the KYC Identifications API resource
/v1/identifications/{id}
.IDV webhooks will include payload information from the IDV API resource
/v1/identity-verifications
.
Retrieve data about Identity Verification (IDV) by making a get request to the IDV API → /v1/identity-verifications/{id}
endpoint.
Retrieve KYC data by making a get request to the KYC Identifications API → /v1/identifications/{id}
endpoint to retrieve KYC Identifications (KYC ID) details.