Receipt Sample & Example
A receipt reads top to bottom: merchant header, itemized purchases, then a totals block with tax and total. Here is how to read it.
What a Receipt looks like
Illustrative layout for education. A real receipt may vary by issuer.
The data you get when you extract it
Upload the same receipt to Receipt Extractor and instead of reading it by hand you get clean structured data like this:
{
"merchant_name": "Acme Corp",
"date": "2026-01-15",
"subtotal": "4820.00",
"tax": "4820.00",
"tip": "value",
"total": "4820.00",
"payment_method": "Visa ****4242",
"_confidence": 0.98
}Want the Receipt extraction guide?
Get a free step-by-step guide to extracting data from Receipts — plus tips for doing it at scale.
Free. No credit card. Unsubscribe anytime.
FAQ
What does a Receipt look like?
A receipt reads top to bottom: merchant header, itemized purchases, then a totals block with tax and total. Here is how to read it. The annotated example above shows each region and what it contains.
Can I use this Receipt sample as a template?
Use it to understand the layout and fields. When you need the actual data off a real receipt, upload it and get structured JSON/CSV back — no manual typing.
What counts as a valid receipt for expenses?
An itemized receipt showing the merchant, date, items, and total is the standard most expense policies require.
What is the difference between a receipt and an invoice?
A receipt proves a completed payment; an invoice requests a payment that has not yet been made.
This page shows an illustrative Receipt example for educational purposes and is not tax, legal, or financial advice.