#meow_api
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/1216700044674072618
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
What's the proration here exactly? When is the billing_cycle_anchor?
Maybe you want to keep the current Subscription and just downgrade it?
exactly, I'd like to preserve the billing_cycle as is, while previewing a change of plan
the issue I am facing, is that I want this plan to start at current_period_end, but by then I won't have any active subscription
Is 23the the billing_cycle_anchor?
I believe I have found a solution: since by current_period_end, I won't have any active subscription, what I want is to preview the new plan (the new subscription)'s invoice. So, I have to provide parameters for a new potential subscription: subscription_start_date
yes it was
Correct, that's the parameter you're looking for.