#IsK-pricing-modal
1 messages · Page 1 of 1 (latest)
Hey, can you elaborate on 'minimum price threshold'?
Is it always $X per month PLUS usage?
Or something different
it is 4$ per GB of usage
but if they havent used less that 10 GB then we charge them a minimum of 20
20$
does it make sense?
have
So:
0-10 $20
n +$4
??
YES
Maybe this will work? https://stripe.com/docs/products-prices/pricing-models#flat-rate-metered-usage
2 prices, 1 ix $20 that everyone pays regardless of usage and then the other is for usage beyond 10 GB
Hi there 👋 jumping in quickly as my teammate needed to step away. You can create a tiered-price, that is also usage based. This would allow you to set just a flat fee for your first tier, and then a per-unit price for your second tier.
The tiered pricing structure is also discussed in the doc linked previously.