#diegospb-metered-billing
1 messages ยท Page 1 of 1 (latest)
๐ @grave karma
Are you also on IRC or is it a pure coincidence? Someone asked me the same thing there
yeah okay that's you
yeah, that was me, told them that I would continue over here if that's ok
not right now, let me try to get one!
ok, I think I know what happened
Switching prices does not normally change the billing date or generate an immediate charge unless:
The subscription moves from free to paid, or paid to free.
is there a way to not restart the billing cycle when moving from free to paid?
unfortunately no, it's a core part of our upgrading logic
best option is to switch to SubscriptionSchedules instead
gotcha, thanks!
https://stripe.com/docs/billing/subscriptions/subscription-schedules is a good doc to start. You "basically" plan a phase change at the end of the current cycle
thx!, one follow up question.
when updating a metered subscription item from free to paid, the billing cycle will restart, is there a way to automatically carry over their usage? (it does automatically when updating from a paid price to another paid price)
There isn't in that case as far as I know
you could keep both Prices though right?
but I want the usage records to be in the new price. The use case is for an upgrade so in this case, the higher price would have a higher tiered prices but still would like the already accounted free usage to be carried over
thx, I think I can also create an usage record as part of the upgrade