#addisonj
1 messages · Page 1 of 1 (latest)
Hi, reading this a few times to make sure that I understand your use case.
So what you're trying to is offer $1/unit up to 100,000 units. Starting 100,001 units, you would price the item at .90 cents/ unit.
correct, but I won't want the count of units used reset at billing period (monthly) but instead over the subscription term (yearly)
In other words, I want to bill the users every month, but I want to incentivize more usage over the whole year
I do not think what you're looking for is possible without you having to track this on your end. However, let me confirm and see if there are work arounds here.
So, if I made my billing period yearly, it seems like I could use thresholds as it doesn't reset the count, but threshold only seem to be on amounts and not time. So I could give up predictable billing cycle to get this behavior, which also isn't ideal...
Can you add more details on what you mean with 'threshold only seem to be on amounts and not time'? This pricing model is what I'm looking at:https://stripe.com/docs/products-prices/pricing-models#model-usage-based-pricing-on-stripe
sorry the docs don't seem to let me refer to a subheader in this section: https://stripe.com/docs/products-prices/pricing-models#advanced
But if you see the section on "Thresholds and Tiered Pricing" that is what I am referring to
I have to step away, but thanks for engaging here @quasi briar ! I will check back later... and I know it is about to be the weekend, so can chat about this next week 😄
(or I can file a support ticket, I just didn't see where to ask these sorts of questions)
I can leave my answer here but yes, the threshold is for amounts only.