#hufeng
1 messages · Page 1 of 1 (latest)
You can set it up with graduate pricing such that the first 10 seats is $0 per unit with a flat fee of $19 per month. After 10 seats, each seat will be charged with $1.50: https://stripe.com/docs/products-prices/pricing-models#graduated-pricing
So I set up two products.
No.1 product, called Plus, charges $19 per month at a fixed rate.
No.2 product ,called Plus-per-seats , charges according to the graduate pricing in your picture?
👋 No it should still be one product and one price, but you setup the price as graduate pricing as the Doc link above
o ~ I'm following you
Another problem
- If the customer invites new members during the billing cycle, resulting in a change in the number of seats, stripe supports dynamic calculation, do I need to check this option?
2.And then I report the usage in this way of documentation, right?
https://stripe.com/docs/products-prices/pricing-models#reporting-usage
Yes Report Usage. I think this example is pretty close: https://stripe.com/docs/billing/subscriptions/usage-based#product-modeling
OK~ 😊
I solved the problem.
Thank you very much for your help.