#jameza010-subscriptions

1 messages · Page 1 of 1 (latest)

terse jetty
#

unfortunately that's not possible to do using the portal

#

if you build your own UI for the downgrade/upgrade then you can do it, by using SubscriptionSchedules to defer the downgrade until the end of the period(https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#downgrading-subscriptions), but the portal as far as I now doesn't support such a thing, the upgrade or downgrade will happen immediately.

Also if you don't want to refund for the downgrade, maybe just disabling proration is enough? You should experiment with that.