#axelvaindal

1 messages ยท Page 1 of 1 (latest)

grim bayBOT
brazen kayak
#

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:

  1. Create subscription schedule from existing subscription: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
  2. Update subscription schedule to only start the new plan in the next phase: https://stripe.com/docs/api/subscription_schedules/update
spark musk
#

OK, so if I understand this correctly.

  1. 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 ?

brazen kayak
#

Yup, you're right!

spark musk
#

OK thanks for your answer ๐Ÿ™‡โ€โ™‚๏ธ