#MikeyHawryluk - billing_cycle_anchor

1 messages · Page 1 of 1 (latest)

desert wasp
teal bolt
#

hey there!

#

When you make this change, what do you want to happen to the amount the customer is charged?

tardy gazelle
#

nothing, i would like the amount to stay the same

#

so, if the customer would be charged $200 on 3/2, i want them to be charged $200 on 3/16

#

and then $200 on 4/16

teal bolt
#

and then just shift and recur from that point?

tardy gazelle
#

yes

teal bolt
#

the simplest thing is to use a trial, then. trial_end={timestamp on mar16} and disable proration when you do that with proration_behavior=none

#

that will do what you expect but you can also try this in test mode to see the result

tardy gazelle
#

so, add a trial to their account for n days

#

yeah, definitely going to do it on test first

teal bolt
#

yep, trial for the amount of time you want to delay, then the billing resumes after that

tardy gazelle
#

sounds good, thanks @teal bolt

teal bolt
#

with proration disabled the amounts will be unchanged, just a gap

#

NP!