Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Identify the events you want to monitor. Please see a full list of events here.

  2. Create a webhook endpoint as a HTTP endpoint on your local server.

  3. Handle requests from Ondato.

  4. Deploy your webhook endpoint so it would be publicly accessible HTTPS URL.

  5. Register the publicly accessible HTTPS URL with Ondato by contacting Ondato support team.

...

Requirements for webhook endpoint

Ondato needs to know where to send information about events. In order to receive webhooks you need to create a webhook endpoint and provide us with the publicly accessible HTTPS URL that would meet the following criteria:

...

Wehook event

Webhook is triggered when

Idv.Consented

user accepts consent agreement on new identification.

Idv.StatusChanged

Identity Verification status changes.

KycIdentification.Created

new identification is started by the customer.

KycIdentification.Processed

new identification is completed by the customer.

KycIdentification.Approved

identification is manually or automatically identified.

KycIdentification.Updated

document data is updated in Ondato Portal.

KycIdentification.Rejected

identification is manually or automatically unidentified.

KybIdentification.Created

customer finished filling in a form.

KybIdentification.Document.Created

KYB related document entity is created in the KYB identification with status “NeedReview”.

KybIdentification.Document.Uploaded

KYB related document file is uploaded to the document entity.

KybIdentification.Document.Updated

KYB related document is verified and status is changed from “NeedReview” to “Validated”/ “Invalidated”.

KybIdentification.Document.Deleted

KYB related document is deleted from KYB identification.

...