Documents
This content is for Spring ’26. Switch to the latest version for up-to-date documentation.
Mobile documents can show a logo, header, and footer above and below the line grid on invoices, credit notes, and receipts. Each document type can differ. Logos work best around 30px height by 90px width; if you omit them, a default Aforza logo may appear.
Headers and footers accept basic HTML (tables, paragraphs, inline styles). Authoring HTML is outside this guide.
Invoice
Section titled “Invoice”"InvoiceDocumentSettings": { "Footer": "Thank you for your business!", "Header": "Acme Ltd", "Logo": "https://example.com/logo.png"}Credit note
Section titled “Credit note”"CreditNoteDocumentSettings": { "Footer": "Thank you for your business!", "Header": "Acme Ltd", "Logo": "https://example.com/logo.png"}Receipt
Section titled “Receipt”"ReceiptDocumentSettings": { "Footer": "<div style=\"font-size: 20pt;\">PAID</div>", "Header": "Acme Ltd", "Logo": "https://example.com/logo.png"}Replace URLs and copy with your own assets and messaging.