#bv - Invoice email
1 messages · Page 1 of 1 (latest)
Yes you can control this yourself by disabling auto-advance and then using the /finalize and /send API when you want to delivery the email:
https://stripe.com/docs/invoicing/integration/automatic-advancement-collection
https://stripe.com/docs/api/invoices/send
Alright, thank you. If i understood correctly with this approach my system should be responsible for scheduling when to send that invoice? There is no option to tell stripe when i want that specific invoice to be sent?