#Min.K
1 messages · Page 1 of 1 (latest)
Yes! Storing the subscription status in your own database is recommended. For any changes on the subscription including the status, customer.subscription.updated event will be sent and your system could store the latest subscription status and check against it when necessary. To check if the invoice of each biling cycle has been paid successfully, invoice.paid event can be monitored.
For the list of webhook events that are recommended for subscription, you may refer to the guide here: https://stripe.com/docs/billing/subscriptions/webhooks
Thank you very much.
No problem! Happy to help 😄