Loading...
Outbound webhooks let FastStaq notify external systems when events happen in your app. They are delivered reliably, signed for authenticity, and guarded against SSRF.
Each delivery is signed with an HMAC signature so you can confirm it really came from FastStaq:
Always verify the signature before acting on a webhook.
Customer-supplied URLs are checked at both registration and delivery time. FastStaq DNS-resolves the host and rejects private, loopback, link-local, and cloud-metadata addresses (IPv4 and IPv6), defending against DNS rebinding.
For local development only, you may set WEBHOOK_ALLOW_PRIVATE_NETWORKS=true to deliver to 127.0.0.1. It must stay false in staging and production; the server warns at startup if it is enabled.
2xx) and process asynchronously.Open a support ticket with the endpoint and a sample delivery ID.
Sign in to leave feedback on this article.