Why did my webhook fail?
Webhook failures usually come from one of these:
- the endpoint was unreachable
- the signing secret was wrong
- the handler returned a non-2xx response
- the handler took too long
Fastest checks
- confirm the signing secret
- confirm the endpoint is public and reachable
- inspect the exact response code
- make sure heavy work happens after the request is acknowledged
Read the fuller implementation guide at Webhooks and API Quickstart.
If you need support, open the widget with the endpoint, status code, and approximate timestamp.