#Mr Stinky Pants
1 messages · Page 1 of 1 (latest)
hi
Hi 👋
Payment Intent succeeded will fire when the Payment Intent request is successful but you should also see am invoice.payment_succeeded event that is more closely related to the Subscription.
Sure it will. But I assume you'd want to know if you should restrict access to the service based on that or invoice.payment_failed
so no need to check subscription active if payment succeeded?
You can if you want to be extra sure (I would use a webhook for that case) but it shouldn't be necessary
is there a page with a list of events and what object that returns in the webhook. e.g. for Events.InvoicePaid
sorry i just found it
Okay great.