Skip to main content

Webhook

Web

A user-defined HTTP callback triggered by an event.

A webhook lets one system notify another in real time by sending an HTTP request to a configured URL when an event occurs (e.g. a payment succeeds). Unlike polling, webhooks push data as it happens, reducing latency and load.

← Back to full glossary