#mike_webhooks
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/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.
- mike_docs, 4 days ago, 18 messages
- mike_webhooks, 4 days ago, 8 messages
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
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?
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
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
what is "the action"?
the payment