Skip to content

Webhooks

Webhook modules cover receiving any provider's webhooks safely: verifying the signature before trusting the payload, processing idempotently since providers retry, acknowledging fast so the provider doesn't back off, and never assuming events arrive in order. Provider-agnostic — useful whether the sender is Stripe, PayPal, or something else.