#Roopa
1 messages · Page 1 of 1 (latest)
Hello, yes I can look in to what error we got from our end. What is the event ID?
evt_1LwORIDwT5gdvn7n81kvfXK4
It looks like we are getting a generic 400 error from your server when we reach out. It might be helpful to check your network/firewall logs to see if you see them rejecting any requests from our webhook IPs https://stripe.com/docs/ips#webhook-notifications
I am getting error in test environment as well event id for test environment is "evt_1LxuHSDwT5gdvn7nsCKCq7gX"
but some of the events are working fine, only it happens when we pay by direct debit
Hi 👋
I'm stepping in for @obtuse mica
The error you are seeing on the event you shared is coming from your ASP.NET server, which is closing the connection to Stripe.
does it mean, I am missing handling the event in my code?
It appears that the request is not connecting at all. I would review your network settings as my colleague recommended.