#fathom_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1255261664706560191
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello
Have you tried calling finalize invoice API endpoint?
https://docs.stripe.com/api/invoices/finalize
Docs indicated that would send an email
I think we only send an email if the invoice is automatically finalized. What docs are you looking at?
That was what had called out the invoice would send it, the actual API reference for invoice finalization wasn't as specific.
We have a separate endpoint to send the invoice: https://docs.stripe.com/api/invoices/send
I think that blurb is trying to explain that you can do manual editing to the invoice, finalize it or send it using the dashboard.
Sounds good, I'll relay that info and we'll test it out.
there aren't parameters to pass or anythign to indicate not to send something are there?
No, there are no parameters where you can configure this.
Do you have send finalized invoices setting enabled under customer emails?
https://dashboard.stripe.com/settings/billing/automatic
You'd likely want to disable that