#nick-billing_cycle_anchor

1 messages · Page 1 of 1 (latest)

lean cedar
#

can you share some example subscriptions?

broken cipher
lean cedar
#

are you perhaps reacting to renewals like this without payment methods and cancelling programmatically?

broken cipher
#

Yeah so if the trial ends and they don't have a credit card they have 14 days to add one or the subscription is canceled. So setting the cancel_at time changes the billing_cycle_anchor?

#

Is there any way to not change the anchor while still setting this? We're basically only using the cancel_at time so that we get a webhook when the subscription is canceled and can react to it by deleting things on our end.

lean cedar
#

i'd suggest using cancel_at_period_end then instead. it won't be 14 days, itll be the end of the billing cycle, but it can do what you're asking.

broken cipher
#

Is there anything I can do to reset the billing_cycle_anchor back to the first of the month after the cancel_at time has been set? Is my only option to add another trial that goes until the desired billing_cycle_anchor

#

Or, can I set the cancel_at using stripe prorations to have it preserve the billing_cycle_anchor?

lean cedar
#

the cancelation is going to shift the period end, so canceling at period end would avoid that

#

if you're considering a trial until the renewal, cancel_at_period_end=true is likely to be a better fit