#deathnfudge_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/1470821160655519949
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there, unfortunately I don't believe there is any way to finalize subscription invoices manually. the closest we have is setting collection_method to send_invoice, but even that will only delay finalization by an hour. I would suggest testing your flow fully in sandboxes to confirm that it's working correctly for you. you can use test clocks to simulate the passage of time https://docs.stripe.com/billing/testing/test-clocks
Ok. Thanks.
Is there a way to set what date the invoices are finalized or is that automatically set?
The test one I'm looking at says it will charge on March 5. Is that what we can expect typically? 5 days in? I'll experiment some more but wanting to give our accounting team proper expectations.
Hi there. I'll be taking over for denton here
So as denton said, I don't think you can completely avoid finalization but we do have a newish feature called 'grace periods' that gives you a larger window before finalization on Subscription invoices to allow you do do business logic
Invoices are finalized according to the Subscription's billing cycle anchor and the interval of the price. we have a guide that talks about that here:
Also I highly recommend our test clocks feature for testing your subscription flows end-to-end to ensure that you're getting the behavior you think you're getting. https://docs.stripe.com/billing/testing/test-clocks