#axelvaindal
1 messages ยท Page 1 of 1 (latest)
This is possible with Subscription Schedule to upgrade the plan at the billing cycle: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#upgrading-subscriptions
The steps will be:
- Create subscription schedule from existing subscription: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
- Update subscription schedule to only start the new plan in the next phase: https://stripe.com/docs/api/subscription_schedules/update
OK, so if I understand this correctly.
- The subscription schedule is just empty at creation time but attached to an existing subscription.
As I need to pass a sub id, I guess I will need to script update all existing subscriptions from every customer to add this right ?
Yup, you're right!
OK thanks for your answer ๐โโ๏ธ