Live demo of agent247 on Digio's docs — click the orange button at the bottom right to start.

Webhook Integration

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

EventDescription
CKYC.STATUS.UPDATEAny updates received from ckyc for the registered request

CKYC_REGISTER entity is defined by following attributes:

KeyTypeDescription
Request_IDstringThe request id that was generated and sent over during registration
FI_REFERENCE_NOstringFI Reference Number provided during applicant/entity registration
STATUSstringUpdated Status from CKYC (AWAITING_APPROVAL/APPROVED/REJECTED/FAILURE)
REMARKSstringRemarks 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

Was this page helpful?