#shaya_unexpected
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/1316420467141247057
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ taking a closer look, but if that's the first Invoice for a Subscription then that is expected to finalize immediately.
Hmm... was this always how it worked? bc I do remember having the delay when I implemented it initially
It's how it has always worked.
https://docs.stripe.com/billing/invoices/subscription#new-subscription-invoices
Do you have an example of where you saw the delay before? I can look at what may have been different between the associated requests.
The Invoices generated for Subscription renewals will wait to finalize, but the first Invoice for a Subscription finalizes immediately.
why is that, what's the logic?
Thanks
The payment for the first Invoice happens immediately when you create the Subscription, so the first Invoice has to finalize immediately.
So the docs i referenced in my first question above refers only to the subsequent charges of a subscription?