#xqprtzcv-subs
1 messages · Page 1 of 1 (latest)
I believe you'll get the behavior you want if you also pass in billing_cycle_anchor: now in your update request
The immediately ends the previous cycle and will start a fresh year-long cycle for the Subscription
Thank you, sorry I missed that!
no worries!
If a user changes from yearly to monthly subscritpion midway through the year. I want to let the user finish their year, and then charge them for the month at the end of the year. Do you know how I can implement that?
You can accomplish that using Subscription schedules
Here are some examples that may be helpful to wrap your head around: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#changing-subscriptions
Thank you