#_meetshah
1 messages · Page 1 of 1 (latest)
hello! to clarify, do you mean the $300 is a fixed amount every month?
i think what you're looking for is usage based pricing and you can set a flat fee : https://stripe.com/docs/products-prices/pricing-models#model-usage-based-pricing-on-stripe
but 300$ need to take first
meter based pricing need to take after month
hrm, then you can try creating 2 kinds of Prices : one Price is $300 per seat / month, and one Price is volume or usage based / month
and put both of those Prices into a single Subscription
try that and see if it works
okay
no, Price and Product are two separate objects
sorry, but what's your question?
the As customer signup takes 300$ as upfront fees make sure 300$ is deducted automatically every month based on customer signup date
and
Based on below tire charge customer
1- 10. 0$
10 -20 10$
20 -50 8$
50 - inf 5$
at each end of month
yes, I've suggested the solution to you. are you running into any specific issue when testing it out?
On the dashboard I creted subscription for customer
Added two product
- Base fees
- Meter fees
added both with quantity
create invoice
did this flow correct?
if you try it out, does everything look fine and fit your requirements?
in case you haven't seen this yet, you can use test clocks to mimic the passing of time : https://stripe.com/docs/billing/testing/test-clocks