I recently started using a new Service of Digio, but not receiving webhooks for this one while I am receiving proper webhooks for existing services.

I recently started using a new Service of Digio, but not receiving webhooks for this one while I am receiving proper webhooks for existing services.

Webhooks are enabled at event/service level. If you started using a new service, for example you were using NACH mandate registration webhooks, now started using NACH Debits as well you can login to Enterprise Dashboard and enable relevant webhooks. 


    • Related Articles

    • What are webhooks and how can I enable them?

      Digio webhooks can be used for receiving server to server events, by providing an HTTP based endpoint, where Digio keeps publishing the events. You can enable webhooks from your enterprise dashboard - profile section. Navigate to the profile section ...
    • How do I create a presentation request using Digio dashboard?

      Under the presentation section on Digio dashboard, create a new presentation. Below form will open- In the text box on the top labelled: ‘Enter UMRN’, Enter the UMRN number of the mandate you would like to present a debit for and the relevant fields ...
    • How to generate a mandate request using digio dashboard?

      Go to the Mandate section on Digio dashboard and click on Create new Mandate. Below screen will open Field explanation - 1 Create/Amend/Cancel (Mandatory) Mandate Type. The Default is ‘Create’. 2 Sponsor Bank Profile The config. profile with the ...
    • How to monitor mandate registration using the mandate MIS?

      First let’s understand mandate lifecycle and states All Mandates (These Can be classified into 3 Authentication States) Partial AuthFail Signed (Represents all authenticated mandates irrespective to further lifecycle status. These can be further ...
    • How do we make sure that webhook events are coming only from Digio. IP Whitelisting ?

      1 - You may allow webhooks only from below IPs: Sandbox : 35.154.20.28 Production : 13.126.198.236 2 - Provide a secret key and validate. Use X-Digio-Checksum header. On the client side, HmacSHA256 hex string of payload can be generated using the ...