CashReceiptSK avatar
CashReceiptSK

Pricing

$10.00/month + usage

Go to Store
CashReceiptSK

CashReceiptSK

Developed by

Santa77

Santa77

Maintained by Community

Actor will send you full detail of cash receipt in JSON format based on QR code content printed on cash receipt. It's for cash receipts issued at Slovakia by E-KASA.

0.0 (0)

Pricing

$10.00/month + usage

1

Total users

3

Monthly users

1

Runs succeeded

>99%

Last modified

8 months ago

Actor will send you full detail of cash receipt based on QR code content. It's for cash receipts issued at Slovakia by E-KASA.

Input

Input is an single cash receipt named receiptId.

{
"receiptId": "O-7AF0CFF74D45483FB0CFF74D45283FA1"
}

Output

Output is an full digital copy of cash receipt's details.

[{
"userId": "6f77a69018c141e10aaf8f3f99a8f6de56f1b5f4bfb08e2cb6a6acaa7244209e",
"receipt": {
"receiptId": "O-7AF0CFF74D45483FB0CFF74D45283FA1",
"ico": "35974133",
"cashRegisterCode": "88820221179000047",
"issueDate": "28.06.2022 11:37:35",
"createDate": "28.06.2022 11:37:35",
"customerId": null,
"dic": "2022117900",
"icDph": "SK2022117900",
"invoiceNumber": null,
"okp": "67AB9F5F-5A4BED89-74F875DB-5348D3E4-465B0C1C",
"paragon": false,
"paragonNumber": null,
"pkp": "XSJ7lje1x6wHufB4aCVQ0aBvv/7T50xXG9lW1PfrMnza9Ig/qiV6ZRC1eGbTRoSVJ/YBQ17XdcxjiVkNgla2QzApS8ArSENwpiwVj+tPDoSIgivnYFH9nBjBRQlYoSwNW+XC9EBBGOsPwKQJW0TQh7e2/h4vcxehAlHahsxU7X1JCMquvF/eO8p+MJ6Jpv3yXrWg5N6tvyOQ0+rOIbgbar4wa1eX8Y7gHocxCqTLy88IdWAgxfqlweIpokAdLIMMx0s/enOAaeRQpUCVmbH03iBSsXv8G6jwdtdcdtcpKJJexyxyPxk8FpmbfRnp2jm3c9fsuC6fDKMc2r6yvUwcZg==",
"receiptNumber": 1474,
"type": "PD",
"taxBaseBasic": 6.25,
"taxBaseReduced": 0,
"totalPrice": 7.5,
"freeTaxAmount": 0,
"vatAmountBasic": 1.25,
"vatAmountReduced": 0,
"vatRateBasic": 20,
"vatRateReduced": 10,
"items": [
{
"name": "Nafukovací matrac FLOCKED RP=0,2 €/KS ",
"itemType": "V",
"quantity": 1,
"vatRate": 20,
"price": -10,
"referenceReceiptId": "O-2DEAA24D30054C0BAAA24D30050C0BA5"
},
{
"name": "Nafukovací matrac LUNEN Š137xD191xV22 ",
"itemType": "K",
"quantity": 1,
"vatRate": 20,
"price": 20
},
{
"name": "Zľava ",
"itemType": "Z",
"quantity": 1,
"vatRate": 20,
"price": -2.5
}
],
"organization": {
"buildingNumber": null,
"country": "Slovensko",
"dic": "2022117900",
"icDph": "SK2022117900",
"ico": "35974133",
"municipality": "Bratislava - mestská časť Staré Mesto",
"name": "JYSK s.r.o.",
"postalCode": "81108",
"propertyRegistrationNumber": "14",
"streetName": "Šoltésovej",
"vatPayer": true
},
"unit": {
"cashRegisterCode": "88820221179000047",
"buildingNumber": "4869",
"country": "Slovensko",
"municipality": "Rimavská Sobota",
"postalCode": "97901",
"propertyRegistrationNumber": "7",
"streetName": "Petra Hostinského",
"name": null,
"unitType": "STANDARD"
},
"exemption": false
},
"status": "OK"
}]