#alex-schedule-release
1 messages · Page 1 of 1 (latest)
Hello alexelba, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• alexelba, 10 hours ago, 4 messages
• alexelba, 12 hours ago, 49 messages
• alexelba, 14 hours ago, 26 messages
• alexelba, 23 hours ago, 17 messages
• alexelba, 1 day ago, 11 messages
• alexelba, 1 day ago, 3 messages
and 3 more
@terse zenith What do you mean by "abort" exactly? Can you provide a bit more context around your question, what you are trying to do, etc.?
Lets say we have subscription schedule to downgrade subscription, and customer wants to cancel downgrade
how would I do so?
So you have an exisging SubscriptionSchedule and it has 2 separate phases where the second phase was a planned downgrade and you kinda just want to keep them on their existing subscription as is?
alex-schedule-release
so I have subscription, now from subscription there was downgraded end of billing period, so subscription schedule was created to downgrade, has 1 phase.. and customer comes back says no cancel downgrade
Can you explain why there would be one phase on the Schedule? Wouldn't there be 2? The current phase as is and a second phase for the downgrade to the other Price?
gotcha so yeah in that case what you want is https://stripe.com/docs/api/subscription_schedules/release
or how properly to handle it
cool, so when release happen no changes will happen
to current subscription
let me try
can subscription have more than one schedules?
no
so phases, will always be current subscription phase as phase 0, and change phase N?
yes
I am a bit confused with schedules
is there way only remove one phase from N phases?
Not really. If you have N phases and want to change that you re-pass all the phases you want to keep on update
what do you mean re-pass?