#ankoro

1 messages · Page 1 of 1 (latest)

mortal obsidianBOT
wooden shore
#

Hi there

abstract carbon
#

Hi

wooden shore
#

So are you setting cancel_at beyond the current period end?

abstract carbon
#

Yep that it, so proration_behavior dont work

wooden shore
#

Correct

#

In this case you would need a Subscription Schedule to be able to cancel in a future period without proration

#

Otherwise you need to wait until you are in that period to cancel

abstract carbon
#

Ok so if I want to wait that period, I set cancel_at before the current period end ? And it will not have proration ?

#

And by SubscriptionSchedule I have to set end_date to what I want ?

#

The problem with SubscriptionSchedule is that I work with the sessions checkout

wooden shore
#

If you set cancel_at prior to the current period end and set proration_behavior: none then there will be no proration

abstract carbon
#

Ok thanks for you help !