For the period my webhooks were disabled, will I still be receiving the old webhook events or events created within this duration when my webhooks are enabled again?
Yes, webhook events are queued and processed separately when webhook endpoint is working.
Related Articles
My endpoint is different for each type of webhook and only one type of event is throwing error, will other events also be stopped when webhooks are disabled?
Yes, the queue is maintained at account level. While endpoints can be different but any failure impacts all types of events
Will I be notified when my webhooks are disabled ?
Yes, If the webhook endpoint is returning a non 200 response for more than 24 hours, webhook account is disabled and a Webhook disable email is sent to the registered email id. Sample email -
My webhook endpoint keeps getting disabled due to various reasons, any best practices should I follow?
Do not execute business logic while receiving webhooks. Even if you execute, make sure a 200 response is returned always. For example an entity not found in your database (due to data archival), or state change of an object where this webhook is not ...
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 ...
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.