#KRS-subscription
1 messages · Page 1 of 1 (latest)
hi there! do you mean https://stripe.com/docs/api/subscriptions/update#update_subscription-cancel_at?
i want to extend the subscription end date, instead of renewing today, extend it by 3 months.
let me try some options out and get back to you
what's the interval of your subscription? is it monthly, yearly, etc?
yearly
one time payment at the start of the subscription, on renewal there is a possibility to extend it by 1 to 3 months.
i think the only option which comes to mind is to update the subscription with trial_end : https://stripe.com/docs/api/subscriptions/update#update_subscription-trial_end
and make sure that you set proration_behaviour=none : proration_behavior
ok.