papermint

Bold invoice template

A full-bleed accent header that makes the sender unmistakable.

Bold puts a full-width band of your brand color across the top of the page with your name or logo in white. The gallery render also shows the payment block: give payment.url and every invoice carries a scannable QR code plus a clickable link, so the document itself becomes the way you get paid.

Best for

  • Brands with strong visual identity
  • Invoices that double as payment requests
  • Standing out in a crowded inbox

Use this template

{
  "template": "bold",
  "pageSize": "a4",
  "locale": "en-US",
  "currency": "USD",
  "invoice": {
    "number": "INV-2026-0042",
    "date": "2026-07-01",
    "dueDate": "2026-07-15",
    "purchaseOrder": "PO-8841"
  },
  "seller": {
    "name": "Acme Studio LLC",
    "addressLines": [
      "100 Market Street",
      "San Francisco, CA 94105",
      "United States"
    ],
    "email": "billing@acmestudio.com",
    "website": "acmestudio.com",
    "vatId": "US-EIN 88-1234567"
  },
  "buyer": {
    "name": "Nordwind GmbH",
    "addressLines": [
      "Torstraße 145",
      "10119 Berlin",
      "Germany"
    ],
    "email": "ap@nordwind.de",
    "vatId": "DE 812345678"
  },
  "items": [
    {
      "description": "Design sprint: checkout flow redesign (2 weeks)",
      "quantity": 1,
      "unitPrice": 4800,
      "taxRate": 19
    },
    {
      "description": "Frontend implementation, Next.js + Stripe integration",
      "quantity": 32,
      "unitPrice": 120,
      "taxRate": 19
    },
    {
      "description": "Production support retainer, July",
      "quantity": 1,
      "unitPrice": 950,
      "taxRate": 19,
      "discount": 150
    }
  ],
  "amountPaid": 2000,
  "notes": "Thank you for your business. Payment via bank transfer to the account listed in the contract.",
  "terms": "Payment due within 14 days. Late payments accrue 1.5% monthly interest.",
  "footerNote": "Acme Studio LLC · Registered in Delaware · billing@acmestudio.com",
  "branding": {
    "accentColor": "#10b981"
  }
}
Bold invoice template rendered by the Papermint API

Real, unretouched output from the rendering engine.