What to implement
- A public HTTPS endpoint that accepts
POSTJSON payloads. - Signature verification using the same secret material as API signing (see Webhooks for header names and examples).
- Fast responses (acknowledge quickly; do heavy work asynchronously).
Configuration and payloads
Webhook configuration (API)
Register or update your webhook URL via the API.
Events and payloads
Event types, payload shape, metadata, and verification examples.

