#procrastination_inc
1 messages · Page 1 of 1 (latest)
You may change the current price to the new price on the existing subscription directly. You may refer to this guide for upgrading a subscription: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
So I would have to create a new price, and the loop all my subscriptions to insert the new price, instead of the old one? I also guest that if I want to avoid prorata, I should upgrade in the last day of the cycle?
You will need to update the existing invoice line item to the new price as the doc described above. If you wish to avoid proration, you may set proration_behavior to none when updating to the new price
Thanks a lot, river. You got me all set… ☺️