#amit-nocode-bubble
1 messages · Page 1 of 1 (latest)
Hey @broken ore Are you a developer writing your own end to end code for your Stripe integration?
Yeah! I have just started out building nocode apps. This is my first project.
I am developing this on Bubble.io
This Discord server is aimed at developers writing their own end to end code with our API. If you use a third-party like Bubble.io you likely want to talk to their support team directly
amit-nocode-bubble
Isn't it I am writing my own code here and need help?The reason I am here becuase there are not clear instructions available at Stripe docs while allowing users to have both good-best-better pricing along with additional seat pricing. I have so far able to subscribe the user, managed them to upgrade and cancel their plan.
Added a webhook to retrieve get information from Stripe. However somehow got stuck in allowing users to buy additional seat.
I'm sorry I don't really understand the question
What exactly are you trying to do? You have a Subscription A with quantity 1 and you want to increase to quantity 5?
So, I have used Stripe API's to connect and user test keys.
I have created a three recurring products, each have monthly and yearly price plan e.g., $100 monthly, $500 monthly, and $1000 monthly respectively.
And these plan allows 5, 10, and 20 users respectively.
If these accounts team users limit increases then I want to sell additional seat to same user for $69, $48, and $36.
How to link this in one Subsription plan so that it will easier when client wants to upgrade or degrade or cancel their plan.
I think you want to read https://stripe.com/docs/products-prices/pricing-models#tiered-pricing
I am reading this. Do you have any images or mindmaping structure to see.
not really no, only what's on that page
I recommend carefully going through the whole page first to understand all the pricing models we support and find the ones that fits bets for you
I think in my case License pricing fits the best.
The way you framed your ask I'm fairly certain you wanted tiered pricing
Please do read that doc and try to model your business model on it. Try to figure out how to apply each pricing so that it fits your use case
when you go to https://dashboard.stripe.com/test/products/create you can play with the various models to match what you are trying to do
something like this I think is what you want where it's $100 for the first 5 user (whether you have 1, 2 or 5) and then $69 additional for the next users. There's also a Preview UI that simulates examples
I tried Graduated pricing and it was looking well. However it didn't work out as When user wants to add additional seat the quantity starts from (-) 1 (+) and when the count reaches 6 then it starts to add the price. If the count starts from 5 then it would have been perfect.