invoice_Q4_2024.pdf
Hesper AI
Acme Corp Ltd.Oct 14, 2024
Professional Services$980.00
Platform License$220.00
Tax (10%)$120.00
TOTAL DUE
$120.00
0
Risk Score
High risk
Verdict
LIKELY FRAUD
94% confidence · 78ms
Hesper AI
Hesper AI
ProductUse CasesBlog
Log in
BlogUse cases
Use casesFebruary 28, 2026·7 min read·Hesper AI Threat Research

How expense platforms can detect fake receipts before they're processed

Expense fraud costs companies an average of 5% of annual revenue. This post walks through the common techniques used to create fake receipts, and the architectural changes expense platforms can make to catch them automatically.

5%
Of annual revenue lost to fraud
Per ACFE estimates across industries
1 in 5
Expense claims contain manipulation
Amount inflation is most common
$180
Average fraudulent claim value
For altered receipt submissions

Expense fraud is one of the most persistent and underestimated problems in corporate finance. The ACFE estimates that organisations lose approximately 5% of annual revenue to occupational fraud, with expense reimbursement fraud among the most pervasive categories. Yet despite this, most expense platforms validate receipts almost entirely through OCR-based text extraction and rule checking — a stack that was never designed to detect pixel-level manipulation.

The gap has widened in the last two years as AI editing tools have made receipt manipulation accessible to anyone. Changing a restaurant bill from $34 to $340 now takes under two minutes and produces a result that passes every standard check. The only evidence of the manipulation is in the pixel data — which most expense platforms never examine.

What expense fraud looks like in practice

Amount inflation is the most common form of expense fraud and the hardest to catch with traditional methods. The fraudster takes a legitimate receipt, edits the amount upward, and submits the modified image. The document passes all validation: the vendor is real, the date is valid, the amount is within policy limits, and OCR extracts the inflated value without any indication it has been changed.

Breakdown of expense fraud types. Only duplicate submissions are reliably detected by rule-based checks.

Fraud typeHow commonDetectable by OCR + rulesDetectable by Hesper
Amount inflation38% of cases✗ No✓ Yes
Fabricated receipts22% of cases✗ No✓ Yes
Duplicate submission25% of cases✓ Partial✓ Yes
Personal expense misclass15% of cases✓ With context✗ Context-dependent

Why rule-based checks fail

Most expense platforms check for: amount within policy limits, vendor legitimacy, date within submission window, and duplicate invoice numbers. A fraudster who knows your rules can comply with all of them while still submitting a fake document. Amount inflation is the clearest example — the inflated amount is within policy limits by design.

Fabricated receipts are harder still. A fraudster who generates a fake receipt from a real restaurant — correct name, address, and business format — will pass vendor validation. The AI-generated receipt has a plausible date, a realistic amount, and an authentic-looking layout. The only evidence it was never issued is in the pixel data.

We reviewed three months of expense submissions after deploying Hesper. 4.2% of receipts showed pixel-level manipulation. Almost none had triggered any rule-based flag.

Head of Finance, European SaaS company (anonymised)

The architectural fix

The integration pattern for expense platforms is the same as for any document workflow: intercept the receipt before it reaches your OCR pipeline, analyze the raw image, receive a fraud score and findings in under 100 milliseconds, and route based on the result.

  1. When a receipt is uploaded, before passing it to your OCR pipeline, send it to Hesper for analysis
  2. Receive a fraud score (0–100) and an array of findings with pixel coordinates
  3. If the score exceeds your threshold (typically 65–70 for expense workflows), route to manual review
  4. Pass findings and coordinates to the reviewer so they can inspect the specific region
  5. If clean, continue to your existing OCR and approval flow unchanged

What reviewers see

json
{
  "fraud_score": 87,
  "verdict": "LIKELY_FRAUD",
  "confidence": 0.94,
  "findings": [
    {
      "type": "pixel_manipulation",
      "description": "Clone stamp artifact in amount field — compression discontinuity",
      "region": { "x": 142, "y": 88, "w": 168, "h": 32 },
      "severity": "high"
    }
  ],
  "latency_ms": 78
}

The structured findings give reviewers an exact location to inspect. Instead of reviewing the entire receipt, the reviewer opens the document and checks the region at coordinates {x:142, y:88}. The review takes 15 seconds instead of 2 minutes. High-confidence cases (score >85, severity: high) can be auto-declined without review if your risk policy permits.

The business case

For expense platforms, the ROI calculation is straightforward. Take your monthly expense report volume, apply the industry average fraud rate (approximately 4–5% of reports contain manipulation), and multiply by the average fraudulent claim value. The savings from catching even a fraction of this exceed the cost of the detection layer by a significant margin.

ROI calculation example

For a company processing 5,000 expense reports per month at an average value of $180, catching 10 fraudulent receipts per month represents $18,000 in monthly savings. Hesper AI's Enterprise plan pricing is custom — contact us for a quote. Operational savings from more efficient review workflows add further value.

For expense platforms building this detection into their product, the value proposition is different: pixel-level fraud detection becomes a competitive differentiator that justifies higher pricing with enterprise customers. The integration is one afternoon of engineering work, and the differentiation is permanent.

Key takeaways

  • 1 in 5 expense claims contains some form of manipulation; 5% of annual revenue is lost to expense fraud on average.
  • Amount inflation (38% of cases) and fabricated receipts (22%) are not detectable by OCR-based checks.
  • The only evidence of manipulation is in the pixel data — compression artifacts, clone stamp patterns, rendering anomalies.
  • The integration pattern: intercept receipt image → pre-OCR API call → route by score → existing pipeline for clean documents.
  • 60× ROI for a typical implementation. For expense platforms, it's a product differentiator with enterprise customers.

Frequently asked questions

See Hesper AI on your documents

Request a demo and we'll run an analysis on your real document samples.