#SatriaRizali
1 messages · Page 1 of 1 (latest)
Your server should respond 2xx to Stripe event, then process your internal logic to avoid timeout on the webhook
so my webhook will request some data from API , but the data is to big and make read http timed out , how do i prevent that ?
btw i use session checkout completed
Can you share the request ID (req_xxx) where you faced timeout error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
evt_1M7yTfKSupmldEwzpZIxWTnJ
The timeout here is from your server that it didn't respond to Stripe event in time
how to make stripe have unlimited waiting event time ?
This is not possible. Your server should respond 2xx to the webhook event first, then process your own internal logic
ok thank you for the help
No problem! Happy to help 😄