#cassie-billing-cycles
1 messages · Page 1 of 1 (latest)
Hi there! In this case, the billing date is changed to the date when you make the price change since the recurring period is different (e.g. a monthly plan being upgraded to an annual plan)
We mention this here: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#billing-periods
The way you can handle this kind of "scheduled" change is to use subscription schedules: https://stripe.com/docs/billing/subscriptions/subscription-schedules
This example sounds similar to your use case: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#resetting-anchor
I recommend playing around with schedules and test clocks to see this in action: https://stripe.com/docs/billing/testing/test-clocks
cassie-billing-cycles