Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: draw.io diagram "KYC_Sequence_diagram.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.

...

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 KYC URL.

...