#mulchichis_api
1 messages ยท Page 1 of 1 (latest)
๐ 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.
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.
- mulchichis_best-practices, 12 hours ago, 21 messages
Hello
Hey Bismarck!
Can you provide more details about what you are currently doing and what you are concerned about?
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)
each product has its own price
Yep that's fine
You just need to separate out into 3 items
If you want to be able to upgrade/downgrade them individually
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?
No definitely not
You would just update the relevant Subscription Item, see: https://docs.stripe.com/billing/subscriptions/upgrade-downgrade
it says by changing the price and so that confused me because I would be changing the actual products
A Price is associated to a Product
So by changing the Price you can also change the Product
oh so it would also change the product
Sure!
very helpful ๐
Happy to do it