#nickelbailiff
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ do you have a specific question?
Yep, one sec, let me right it out
We have a two phase schedule that gets created under some circumstance that changes the price of the subscription, and are trying to figure out which event should fire when it enters the second phase and the price is updated. We expected that subscription.completed would be fired, since intuitively completed means 'went through all steps,' but we find it is never fired. We tried switching to the updated event, only to find that the schedule returned from Stripe only had one phase, not two.
So questions are:
What does 'competed' mean in the context of a subscription schedule?
What does 'released' mean in the context of a subscription schedule?
What event is correct for us to listen to for 'this schedule has changed phases and we can update our data'
๐ stepping in as two-shoes needs to step away