#diego1367
1 messages · Page 1 of 1 (latest)
Hi there!
I noticed that it is possible from the UI
If you disable auto_advance on the Invoice, then finalizing it won't send it.
https://stripe.com/docs/api/invoices/update?lang=node#update_invoice-auto_advance
Oh great! whenever the invoice gets finalized?
also, when I set the collection_method = send_invoice?
Yes. And then you can manually send the invoice (if needed) by calling the /send endpoint: https://stripe.com/docs/api/invoices/send
Perfect! thanks