#ljs - invoice emails
1 messages · Page 1 of 1 (latest)
Are you doing this with the API, or via the dashboard? API interactions aren't expected to send any emails in test mode.
When finalizing a one-off invoice you can disable auto-advance to prevent emails from being sent:
https://stripe.com/docs/api/invoices/finalize#finalize_invoice-auto_advance
https://stripe.com/docs/invoicing/integration/automatic-advancement-collection#toggle-auto-advance
I am using the API to create invoices, but I was finalizing via the dashboard. Is the same true for API interactions in live mode? (Finalizing via the API in live mode also does not send an email?)
That would depend on your settings on the account & invoice
But it sounds like you want to disable auto advance
Right on. Thank you for your help!
NP!