#abdelelsaadi_webhooks

1 messages ¡ Page 1 of 1 (latest)

uneven fieldBOT
#

👋 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/1303124824146575391

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

livid lintel
#

Hi there, thanks for using the form! Do you have an Event ID you can share or more context you can share about the timeouts?

broken crag
#

All my event types give timeout

#

Failing

livid lintel
#

Where do you see this timeout? Can you share an Event ID so I can pull up some logs on my end?

broken crag
#

pi_3QHXAaKSJ3LfxG6I1nD3J8SM

#

For example

#

I see them as response for all webhook requests

livid lintel
#

Okay, I see we tried to send a few different events related to this PaymentIntent but there was a timeout with your webhook endpoint

#

The timeouts you see indicate that your endpoint timed out before responding to the POST requests from Stripe. Are you aware of any server issues on your end or any changes to your webhook handler code that would delay responding to Stripe?

broken crag
#

Nothing has been changed from a while

#

It was working just fine two days ago

#

See this one as well, this is from my other env "evt_1QHXZwLWuGG9nDrsOBHc6l29"

livid lintel
#

Are there any logs you can see on your end for requests being made by Stripe to these endpoints?

broken crag
#

Nothing at all

#

At a third env (staging) it's not even hitting the backend url

livid lintel
#

There are no logs on your server where you can inspect incoming requests?

broken crag
#

Yes

#

Nothing

livid lintel
#

All I can see on my end are time outs which means we're sending requests to your endpoint but are not getting a response. Are you on the network team or have you discussed this with the team that owns/manages your server?

broken crag
#

What's the timeout value at stripe?

livid lintel
#

We timeout within a few seconds so we recommend quickly acknowledging that you've received the event before executing any logic based on the event payload

broken crag
#

How many seconds?

livid lintel
#

We don't publish an exact value

#

However, this really shouldn't be more than a few seconds on your end to respond with an ack/200

broken crag
#

I see

#

Ok, thank you