#b33fb0n3_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/1319339069360308294
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- b33fb0n3_api, 20 hours ago, 14 messages
- b33fb0n3_best-practices, 22 hours ago, 35 messages
- b33fb0n3_api, 1 day ago, 8 messages
Hi, thanks ๐
You need to set auto_advance: true here (https://docs.stripe.com/api/invoices/finalize#finalize_invoice-auto_advance) if you care going to use the finalize endpoint. Alternatively, you can just use the send endpoint to finalize/send the Invoice: https://docs.stripe.com/api/invoices/send
I thought auto_advance is just for the payment collection and if stripe should handle that automatically?
Can I somehow test the emails locally?
Yes you should be able to test the emails if you use the same email as the owner email of your account
I just tried it with auto advance true, and the owner email of my account. However: no email was sent. This is the invoice: in_1QXmdOGdgFrJRsM6pDhCcjrR
You can see the invoice.sent Webhook for that Invoice: https://dashboard.stripe.com/test/events/evt_1QXmdgGdgFrJRsM6eaOkm2Jp
So it did work
oh weird ok. Thanks! ๐
Sure!