#Pilotman14
1 messages · Page 1 of 1 (latest)
API-wise you can do this with a subscription schedule https://stripe.com/docs/billing/subscriptions/subscription-schedules
You would add a schedule to each of your existing subscriptions https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
And then set the subscription's current phase to last for 1 iteration and then set a second phase at your new price https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#upgrading-subscriptions
I believe you can do this through the dashboard but you would be manually setting the date
Thanks very much 🙂