#Merino-subscription
1 messages · Page 1 of 1 (latest)
Hey karbi, how are you ?
Yes, I did we're building our data model to manage everything we need alongside stripe
And one of our functions is based on how much an user use our product, so we went with the Usage-based billing scheme, with usage-reports
However this doubt rose up due to the fact that we intent to have a limit of howmuch an user could use it without upgrading it's subscription tier
If the client preferred to pay up without going for na upsell
Just to make sure I understand - you want your customer subscriptions to be charged immediately once they hit a certain theshold, is that right?
So you'll want to look into billing thresholds - https://stripe.com/docs/products-prices/pricing-models#thresholds
Basically I have a subscription model where the user is billed monthly a fixed rate and whenever he goes above a certain usage threshold he accrues addtional charges (usage based billing).
However I would like to bill the customer the additional charges whenever they topped a certain amount, the same as they do with google or facebook ads for example.
Is it possible, to set a limit of additional charges where the customer is billed?
Oh nice
I guess that's it
Yeah that's what I needed indeed
👍