#MartinDeMarcy-billing-portal-prices
1 messages · Page 1 of 1 (latest)
Hello, I've for now only on product with all my different pricing in it:
What I want, is to add them to the Billing Portal here:
But I cannot add the same product with a different price in the Stripe Billing portal :
My question is: How can I transfer my actuel customer that are onn this product to the Billing portal ?
I'm creating new products with indvidual pricing in order to add it to the customer but I'm not sure it is the right way to do so
So you're trying to transfer existing subscriptions to a pre-existing price?
I'm just trying to add already existing subscription to the billing portal
I'm not sure I understand I'm afraid. You create a Billing Portal session to manage existing subscriptions
The issue is you have multiple Prices with the same currency and billing interval under the same Product object
Can you share the Product object ID?
You'd need to create a separate Product object if you wanted to emulate that model
That's what I did and then what's the best way to transfer my actuel subscription on those products ? Only via API ?
Your users should be able to switch between products for their subscription in the Billing Portal session
No they cannot have the ability to switch between product as we decide which price they have
what's the best way to transfer my actuel subscription on those products
So you don't want your customers to be able to switch products/prices?
Nope
The Billing Portal is intended only for customers to switch products
If you as the merchant need to upgrade/downgrade a subscription then you'll need to do it via the Dashboard or API: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
As want my customer to edit the quantity of the subscription but not the price in the Billing portal
I*
Then you'd need to configure the Billing Portal to only permit quantity changes
That's what I did. The issue is with my current product, I cannot use them in the billing portal. Do you think the best idea is to migrate my current subscription to use the new products in order to manage it in th billing portal ? Is there any other solution to handle that ? What's the best way to achive the migration between product ? with the API ?
I'm confused though as you just said you don't want your customers to be able to upgrade/downgrade products via the Billing Portal
If you want to upgrade subscriptions then you'll need to do it via the API yes
Ok, nevermind I'll figure this out. Thanks for your help