Back
Question
What Stripe events do you watch out for?
I'm trying to build a subscription with Stripe. But I noticed there are a lot of events. I hope someone more experienced would give me some pointers here because I don't want to overthink and overbuild
Here are the ones I'm keeping my eyes on. Are they sufficient?
Here are the ones I'm keeping my eyes on. Are they sufficient?
- invoice.paid — for initial payments, and maybe subscription renewals?
- customer.subscription.updated — for any changes in subscription status
- charge.refunded — for automatically cancelling subscriptions if they refund.
- invoice_upcoming or `subscription_schedule.expiring` — for updating customers of upcoming invoices
Do you recommend watching for other events besides these?
Thank you very much.
👋 Join WIP to participate
x.com/marckohlbrugge/status/1…
Superrrr! Thanks Marc!
I would just also add:
Yes of course. Thank you @romainsimon
We are also tracking payment_method.attached, but I think thats just specific to our usecase