#lafafm
1 messages · Page 1 of 1 (latest)
Hi there!
is to disable scheduled change / make our change / enable scheduled change again?
That's an option. Otherwise you can directly update the schedule itself. You can see some examples here https://stripe.com/docs/billing/subscriptions/subscription-schedules#updating
You mean can't here? Just confusing 🙂
Otherwise you can directly update the schedule itself
You have two options:
- What you suggested (disable scheduled change / make our change / enable scheduled change again)
- Or directly update the schedule itself
I'm not fully understand that part
Or directly update the schedule itself
You mean we can update the schedule, to make 1 change now and plan next changes to end_of_term?
Like that?
I'm not sure I understand exactly what you want to update in the subscription schedule. Can you clarify?
But yes in general you should be able to directly update the phases of a subscription schedule.
- During the scheduled subscription update - we can't make a direct subscription.update() call. Right?
- During the scheduled subscription update - we can make an immediate change to the subscription by tweaking phases of subscription schedule, by adding a phase
nowwith relevant changes?
Yes I think that's correct. Can you clarify exactly what you want to update?
The case I'm interested in is
We have a scheduled update to remove 1 product from subscription
But during that scheduled I want to have a possibility of adding new product to subscription / removing other products / changing some products to the other ones
Got it. Well adding/remove products can be done directly by updating the phases of the subscription schedule.
Thank you