Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: draw.io diagram "KYCintegrationWorkflow.drawio" edited
Table of Contents
minLevel1
maxLevel7

...

You will need to use the following APIs for the integration:

  • Ondato IDV APIto initiate the customer onboarding flow.

  • Ondato KYC ID API to retrieve data about KYC identifications.

...

Drawio
zoom1
simple0
inComment0
pageId2295726818
custContentId2296709802
lbox1
diagramDisplayNameKYCintegrationWorkflow.drawio
contentVer12
revision12
baseUrlhttps://ondato.atlassian.net/wiki
diagramNameKYCintegrationWorkflow.drawio
pCenter0
width1352
links
tbstyle
height511.9999999999999512

Integration steps

1. Initiate customer onboarding

To initiate business onboarding you need to make POST request to /v1/identity-verifications/ with setupId in the request body.
Response with status code 201 will return id of identity verification that can be used to generate IDV URL.

...

To retrieve customer onboarding details you first need to make a GET request to IDV API - /v1/identity-verifications/{id} endpoint to receive KYC Identification ID. With this ID you need to make a GET request to Kyc Identification API - /v1/identifications/{id} endpoint to retrieve KYC identification details.

...