#mhsnawan-subscription
1 messages · Page 1 of 1 (latest)
You simply make the Update Subscription API
specify the Subscription Item Id and the new price
There will be proration. We have a Doc for it
Would I need to change the subscription for each subscription for customer one by one?
It would be each Subscription
These are the steps to update it?
- Create a new price for each product.
- Update subscription for those customers who are using the changed product. It would add a prorations right?
Yes!
Perfect.
And one more thing.
What if I want more than 20 products in one subscription? Because stripe allow up to 20 products in each subscription. How would I handle more than 20 products?
I don't think it's possible, it's a limitation
You can consider creating another Subscription to the the customer
Line 1st Sub for 1-20th products, 2nd Sub for 21-40th products
Is it the best way to do it?