#jachensh
1 messages · Page 1 of 1 (latest)
Hi, what you're describing is not supported out of the box. If you have a monthly billing subscription based on usage pricing, https://stripe.com/docs/billing/subscriptions/usage-based#lifecycle you'd report the usage and the customer will be billed monthly. If you want to bill them on a daily basis on the 'overages' you can track this on your end and use Invoices, https://stripe.com/docs/api/invoices.