#jays5_best-practices
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/1225662848433131591
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Once your server receive the Webhook event, your server should respond to 200 first and save the information, then process the event: https://docs.stripe.com/webhooks#handle-events-asynchronously
If Stripe doesn't receive the response in time, we will consider the event delivery fails, then retry to send event again: https://docs.stripe.com/webhooks#retries
Okay so I do need to responsd with a 200 first. The example code in the switch case statement seems to indicate otherwise, so I was a little confused.
Do you have any recommendations for how to best store and process the events? And secondly how to handle the out of order events?
The handling method in the example code is the guide that you can configure the events the async queue