#enriquelm
1 messages · Page 1 of 1 (latest)
Hmm, kind of do that will metered billing and usage thresholds: https://stripe.com/docs/products-prices/pricing-models#thresholds
The ideal being you'd report the ~1000 requests as usage immediately and that would trigger a new invoice according to the thresholds defined
Alternatively you'd just do it with volume pricing (https://stripe.com/docs/products-prices/pricing-models#volume-based-pricing) and an update to the item quantity to reflect their upgrade would trigger an immediate invoice
thanks, I'll take a look at it
Generally though usage billing invoices at the end of the billing period accoridng to the reported usage. That's the normal behaviour without any thresholds, which doesn't really align with what you want
Outside of that, the only alternative would be for you to map quantity on the item(s) against usage in your app and then update those at Stripe when a user buys more 'credits' with your system. That would trigger a new invoice