#jubilant_unicorn_98468
1 messages · Page 1 of 1 (latest)
It sounds like you're describing usage based billing where you only want to bill your customers for their usage in your application?
yes
Then you should be loking at: https://stripe.com/docs/billing/subscriptions/usage-based
but it should not be dependable to time or minutes he used but there is monthly and yearly plan and user can purchase plan in multiple quantities
When you use usage based billing, your app/code is in control of when you send usage records - https://stripe.com/docs/products-prices/pricing-models#reporting-usage
If you're not using usage based billing as above then we will bill for whatever quantity you specify on the item. If there's context outside of Stripe for unused quantities or whatever, then you need to handle that manually