#david-oliva-magic-beans_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/1240587407535902720
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
I'm not sure I fully understand
the request you shared creates a per-seat price
now you need to create a subscription and pass in the quantity
the quantity is the number of seats
you can pass 1+ as the quantity
I am trying to do this. So there is a pricing per month/user. I need to charge a flat fee (for example, 10$) per each user included in the subscription
The problem is that Stripe does not allow me to set 1 as the number of seats:
this is no longer a per-seat
I'm not fluent with spanish
but I think this is https://docs.stripe.com/products-prices/pricing-models#tiered-pricing
I understand your point. Maybe I am not explaining clearly myself what I need in my application. I have a product that users can subscribe to. Each user can add other users to the same subscription (in other words, each subscription will be the same for a group of users). So, the customer should be charged based on the amount of users subscribed to that price. I mean, if they charge 1$ per user, in that subscription they will be charged 1$ per only one subscribed user, and 5$ per 5 users. Please, take into account that the amount of users is dynamic and there will be always at least 1 user or more. We are not able to know the number of users the subscription will have at the time of its creation.
sorry for the late reply
I fully understand your use case
I'm just saying that the configuration your referring to in the dashboard screenshot is not a per-seat price
but rather a tiered price
once you create the price as you did with the request you shared
now you need to create a subscription for that customer
and use the quantity to specify how many seats/users are in that subscription
you don't have to create a price per number of seats
it's one price for one seat and the quantity in the subscription gives you the number of seats