{
"object": "receipt",
"id": "rcpt_01HXYZ",
"version": "1.0",
"created_at": "2026-02-26T12:14:55Z",
"issuer": {
"organization_id": "org_01HXYZ",
"legal_name": "Mustermann GmbH",
"trade_name": null,
"tax_id": "DE123456789",
"address": {
"line1": "Friedrichstraße 42",
"city": "Berlin",
"postal_code": "10117",
"country": "DE"
},
"location_id": "loc_01HXYZ",
"location_name": "Berlin Mitte",
"register_id": "reg_01HXYZ",
"register_label": "Kasse 1"
},
"operation": {
"id": "op_01HXYZ",
"external_id": "table-3-order-42",
"type": "sale",
"sequence_number": 4822,
"started_at": "2026-02-26T12:00:00Z",
"completed_at": "2026-02-26T12:14:55Z",
"currency": "EUR",
"cashier": {
"id": "cashier_01",
"display_name": "Maria R."
}
},
"line_items": [
{
"id": "li_01HXYZ",
"position": 1,
"description": "Wiener Schnitzel",
"quantity": 1,
"unit_price": 1850,
"total_gross": 1850,
"tax_rate": "19.00",
"tax_amount": 296
},
{
"id": "li_02HXYZ",
"position": 2,
"description": "Berliner Weisse",
"quantity": 2,
"unit_price": 650,
"total_gross": 1300,
"tax_rate": "19.00",
"tax_amount": 208
},
{
"id": "li_03HXYZ",
"position": 3,
"description": "Espresso",
"quantity": 2,
"unit_price": 350,
"total_gross": 700,
"tax_rate": "19.00",
"tax_amount": 112
},
{
"id": "li_04HXYZ",
"position": 4,
"description": "Mineralwasser",
"quantity": 1,
"unit_price": 450,
"total_gross": 450,
"tax_rate": "19.00",
"tax_amount": 71
}
],
"totals": {
"total_gross": 4300,
"total_net": 3613,
"total_tax": 687,
"tax_breakdown": [
{ "rate": "19.00", "net": 3613, "tax": 687, "gross": 4300 }
]
},
"payments": [
{
"method": "card",
"amount": 4300,
"card": {
"brand": "visa",
"last4": "6411",
"entry_mode": "chip"
}
}
],
"fiscal": {
"regime": "tse",
"fiscal_unit_id": "fu_01HXYZ",
"document_type": "receipt",
"transmission_status": "not_required",
"tse_serial": "TSE0123456789ABCDEF",
"client_id": "Kasse1",
"signature_algorithm": "ecdsa-plain-SHA384",
"time_format": "utcTime",
"start_event": {
"signed_at": "2026-02-26T12:00:00Z",
"transaction_counter": 4821,
"signature": "base64encodedStartSignature==",
"process_type": "Kassenbeleg-V1",
"process_data": "Beleg^0.00_0.00_0.00_0.00_0.00^0.00:Bar"
},
"end_event": {
"signed_at": "2026-02-26T12:14:55Z",
"transaction_counter": 4822,
"signature": "base64encodedEndSignature==",
"process_type": "Kassenbeleg-V1",
"process_data": "Beleg^43.00_0.00_0.00_0.00_0.00^43.00:Unbar"
},
"verification": {
"qr_data": "V0;Kasse 1;ecdsa-plain-SHA384;2026-02-26T12:00:00;2026-02-26T12:14:55;43.00;4822;base64encodedEndSignature=="
}
},
"customer": null,
"notes": [],
"links": {
"self": "https://api.openfiskal.com/v1/operations/op_01HXYZ/receipt",
"pdf": "https://api.openfiskal.com/v1/operations/op_01HXYZ/receipt.pdf",
"operation": "https://api.openfiskal.com/v1/operations/op_01HXYZ"
},
"metadata": {}
}