Invoices
Generate an invoice PDF
Returns the rendered PDF for an invoice as a binary application/pdf response. If a custom PDF has been uploaded for the invoice, it is served directly, otherwise the standard template is rendered on demand.
GET
Generate an invoice PDF
Previous
Void an invoiceVoids an invoice, marking it as no longer collectable. Accepts an optional void date (defaults to the current date); it may be backdated but must not be in the future or before the invoice's issue date. Only issued or overdue invoices can be voided: voiding an invoice in any other status returns a 400, and an out-of-range void date returns a 422.
Next
Generate an invoice PDF