#solork_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/1342484654338347161
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Aight ๐๐ป
Why do you expect the Subscription to be prorated?
Because we want to set the monthly subscriptions to be collected at the first of each month so that it'd make us easier to manage
Where are you specifying it?
Normally Stripe Subscriptions start immediately when they're created.
You can set billing_cycle_anchor when you create a Subscription directly: https://docs.stripe.com/api/subscriptions/create#create_subscription-billing_cycle_anchor
But it doesn't work with Quotes. I would generally recommend working with Subscriptions directly and not using Quotes API.
Okay so my case to prorate the subscription when the quote is accepted is not possible, then right? ๐ค
No, Quotes API is quite limited.
Well in that case, we'd think of other method to handle this. Aight thanks for the help! ๐๐ป
Happy to help.