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 https://ondato.atlassian.net/wiki/spaces/PUB/pages/2320990304.
Create Identity Verification (IDV) by making a post request to the https://ondato.atlassian.net/wiki/spaces/PUB/pages/2268364811 → /v1/identity-verifications
endpoint with setupId
in the request body.
IDV id
is unique user’s session id. For each user’s session a new id
must be generated and cannot be reused.
More information about setups can be found here: https://ondato.atlassian.net/wiki/spaces/PUB/pages/2295759776/Getting+started#%E2%9A%99%EF%B8%8F-Setups.
Pass on the https://ondato.atlassian.net/wiki/spaces/PUB/pages/2295759596 id
that was received in step #2.
The instructions for passing the necessary parameters to the SDK are available on the Ondato GitHub account.
Android: GitHub - ondato/ondato-sdk-android
React native: GitHub - ondato/ondato-sdk-react-native
Track customer onboarding progress by receiving webhooks.
KYC identification webhooks will include payload information from the https://ondato.atlassian.net/wiki/spaces/PUB/pages/2297135135 resource
/v1/identifications/{id}
.IDV webhooks will include payload information from the https://ondato.atlassian.net/wiki/spaces/PUB/pages/2268364811 resource
/v1/identity-verifications
.
To get more details about Ondato webhooks and how to begin receiving them, please check out the following page: https://ondato.atlassian.net/wiki/spaces/PUB/pages/2296184995.
Retrieve data about Identity Verification (IDV) by making a GET request to the https://ondato.atlassian.net/wiki/spaces/PUB/pages/2268364811 → /v1/identity-verifications/{id}
endpoint.
Retrieve KYC data by making a GET request to the https://ondato.atlassian.net/wiki/spaces/PUB/pages/2297135135 → /v1/identifications/{id}
endpoint to retrieve https://ondato.atlassian.net/wiki/spaces/PUB/pages/2295923132 details.
To get the media files use fileId
and call GET /v1/identifications/{id}/files/{fileId}
.
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: