@stripe Is "data.object.period_end" the correct value of the new subscription end date when handling the "invoice.payment_succeeded" event? A little confused on which value I should be storing.
Thanks for clarifying. You may actually want to retrieve "current_period_end" for the associated Subscription when the "invoice.payment_succeeded" event occurs. This should provide you the correct period end details. Here's more on this: https://stripe.com/docs/api/subscriptions/object#subscription_object-current_period_end …