#recipe.p
1 messages · Page 1 of 1 (latest)
Hi there, the general advice is that you should responds with a 200 as soon as possible,
https://stripe.com/docs/webhooks/best-practices#events-and-retries you can learn more about how Stripe retry webhook delivery here.
Hi thank you for your response. But isn't there a detailed policy?
All public info about webhook are available in the page that I shared with you earlier.
Okay thank you!
Actually, we are testing the abnormal situation. The image above is the testing result. We need to know what happens when we do not return a 200.
For instance, retry happens in 6 minutes and after few times of trail, next retry happens in an hour.
we need to know exact document or policy about this interval
Stripe attempts to deliver your webhooks for up to three days with an exponential back off.
No, there's no information about exactly when the retry would happen
So it will not be end but just interval will get longer following the Exponential backoff
of three days
Yes you are right
We are trying to use combination of the "product" and "price" data every time user purchase event happens. so please confirm that those data are permanent unless we delete or edit.
You mean you use product_data and price_data when creating a checkout session?
yes!
If you use inline prices like that, they're immediately archived and cannot be reused: https://stripe.com/docs/products-prices/pricing-models#inline-pricing:~:text=By default%2C prices created with price_data are effectively archived (they’re marked as active%3Dfalse) so that they you can’t reuse them for other customers or subscriptions. You can’t update or reuse inline prices after you create them.
In the pic, there is "line_items = key value of price api" .
The price id is possessed by a product. Is this also can not be reused?