response.jsonjson
{
"schema_version": "receipt.v1",
"result": {
"merchant_name": "Café Belga",
"merchant_address": "Place Eugène Flagey 18, 1050 Ixelles, Belgium",
"merchant_vat_id": "BE0456789012",
"transaction_datetime": "2026-04-22T13:47:00+02:00",
"currency": "EUR",
"line_items": [
{
"description": "Croque-monsieur",
"quantity": "1",
"unit_price": { "amount": "12.50", "currency": "EUR" },
"line_total": { "amount": "12.50", "currency": "EUR" },
"tax_rate": "0.12",
"category": "food",
"confidence": 0.96,
"bbox": { "page": 1, "x": 0.08, "y": 0.31, "w": 0.84, "h": 0.022 }
},
{
"description": "Salade chèvre chaud",
"quantity": "1",
"unit_price": { "amount": "16.00", "currency": "EUR" },
"line_total": { "amount": "16.00", "currency": "EUR" },
"tax_rate": "0.12",
"category": "food",
"confidence": 0.95
},
{
"description": "Stella Artois 25cl",
"quantity": "2",
"unit_price": { "amount": "4.20", "currency": "EUR" },
"line_total": { "amount": "8.40", "currency": "EUR" },
"tax_rate": "0.21",
"category": "alcohol",
"confidence": 0.97
},
{
"description": "Café espresso",
"quantity": "2",
"unit_price": { "amount": "2.80", "currency": "EUR" },
"line_total": { "amount": "5.60", "currency": "EUR" },
"tax_rate": "0.12",
"category": "beverage",
"confidence": 0.98
}
],
"subtotal": { "amount": "37.62", "currency": "EUR" },
"tax_breakdown": [
{ "rate": "0.12", "taxable_amount": "30.45", "amount": "3.65" },
{ "rate": "0.21", "taxable_amount": "6.94", "amount": "1.46" }
],
"tip": { "amount": "0.00", "currency": "EUR" },
"total": { "amount": "42.50", "currency": "EUR" },
"payment_method": "card_visa",
"validation": {
"totals_reconcile": {
"valid": true,
"computed_total": "42.50",
"declared_total": "42.50",
"diff": "0.00",
"tolerance": "0.01"
}
}
},
"field_metadata": {
"merchant_vat_id": { "confidence": 0.94, "checksum_valid": true },
"total.amount": { "confidence": 0.99 }
}
}