#jcnguyen-subschedules
1 messages · Page 1 of 1 (latest)
hello, can you share the request ID of the error'ing request?
req_p2KQ9BwK1Q4pna
You shouldn't change the start date of the current phase - you'd change the end date of the current phase to end "now", and then add an additional phase to start "now"
jcnguyen-subschedules
so how should i added to next phase
The phases param takes in an array, so you can pass in multiple phases there. you can see an example of them passing in multiple phases here (https://docs.stripe.com/billing/subscriptions/subscription-schedules/use-cases#changing-subscriptions) but you'll need to change that logic to change the end_date
thanks i will give it a shot
confirmed that it worked. Thanks and have a nice day