#lior5959
1 messages · Page 1 of 1 (latest)
Customer and subscriber.
And what you can do to support this is to adjust the quantity of the Price on your Subscription: https://stripe.com/docs/api/subscriptions/create#create_subscription-items-quantity
And the "subscribers" in your system is just a number for us to know how much quantity to charge the Customer for.
I hope I understood your model correctly.
Yes.
Let's assume that product X costs $100
When an additional user is invited, you suggest to adjust the quantity.
Let's assume additional user will cost $10.
So I do I support this?
If I'll adjust the quantity (by 1) the cost will be $200, no?
I want that the cost for this scenario will be $110
Any tips how to support it/
?
Okay, there's also volume pricing, that allows you to set a flat rate and price for additional quantity: https://stripe.com/docs/products-prices/pricing-models
So my understanding that I need to create an extra product with price 10$
And the Admin subscription will hold two products.
The base one in price of $100
And another one call "per seat" in price of $10. On each new user, I'll adjust the quantity of the "per seat' product
did i understand correctly?
This is another way of going about this. But I believe tiered pricing supports the flat fee within one Price, you can just have a single tier: https://stripe.com/docs/products-prices/pricing-models#tiered-pricing
I understand. Last question, so the first Quantity/Project will cost $100 and the rest $10. Correct?
I would suggest then setting the base price of $90 and then each seat $10. (if you want the first seat to be "included").
Got you. Perfect. Thank you so much for the help!
Happy to help!