Webhooks
The iComply platform features a number of webhooks that fire based on user triggered events.
In order to verify the authenticity of a webhook originating from iComply, you must verify the webhook secret that is part of the payload. Your account representative will send you your webhook secret when setting up your account and it should have a format similar to: whs_ef0dbc12345c418ab4a1cc4c888dea02
Sample Webhook Verification Code

Webhooks are triggered for the following actions:
1) When a user on the NP portal fills out the first two screens on the Natural Person portal
The webhook features the following payload
2) When a user is approved manually by an admin on the portal
The webhook features the following payload
3) When a user is automatically approved based on auto-approval settings in portal config
Natural Person Has Begun Uploading Supporting Document
First Payload
Second Payload
When a Natural Person has completed uploading Supporting Documents
If you find that a webhook is not being fired when expected, please contact our support team.
Last updated