#MikeyHawryluk - billing_cycle_anchor
1 messages · Page 1 of 1 (latest)
hey there!
When you make this change, what do you want to happen to the amount the customer is charged?
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
and then just shift and recur from that point?
yes
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
so, add a trial to their account for n days
yeah, definitely going to do it on test first
yep, trial for the amount of time you want to delay, then the billing resumes after that
sounds good, thanks @teal bolt