Before consuming the webhooks, you need to register your endpoint on the enterprise dashboard of Digio.
See the integration guide for steps on setting up the webhook on Digio Dashboard
Webhook Events for Digi CKYC
| Event | Description |
|---|---|
| CKYC.STATUS.UPDATE | Any updates received from ckyc for the registered request |
CKYC_REGISTER entity is defined by following attributes:
| Key | Type | Description |
|---|---|---|
| Request_ID | string | The request id that was generated and sent over during registration |
| FI_REFERENCE_NO | string | FI Reference Number provided during applicant/entity registration |
| STATUS | string | Updated Status from CKYC (AWAITING_APPROVAL/APPROVED/REJECTED/FAILURE) |
| REMARKS | string | Remarks from CKYC for the request in context |
Webhook Entities with Payload
-
CKYC_REGISTER
{
"entities": [
"ckyc_register"
],
"payload": {
"ckyc_register": {
"request_id": "CKYC230427173634151B8ZLQJID3BLXO8",
"status": "APPROVED",
"fi_reference_no": "CVZPP6699CFSG",
"remarks": "Details inserted successfully for the Reference Number 10003506357",
"error": []
}
}
}
Reference
For more detailed steps on setting up the webhook and reference for the same
See Webhook Guide