DocMake
Payment Receipt template rendered to PDF by the DocMake engine

This preview is a real PDF render produced by the DocMake engine from the sample data on this page.

Finance

Payment Receipt

Proof of payment without the copy-paste: payer, date, method, and an itemized breakdown, each a fill-in field.

Batch-render receipts from your payment processor's export in one API call per row.

Fill-in fields

receipt_number Receipt number
payment_date Payment date
payer_name Payer
payment_method Method
payment_reference Reference
total Total received
issuer_name Issued by
items[] Repeating list - rows expand automatically for each item

The data behind the preview

This is the exact JSON that produced the document above. Change the values, POST it to the render API, and you get your version back as DOCX or PDF. Lists grow and shrink with your data; the layout adapts.

  1. 01 Sign up free and duplicate this template into your workspace.
  2. 02 Adjust the wording and branding in the visual editor.
  3. 03 Fill it in the app, share it as a form link, or render it with the API.
sample-data.json
{
  "receipt_number": "RCP-2026-0455",
  "payment_date": "August 8, 2026",
  "payer_name": "Acme Corp",
  "payment_method": "Bank transfer",
  "payment_reference": "INV-2026-0142",
  "items": [
    {
      "description": "Invoice INV-2026-0142 - design and development services",
      "amount": "$4,850.00"
    }
  ],
  "total": "$4,850.00",
  "issuer_name": "Northwind Software Inc."
}

More finance templates