#mike_webhooks

1 messages ยท Page 1 of 1 (latest)

finite fiberBOT
#

๐Ÿ‘‹ 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/1280465656835473510

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

noble kite
#

hi! yes, things are retried in test mode too.

There isn't a specific delay, it differs based on various factors but there is a certain amount of guranteed retry attempts. ; as documented at https://docs.stripe.com/webhooks#retries

cosmic garnet
#

I am asking because we want to test it manually now and we don't want to wait 30 minutes... ๐Ÿ™‚ can we expect seconds, tens of seconds, minutes or tens of minutes?

noble kite
#

it depends so I really can't give you an answer that will definitely be true for you, it's easier to just test it(return a non-200 status right now and see what happens) Generally there's a quick initial retry and then they become less frequent over the remaining time

cosmic garnet
#

ok, we want to test it the way to stop the webhook listener, do the action, wait for the attempt to fail and restart the listener. that's the testing workflow

noble kite
#

what is "the action"?

cosmic garnet
#

the payment