#atlas-subscription-change

1 messages · Page 1 of 1 (latest)

tender merlinBOT
#

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.

kind folio
#

atlas-subscription-change

#

What you described seems to fall into this situation with the free Price right?

tribal panther
#

That is correct, I'm updating from free to paid

kind folio
#

so there's no way to keep the billing cycle anchor unchanged in that world

tribal panther
#

Why is that, will the billing cycle change when updating from free to paid?

#

okay i see

#

Still curious, how can i maintain the billing anchor to the first of the month when transitioning from free to paid?

kind folio
#

it's impossible

#

only way would be to use SubscriptionSchedules to defer the paid upgrade to next month and calculate the proration yourself for the time in between

tribal panther
#

Okay that makes sense, I previously attempted this using subscriptions schedules. I ran into some confusion when it came to intervals. It wasn't clear to me what is the behavior of the schedule after it passes it's initial interval.

My intentions are to keep a subscription active month to month, endlessly, but the docs make it sound like I need to set up an interval for 12 months, and remember to reactivate the schedule after the 12 month intervals complete.... But this seems counterintuitive

kind folio
#

By default a SubscriptionSchedule will end but the underlying Subscription will keep going as is, so it would work fine

tribal panther
#

Okay I see, and I can still use the Retrieve Upcoming Invoice method on a subscription schedule? And would it still charge full price, when updating from free to paid?

kind folio
#

yes

tribal panther
#

Okay, sounds good

kind folio
#

iterations: 12 -> that phase repeats 12 times.
So if you just want one you pass iterations: 1

tribal panther
#

okay, let me give that another try then, thank you 🙏

kind folio
#

Ah no sorry it's impossible to preview an Invoice ahead of the Schedule creation, I misunderstood your question.