#jays5_best-practices

1 messages ¡ Page 1 of 1 (latest)

junior capeBOT
#

👋 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.

rose zincBOT
lavish shoal
#

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

Listen to events in your Stripe account on your webhook endpoint so your integration can automatically trigger reactions.

mellow mantle
#

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?

lavish shoal
#

The handling method in the example code is the guide that you can configure the events the async queue