#mhsnawan-subscription

1 messages · Page 1 of 1 (latest)

sinful crescent
#

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

charred bronze
#

Would I need to change the subscription for each subscription for customer one by one?

sinful crescent
#

It would be each Subscription

charred bronze
#

These are the steps to update it?

  1. Create a new price for each product.
  2. Update subscription for those customers who are using the changed product. It would add a prorations right?
sinful crescent
#

Yes!

charred bronze
#

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?

sinful crescent
#

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

charred bronze
#

Is it the best way to do it?