#Cjones - change billing interval
1 messages · Page 1 of 1 (latest)
Hey, apologies for missing your question for a bit. Yes you can do this with a subscription schedule. Finding the doc on this now...
Basically, you would create a schedule from your existing subscription like this https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
Then you can add another phase to the schedule that swaps the price
Are you looking to swap immediately, or at the end of the week (or x weeks out)?
swap immediately
Good to know. Let me double check this and I will get back to you
There might be an easier way. This is doable either way though
Good news, it is easier. You can just do this with a standard subscription update https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
ok great!
One thing to keep in mind is that this update may try to immediately bill your user https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#immediate-payment
If you are doing it in the dashboard, that should preview it for you. If you are doing it in the API you can preview it as well