#nawv-subscription-manage-portal
1 messages ยท Page 1 of 1 (latest)
Hello ๐
As far as I can remember, I believe its possible.
Let me look up some docs
Thanks!
You can modify your configuration to set subscription_cancel.mode to at_period_end
https://stripe.com/docs/api/customer_portal/configuration?lang=curl#portal_configuration_object-features-subscription_cancel-mode
We want this to happen when the user downgrades their subscription to a less expensive plan, not when they cancel the subscription - will that setting do that?
No problem!
seems like we currently don't support that for subscription updates ๐ฆ
Ok, thanks - am I right in saying that if we wanted to do that via the API (rather than using the Customer Portal), we should use the subscription schedules API?
Yup! absolutely correct. that's a valid workaround for this use-case.
Great, thanks for your help