#xqprtzcv
1 messages · Page 1 of 1 (latest)
hi! you should create a Schedule from the existing Subscription, and then update that Schedule, instead of creating a new one.
that gives you a Schedule with one phase representing the state the subscription is currently in, and then you can update that Schedule to add the next phase with your second Price. (remember that you have to pass both phases on the update, so it would basically look the same as what you posted, just in an update call).
Thank you, I will give it a try