#amit-nocode-bubble

1 messages · Page 1 of 1 (latest)

snow rockBOT
solemn moss
#

Hey @broken ore Are you a developer writing your own end to end code for your Stripe integration?

broken ore
#

Yeah! I have just started out building nocode apps. This is my first project.

solemn moss
#

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

broken ore
#

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.

solemn moss
#

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?

broken ore
#

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.

solemn moss
snow rockBOT
broken ore
#

I am reading this. Do you have any images or mindmaping structure to see.

solemn moss
#

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

broken ore
#

I think in my case License pricing fits the best.

solemn moss
#

The way you framed your ask I'm fairly certain you wanted tiered pricing

broken ore
#

okay if you say so as you are the more experienced here.

#

please guide

solemn moss
#

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

#

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

broken ore
#

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.