After a document has been submitted to the RetailForce Fiscalisation service (createDocument and storeDocument), the service responds with a so-called FiscalResponse. This object is described in general in the article FiscalResponse object.
Depending on which fiscal country is assigned to the respective client (depending on the corresponding configuration of the client), different information can be found in the array "AdditionalFields". This article shows the information that is returned as a response within the framework of fiscalisation in Austria (according to the Cash Register Security Ordinance - RKSV).
FiscalResponseAustria
additionalFields in fiscalResponse for Austria
{ "fiscalCountry": "[1] = Austria", "fiscalisationDocumentNumber": 10, "fiscalDocumentNumber": "10", "fiscalDocumentStartTime": 1683131779, "processStartTime": 0, "errorDescription": null, "cashRegisterId": "0001/002", "signature": "KSeqQ6ez6V4apiQQnozQBsW-3XRDV3PQNOZaP4EHA1BejrhVQks__Fn3dU07Z5FhPMw2g1HUTGJOAqFX3znqvg", "userMessage": "", "printMessage": "***Test***", "requestTime": "2023-05-04T15:41:53.2924502+02:00", "requestCompletionTime": "2023-05-04T15:41:54.0639654+02:00",
"retailForceReceiptId": "0p4j0001", /// only for createDocument "AdditionalFields": { "QrCode": "_R1-AT1_0001/002_TN10_2023-05-04T15:41:46_15,21_0,00_0,00_0,00_0,00_UMS6X5KTc2U=_2159B9F6_GI2XNHLO1YM=_KSeqQ6ez6V4apiQQnozQBsW+3XRDV3PQNOZaP4EHA1BejrhVQks//Fn3dU07Z5FhPMw2g1HUTGJOAqFX3znqvg==" } }
The following additional fields are used (transmitted) within the framework of fiscalisation in Austria
Elements | Type | Description | |
additionalFields | Country-specific information | ||
QrCode |
Data in the QrCode field must be converted to a QR code and printed on the receipt. Corresponds to the content of the machine-readable code. See also: Document creation and requirements for the document. |
Comments
0 comments
Please sign in to leave a comment.