#tayz-subscription-deferchange

1 messages · Page 1 of 1 (latest)

worthy roverBOT
#

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.

shy gyro
#
    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

drifting hull
#

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

shy gyro
#

And the update one doesn't support start_date

#

So Im confused

drifting hull
#

gotcha then you use start_date for that first phase

#

tayz-subscription-deferchange

#

(it's right below the previous one)

shy gyro
#

Ohh I was gonna say I was trying that but then I copied that code exactly and it works.

Thanks so much koopajah!!

worthy roverBOT