#yasi-subscription-management
1 messages · Page 1 of 1 (latest)
I need help with pricing models and products.
I'm sorry, this is really vague so I'm not sure how to help you here. Do you have a specific question, developer to developer?
I'm sorry I couldn't explain it as I should.
I am rendering the pricing tables for each product from Stripe embeded pricung tables and every time an existing customer subscribes for a new product the subscription and customer will be overwritten instead of adding to the existing subscription. How can I add products to the existing subscription instead of overwritting it?
Ah perfect, that helps. The PricingTable can not be used to modify an existing Subscription. It can only be used to start a brand new Subscription for a brand new customer. It's a no-code solution that lets you easily start a Subscription
If you want to offer a "subscription management tool" you have to use the CustomerPortal instead: https://stripe.com/docs/customer-management or build your own UI
But is it possible to add a new product to the existing subscription with the customer portal page?
you can switch to a new Price but you can not add an extra one no.
For that you'd build your own UI instead
Great, good to know
Thanks a lot for your help