#Suren-subscription
1 messages · Page 1 of 1 (latest)
Hi! I'm not sure I understand. Could you try to give me a concrete example of what you are trying to do?
I need update subscription after end current cycle, but not now
Perhaps achieve this?
So if I understood correctly:
You have a subscription that already exist, and you would like to change its price now, but the change should apply at the end of the billing period?
i want to update new subscription plan after finish current cycle
yes
is it possible?
Got it! Yes that should be possible. Give me a few minutes to look into this.
Okay no problem, Thank you soo very much
So what you could do is update the price now with https://stripe.com/docs/api/subscriptions/update
And pass proration_behavior: "none" https://stripe.com/docs/api/subscriptions/update#update_subscription-proration_behavior
This means the customer will start payment for the new prince at the next billing cycle.
i.e during update subscription not pay anything ?
Yes there will be no charge when you make the call.
I recommend to do some tests in test mode to make sure it works as you expect.
Okay thank you soo much