#MartinDeMarcy-billing-portal-prices

1 messages · Page 1 of 1 (latest)

sharp oxide
#

Hello. Can you explain what it is you're actually trying to achieve?

dire skiff
#

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

sharp oxide
#

So you're trying to transfer existing subscriptions to a pre-existing price?

dire skiff
#

I'm just trying to add already existing subscription to the billing portal

sharp oxide
#

I'm not sure I understand I'm afraid. You create a Billing Portal session to manage existing subscriptions

dire skiff
#

Yes

#

But I cannot add the products my customer are using because of the message above

sharp oxide
#

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?

dire skiff
#

I understand that but what can I do to solve this ?

#

prod_Gcj8UKqjKKDAww

sharp oxide
#

You'd need to create a separate Product object if you wanted to emulate that model

dire skiff
#

That's what I did and then what's the best way to transfer my actuel subscription on those products ? Only via API ?

sharp oxide
#

Your users should be able to switch between products for their subscription in the Billing Portal session

dire skiff
#

No they cannot have the ability to switch between product as we decide which price they have

sharp oxide
#

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?

dire skiff
#

Nope

sharp oxide
#

The Billing Portal is intended only for customers to switch products

dire skiff
#

As want my customer to edit the quantity of the subscription but not the price in the Billing portal

#

I*

sharp oxide
#

Then you'd need to configure the Billing Portal to only permit quantity changes

dire skiff
#

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 ?

sharp oxide
#

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

dire skiff
#

Ok, nevermind I'll figure this out. Thanks for your help