#mulchichis_api

1 messages ยท Page 1 of 1 (latest)

gloomy crescentBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1275889603491922004

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

golden trenchBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

fallow briar
#

Hello

sturdy elm
#

Hey Bismarck!

fallow briar
#

Can you provide more details about what you are currently doing and what you are concerned about?

sturdy elm
#

Yeah. I just don't know how my product scheme will interact with the stripe api.

#

Here's a screenshot from my dashboard:

#

I'm creating a subscription set up for my app, and each subscription would consist of a platform, seats, and messaging produce (all three). I want to know how I should configure everything to make sure users can easily upgrade/downgrade their subscription between different tiers.

#

For example, the team standard tier would consist of
team standard messaging, team seats, and team platforms.

I want the user to be able to upgrade to team pro tier (which would be the same except team pro messaging instead of team standard messaging)

or to upgrade to a business standard/pro plan (which would consist of the business options)

or to downgrade to the solopreneur plan (solopreneur options)

fallow briar
#

Okay yeah

#

In that case you want 3 separate Prices here

#

So 3 line items

sturdy elm
#

each product has its own price

fallow briar
#

Yep that's fine

#

You just need to separate out into 3 items

#

If you want to be able to upgrade/downgrade them individually

sturdy elm
#

In that case, if the user upgrades/downgrades, do you think I should just cancel their subscription and then make a new one with the new items?

fallow briar
#

No definitely not

sturdy elm
#

it says by changing the price and so that confused me because I would be changing the actual products

fallow briar
#

A Price is associated to a Product

#

So by changing the Price you can also change the Product

sturdy elm
#

oh so it would also change the product

fallow briar
#

That just depends on your own config

#

Yep

sturdy elm
#

okay that was my maint point of confusion I think

#

thank you!

fallow briar
#

Sure!

sturdy elm
#

very helpful ๐Ÿ™‚

fallow briar
#

Happy to do it

sturdy elm
#

Hello, I have another question.

#

Since my subscription has multiple items, I don't think I can use a portal session to change it.

How should I go about upgrading/downgrading the subscription?