Webhook

A webhook is an HTTP callback that a service sends to a URL when an event occurs. Systems are notified in real time without polling. Example: a payment provider notifies the shop of an incoming payment. The receiver must provide the endpoint.