#hutch_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ 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.
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... ๐ค
hi! well changing from a free plan to a paid plan or from monthly to yearly resets the billing cycle and can require payment. https://docs.stripe.com/billing/subscriptions/upgrade-downgrade#immediate-payment
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)
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.