Download an invoice as PDF
download
- Returns the PDF file directly (default)url
- Returns a temporary signed URL to download the PDFmode=download
or not specified, the response is the PDF file itself:
application/pdf
attachment; filename="invoice_number.pdf"
mode=url
, the response is a JSON object containing a temporary download URL: