#devio__
1 messages · Page 1 of 1 (latest)
Hi
No, you can't send the invoice if it was paid already. The API you are using:
https://stripe.com/docs/api/invoices/send
Is for manual payment collection
You can send the invoice Pdf as an email from your integration:
https://stripe.com/docs/api/invoices/object#invoice_object-invoice_pdf
Cool ! I hadn't seen this attribute... So I just need to send a email from my email provider with the link to download the invoice.
Thank you for your help !