#Mist-sub-update-sub
1 messages · Page 1 of 1 (latest)
You probably want to pass proration_behavior: 'none' then: https://stripe.com/docs/billing/subscriptions/prorations
that ends up charging them the full amount
the problem seems to be that both generate an invoice immediately, proration or none
So you essentially want to schedule the update?
I guess if that prevents unexpected charges, most customers expect the charge to happen at the end of the billing period
Updates like that will reset the billing anchor on the subscription to now. So you either need to: