#karina-subschedule-changequantity

1 messages ยท Page 1 of 1 (latest)

severe grailBOT
#

Hello! 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.

pearl jackal
#

Hi ๐Ÿ‘‹

I'm not sure what you mean here. You mean you want to make a change at the same time as releasing the schedule to just a normal subscription?

#

If so, then no there isn't a way to make the change and immediately release the subscription. However, I don't get why that would be necessary. When a Sub Schedule releases it just continues the last phase indefinitely. So making a change and having that phase go for 1 billing cycle and release would be the same behavior.

What is the overall behavior you are trying to achieve here?

spare snow
#

We use your API in a relatively complicated way. and having a lingering unnecessary schedule attached to a subscription alters the way we have to interact with that subscription for an entire billing cycle which adds some complexity to our code.

#

unless, is it possible to update a subscription without updating the schedule, when it is in the last phase of the schedule?

pearl jackal
#

No I don't think you would want to do that. I would just update the schedule for one more phase to the terminal state you want the Subscription in and then leave it alone while it releases.

spare snow
#

so if i want the change to happen immediately (for example, add 1 quantity) You think it is best to check if there is a schedule, update the schedule with the new quantity and set the start of the phase to now and then let the schedule run its course, but if there is no schedule then update the subscription itself

#

Is this what the stripe dashboard does when a user is on their last phase and a change is made? ๐Ÿค” i have never tested that

pearl jackal
#

Yes, I"m pretty sure it does. And essentially that is what I would suggest. The change starts a new phase with a start date of now and releases after a single iteration. Then the subscription just continues along with no further scheduled changes.

spare snow
#

cool cool. thanks ๐Ÿ‘

pearl jackal
#

Happy to shed what ๐Ÿ’ก I can ๐Ÿ™‚