A WebHook is an HTTP callback. i.e an HTTP POST that occurs when something happens; a simple event-notification via HTTP POST. A web application implementing WebHooks will POST a message to a URL when certain things happen.
Duplo sends webhooks events that notify your application any time a payment event happens in any of your virtual account.
You can setup webhooks that would let us notify you anytime events on your Duplo dashboard, all webhooks must be assigned a verify hash that would be attached to the notification header. This is required to confirm that the request is from Duplo.
Helpful resources while you’re building or for that tricky problem you might be having.