#Sam R
1 messages · Page 1 of 1 (latest)
Subscription related events will contain the Subscription's current_period_end parameter which represents when the current billing period for the Subscription will end, is that what you're looking for?
https://stripe.com/docs/api/subscriptions/object#subscription_object-current_period_end
Is there a webhook that will send the new current_period_end on each billing cycle?
Yup, customer.subscription.updated events will be triggered and sent every time there is an update to a Subscription.