📁 Table of Contents
Table of Contents | ||||
---|---|---|---|---|
|
...
This documentation is designed to walk you through the Customer Onboarding (KYC) process, including full API integration.
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Extent of the integration can be adjusted based on your business individual needs. |
Note |
---|
Please be advised that the use of iFrame is not supported. |
...
🔶 Integration workflow
Drawio | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
1️⃣ Make sure you have a valid access token to access our APIs.
Info |
---|
For more information on how to obtain one, please visit Authentication. |
...
2️⃣ Create Identity Verification (IDV) by making a
Status | ||||
---|---|---|---|---|
|
/v1/identity-verifications
endpoint with setupId
in the request body. ...
4️⃣ Track customer onboarding progress by receiving webhooks.
KycIdentification
KYC identification webhooks will include payload information from the KYC Identifications API resource/v1/identifications/{id}
.Idv
IDV webhooks will include payload information from the IDV API resource/v1/identity-verifications
.
...