#hatzbani.
1 messages · Page 1 of 1 (latest)
Hi there!
Not sure, I can check. But worst case you can always send the invoice yourself with https://stripe.com/docs/api/invoices/object?lang=node#invoice_object-invoice_pdf
I just checked, and it works. You just need to make sure that collection_method: "send_invoice"
https://stripe.com/docs/api/invoices/send?lang=node
Thank you!