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.
- 01 Sign up free and duplicate this template into your workspace.
- 02 Adjust the wording and branding in the visual editor.
- 03 Fill it in the app, share it as a form link, or render it with the API.
{
"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
Credit Note
A credit note template referencing the original invoice, with itemized corrections and the credited total.
View template →Expense Report
An expense report template with employee details, a repeating expense table with categories, and approval lines.
View template →Invoice
An invoice template with repeating line items, due dates, totals, and payment terms. Renders to Word and PDF.
View template →