#km
1 messages · Page 1 of 1 (latest)
Hello! Do you have a new question?
No I have an existing question. Thread got locked before I got an answer 🙂
Thread is here: #1123638746810683433 message
Can you summarize your question here?
Yes - is there a way to discount seats? My plan is $299/m for one seat, and $59 per additional. I want to be able to discount seats to $0.
Sounds like you want tiered pricing: https://stripe.com/docs/products-prices/pricing-models#tiered-pricing
Would that work for your use case?
I believe we're using tiered pricing (we're a Stripe customer). Customer wants to change from grandfathered pricing to new pricing. New pricing is tiered. Customer is currently paying $199, new pricing would be $700+ ($299 for one seat, then $59 per seat for 7 seats for a total of $413). We want to keep them at $199. We can do that by applying a $100 fixed-price coupon to get the new price from $299 to $199, but then we need to discount the 7 seats ($413). We don't want to apply a $413 discount for the seats because if they remove seats so their total price is less than $413, they'll get a credit. What (I think) we really want is to discount each of those 7 seats to $0 per seat.
Can you create a new tiered Price which has $199 for the first seat and $0 for all additional?
Nope because if they expand past 8 seats we want them to pay the $59/seat.
We could create a new $0 seat and add those to their sub, and then if they add more seats past the 8 they already have they'd be charged $59/seat.
But we're trying to do this w/o writing more code if poss (we'd need to write code as right now our assumption is that a sub can only have one type of seat. In this case a sub could have free seats up to a specific number, and paid seats after that).
Possible to do but not w/o writing code. just checking to see if there's a codeless solution here!
You should be able to do this with a tiered Price, like this:
I may not fully understand the pricing model you want though, so please let me know what I might be missing!
Hm.... so we'd add a new plan that's specific to the customer?
(That tiered pricing looks like it would work)
Really wanted to keep the number of plans/prices down and not do a lot of custom stuff. To confirm, there's no way to apply a per-seat discount is there?
(afk for about 30)