#lec1892
1 messages · Page 1 of 1 (latest)
There aren't any specific events for new cycle.
The invoice.paid and customer.subscription.updated would be generated for new cycle.
You can look at the invoice's billing reason to see if its from a subscription_cycle or something else
https://stripe.com/docs/api/invoices/object#invoice_object-billing_reason
great
this helps a lot
thank you