Do I need to provide my IP address to Digio for whitelisting to consume webhooks ?
No, not required. Webhook endpoint is sufficient.
Related Articles
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 ...
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.
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 get to know when my Webhooks are enabled?
You’ll receive a Webhook enabled email from Digio to the registered email address. Also you can observe the event processing at your end. Sample email -
Will I be notified when my webhooks are failing?
Yes, Digio makes periodic attempts on non 200 http responses. First email is sent to the registered account email, if the webhook is failing since the last 1 hour. If any failure is observed, subsequent attempts are made after 5 minutes, 10 minutes, ...