#Suren

1 messages · Page 1 of 1 (latest)

dire bluffBOT
analog berry
orchid swift
#

Only way is use subscription schedules ?

analog berry
#

yes, it's only possible using Subscription Schedules. It's possible to do both via the Dashboard and API

orchid swift
#

Is there a method where I can schedule subscription only after ending current period ?

analog berry
orchid swift
#

when I will update shcedule subscription my base subscription id will be changed ?

#

is this right?

analog berry
#

no your base subscription id won't be changed

orchid swift
analog berry
#

not quite, you need to pass in the current and future phases, not just the future phase(s)

orchid swift
#

I understood correctly what I should be create all steps in schedule subscription ? example I have a subscription monthly and I should be create first monthly and after that new subscription period, like this

analog berry
#

step 1 : create a Subscription Schedule for an existing subscription using from_subscription, you cannot pass in phases in the same step when creating a Subscription Schedule for an existing subscription

#

step 2: update the Subscription Schedule from step 1 with the relevant phase details

#

i'd suggest that you try to run your code, the error messages that you get, will guide you as to what needs to be changed