#tayz-subscription-deferchange
1 messages · Page 1 of 1 (latest)
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.
- tayz-subscription-deferchange, 18 minutes ago, 11 messages
subscriptionScheduleId,
{
end_behavior: 'release',
phases: [
{
items: [{
price: currentSubscriptionPriceId,
}],
iterations: 1,
},
{
items: [{
price: newPlanPriceId,
}],
iterations: 1,
start_date: 1710270007,
}
],
});
And when I set start_date on the first phase, then it gives another error
this has the exact code to use in all languages
you missed start_date top-level which the example on the doc I shared has
Hi Koopajah again, actually I need the update method wheras that one has create
And the update one doesn't support start_date
So Im confused
gotcha then you use start_date for that first phase
tayz-subscription-deferchange
(it's right below the previous one)
Ohh I was gonna say I was trying that but then I copied that code exactly and it works.
Thanks so much koopajah!!