#katya_webhook-endpoint-connection-failure
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1448722958250934365
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
You shared event types but those don't help us look up what might be going wrong. Can you share an Event ID for a webhook event that was not successfully delivered? It will start with evt_
Just one of them? There are hundreds evt_1ScvdxAuLX4g2Nc85csLj9QR
More won't be helpful, unless the failures are different
Just the 6 event types repeated and retrying -
The failure we are seeing is this message:
Failed to connect to remote host
Unfortunately there isn't much we can do here. The POST requests being sent by Stripe are not able to reach the webhookd endpoint you have registered
but the endpoint I added is the verified endpoint from that provider...
Any suggestions?
This isn't something on Stripe's end so, sadly, I don't have any suggestions. You should work with your hosting provider and try to identify where these requests are failing.
Okay
One thing that might be playing a role here could be some firewall protections. If you have any restrictions on where your server can accept requests from you may need to ensure you are not blocking requests from these IP addresses: https://docs.stripe.com/ips#webhook-notifications
katya_webhook-endpoint-connection-failure