{
"status": "Succeeded",
"errorCode": "",
"data": [
{
"merchant": {
"name": "Shell Station Downtown",
"vatCode": "DE123456789",
"email": "contact@shell-downtown.de",
"country": "Germany",
"city": "Berlin",
"postalCode": "10115",
"street": "Friedrichstraße 123"
},
"receiptNumber": "R-2025-001234",
"serialNumber": "SN-456789",
"transactionNumber": "TXN-789012345",
"transactionTime": "2025-12-10T14:32:15Z",
"items": [
{
"name": "Diesel",
"quantity": 65.5,
"unitPrice": 1.65,
"vatRate": 19.0,
"totalPrice": 108.08
},
{
"name": "AdBlue",
"quantity": 10.0,
"unitPrice": 0.89,
"vatRate": 19.0,
"totalPrice": 8.90
}
],
"licensePlates": [
"B-AB-1234"
],
"vatAmount": 22.22,
"vatPercentage": 19.0,
"netAmount": 94.76,
"paymentMethod": "Card",
"typeOfCosts": "Fuel",
"cardNumber": "**** **** **** 5678",
"currency": "EUR",
"totalAmount": 116.98
}
]
}