Versions Compared

Key

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

Table of Contents

Table of Contents
minLevel1
maxLevel7

...

Upon sending a webhook notification, we are waiting for a success response for 30 seconds. Otherwise, if your endpoint does not respond, the webhook is queued for retry. We use an exponential backoff retry policy for event delivery. The attempt to resend the notifications is according to the following schedule on a best effort basis:

Panel
panelIconId23f1
panelIcon:stopwatch:
panelIconText⏱️
bgColor#F4F5F7
  • 10 seconds

  • 30 seconds

  • 1 minute

  • 5 minutes

  • 10 minutes

  • 30 minutes

  • 1 hour

  • 3 hours

  • 6 hours

  • Every 12 hours up to 24 hours

If the endpoint responds within 3 minutes, we will attempt to remove the event from the retry queue on a best effort basis but duplicates may still be received.

...

Wehook event

Webhook is triggered when:

Webhook example link

1️⃣ Identity Verification (IDV) resource webhooks

IdentityVerification.Consented

User accepts consent agreement on new identification.

To view webhook example please click here.

IdentityVerification.StatusChanged

IDV status changes.

To view webhook example please click here.

2️⃣ KYC Identification recourse webhooks

KycIdentification.Created

KYC Identification step is started by the customer.

To view webhook example please click here.

KycIdentification.Processed

KYC Identification is completed by the customer.

To view webhook example please click here.

KycIdentification.Approved

KYC Identification identification is manually or automatically approved.

To view webhook example please click here.

KycIdentification.Updated

document data of KYC Identification is updated in Ondato Portal.

To view webhook example please click here.

KycIdentification.Rejected

KYC Identification is manually or automatically rejected.

To view webhook example please click here.

3️⃣ KYB Identification resource webhooks

KybIdentification.Created

Customer finished filling in business onboarding form.

To view webhook example please click here.

KybIdentification.Approved

All KYC identifications were approved and all registries checks were successfully validated.

To view webhook example please click here.

KybIdentification.Rejected

Not all KYC identifications were approved and/or not all registries were successfully validated.

To view webhook example please click here.

KybIdentification.Document.Created

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

To view webhook example please click here.

KybIdentification.Document.Uploaded

KYB related document file is uploaded to the document entity.

To view webhook example please click here.

KybIdentification.Document.Updated

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

To view webhook example please click here.

KybIdentification.Document.Deleted

KYB related document is deleted from KYB identification.

To view webhook example please click here.

...