⚡ Solution Summary
- Webhook endpoint responds with 200 but dashboard shows errors.
- Check for network issues or firewall settings.
- Ensure webhook URL is correctly configured.
- Consider adding logging for better diagnostics.
### Describe the bug
I have a problem that Stripe support is so far too useless to help with.
I have a live webhook that sends correct payloads to my endpoint, which receives them and responds with `HTTP/1.1 200\r\nContent-Length: 0`
However the webhook dashboard shows 100% error rate with "Unable to connect" and continues resending the same events.
What could the problem be? I have no way of diagnosing it.
### To Reproduce
Create webhook endpoint. Trigger event. Receive event. Respond with 200. Check dashboard.
### Expected behavior
Webhook should acknowledge successful connection or display a more useful error or offer an API endpoint for debugging webhook events.
### Code snippets
_No response_
### OS
web
### Language version
web
### Library version
web
### API version
2022-11-15
### Additional context
_No response_