Customer onboarding (KYC) mobile SDK integration
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.
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.
More information about setups can be found here: Getting started | ⚙️ Setups.
Pass on the Identity Verifications (IDV) id
that was received in step #2.
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.
Apple App Store rejection
If your iOS application is rejected from the Apple App Store due to the Ondato SDK with a request to explain the use of NFC, you may share the following demo of the Ondato SDK NFC flow: