#Adi
1 messages · Page 1 of 1 (latest)
Hi
That will depends on what you want to monitor in your integration.
Here is a minimal webhook integration you should have when using Checkout Session:
https://stripe.com/docs/payments/checkout/fulfill-orders
Are you offering recurring payments ?
If so you should add these too:
https://stripe.com/docs/billing/subscriptions/webhooks
yes also offering recurring payments
I see more than 6-7 events here: https://stripe.com/docs/billing/subscriptions/webhooks#events
Do I need to listen to each of them in production env?
it depends on what you want track exactly but you should be tracking at least for these events:
https://stripe.com/docs/billing/subscriptions/webhooks#payment-failures
https://stripe.com/docs/billing/subscriptions/webhooks#additional-action
https://stripe.com/docs/billing/subscriptions/webhooks#active-subscriptions
Got it. Thanks you can close the thread 🙂
Welcome!