#Mist - update subscription
1 messages · Page 1 of 1 (latest)
You can disable them: https://stripe.com/docs/billing/subscriptions/prorations#disable-prorations
The problem is that because the interval is changing, in our case from 3-months to either 1-month / 6-month intervals. The billing anchor is reset to the date of the change
We've had some customer complaints as it was unexpected, so we wanted to delay the payment until the next cycle
Gotcha. You could utilize a trial to do that: https://stripe.com/docs/billing/subscriptions/billing-cycle#changing
Ah ok, so add a trial up until the next period, I think that could work
This means they are charged immediately after the trial right?
Yes that's correct
perfect, I think that's what we will do, thanks for your help