#rayrayy - downgrade
1 messages · Page 1 of 1 (latest)
Hello, does this doc help, or are you looking for how to control some specific behavior here? https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing
Hmm I think this works for upgrading because if you upgrade a plan you want that change to be instant
But when you downgrade you want the plan the current users on to stay for how ever long they paid for and then downgrade
Ah, so you want the subscription itself to not change its plan until the end of the month?
yep, untill whenever the plan ends !
Gotcha. To do that on the Stripe side you would need to use a subscription schedule https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#downgrading-subscriptions
Though I also want to mention that it may be simpler to downgrade like normal and have your system ignore the product on the Stripe-side until the next renewal
hmm what does itterations mean ?
How many subscription cycles the phase lasts
So you would want it to be 1 here, that would make it move on next time the subscription renews
hmmm so we don't update it ehh ?
Not quite clear on your question. Can you say a bit more?