#Aditya-invoice
1 messages · Page 1 of 1 (latest)
Hi! To get the PDF of the invoice, you need to finalize it first.
The doc states:
invoice_pdfThe link to download the PDF for the invoice. If the invoice has not been finalized yet, this will be null. https://stripe.com/docs/api/invoices/object#invoice_object-invoice_pdf
So if you need the pdf, either finalize the invoice or generate the PDF yourself using the information in the invoice object.
@crisp narwhal is what possible exactly? getting the PDF without finalizing the invoice? no.