#lolztheoreo_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/1288810279542718536
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Do you have an example of an old Invoice that added that parameter automatically?
I will have a look, as I have only heard from others that the behaviour has changed. Do you know from the above request what changes could be made to trigger the automatic email? Is there any stripe dashboard settings?
Here's an example I've been sent: in_1PnIS4AaUXuXv6pvA7G11EBP
Unless you explicitly disable it, invoices you create in the Dashboard ​automatically finalize when they leave the draft state. Invoices you create with the API, however, ​​won’t automatically finalize. You must turn on automatic collection by setting the auto_advance property on the invoice to true.
https://docs.stripe.com/invoicing/integration/automatic-advancement-collection
Not sure if it was always like this, but maybe you were creating Invoices via Dashboard before?
Ah maybe that is the issue then
so without the change of explicitly adding auto_advance true they will not send automatically
Correct.