#xqprtzcv-subs

1 messages · Page 1 of 1 (latest)

wraith marlinBOT
spark cliff
#

I believe you'll get the behavior you want if you also pass in billing_cycle_anchor: now in your update request

#

The immediately ends the previous cycle and will start a fresh year-long cycle for the Subscription

blissful girder
#

Thank you, sorry I missed that!

spark cliff
#

no worries!

blissful girder
#

If a user changes from yearly to monthly subscritpion midway through the year. I want to let the user finish their year, and then charge them for the month at the end of the year. Do you know how I can implement that?

spark cliff
#

You can accomplish that using Subscription schedules

blissful girder
#

Thank you