#ketaaa
1 messages · Page 1 of 1 (latest)
Hi there!
Hey Soma
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Here is an example
It was working fine like 2 hours ago
It looks like this event was sent to 3 webhook endpoint: 1 was successful and 2 failed.
For this specific endpoint, it looks like the issue is a timeout: Stripe sent your server the event, but your server didn't send a response back within 20 seconds, so we timed out.
I'm not sure, but the issue came from your end. Maybe at that time your server was busy and took too long to answer Stripe? You need to check your server logs to understand what happened.
I have nothing 😄
even if I resend through the webhook stripe interface
it is always timeout
but when I manually send it through reqbin it's working
even with CURL it's hitting correctly
Is your server allowing requests coming from Stripe? https://stripe.com/docs/ips#webhook-notifications
yeah i did not change something in the server (it's a local docker webserver) and always used ngrok tunnel to test webhooks. It always worked but dunno why since 1h it does not work anymore