#hutch_best-practices

1 messages ยท Page 1 of 1 (latest)

hardy wingBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1230061177413832757

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

cyan thistleBOT
slender lichen
#

What confused me even more, is when I added proration_behavior = 'none', it wouldnt let me do the update subscription request because there were no payment methods added yet... ๐Ÿค”

cyan thistleBOT
void dawn
slender lichen
#

Hi there! in this case, i am making changes to an account which has exceeded its free trial of a paid subscription price

#

the intent was to "activate" the subscription, but at a lower price point (the monthly billing instead of annual billing interval)

void dawn
#

well changing the billing cycle will force a payment, which can't be avoided, unless you do something like instead use SubscriptionSchedules to make the change later at the end of the trial or so on.