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

Receipt — sample layoutannotated
Merchant name & location
The business you paid and, often, the specific store or address.
Date & time
When the purchase happened — important for expense periods and returns.
Line items & prices
Each product or service purchased with its individual price.
Subtotal
The total of the items before tax and tip.
Tax
Sales tax applied to the subtotal.
Tip & total
Any gratuity added and the final amount charged.
Payment method
How you paid — the card last four, cash, or another method.

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
}

Extract from your own receipt — 3 free, no credit card

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.