SpacePay

Webhook

Quick Answer

A webhook is an HTTP callback delivering real-time payment notifications (received, confirmed, settled) to the merchant's server — essential for automated order fulfilment.

Full Definition

A webhook is an HTTP callback delivering real-time event notifications from one system to another. In crypto payments, webhooks notify the merchant's server when a payment is received, confirmed, expired, or settled. Instead of polling the API, the gateway pushes notifications to a configured URL. Webhooks are essential for automated order fulfilment, inventory management, and accounting. Payloads are typically signed for verification.