#miketimturner-testmode
1 messages · Page 1 of 1 (latest)
Doesnt matter found it ha
Thank you
While I have you here....
With metered billing, what option do I select if I want to use the max unit for period and then after the cycle ends use most recent?
the way to do that is to have two prices. One uses the max mode(https://stripe.com/docs/api/prices/object#price_object-recurring-aggregate_usage) and the other uses last_during_period . You'd have to then swap the Prices (https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing though you'll probably find it easier to schedule the change https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing) at the end of the cycle
which is to say it's not just a simple field/option, it requires a certain set up and API calls
Do you have a work around for adding multiple of the same products? as I was thinking of using the units as a time calculation but have multiple products where any amount of products can be added
this way I can have prorated metered billing
oh sorry, forgot to reply 😦