Skip to main content

Type of Signature: ftSignatureType

The ftSignatureType indicates the type and origin of the signature. The data type is Int64 and can contain a country-specific code, a value following the ISO-3166-1-ALPHA-2 standard, converted from ASCII into hex and used as byte 8 and 7.

For definitions regarding national laws, refer to the appropriate appendix.

Format

_CCCC_vlll_gggg_tsss

v - version

version 2

t - Type/Category

ValueDescriptionMiddleware Version
0Uncategorized, Normal use (notification)1.3.45
1Information (notification), low priority1.3.45
2Alert (notification), high priority1.3.45
3Failure (notification), high priority1.3.45

Table 1. ftSignatureType type/category (t) values.

gggg - global flags

ValueDescriptionMiddleware Version
0001Archiving required.
Signatures marked with this flag are known to be archived related to market specific bookkeeping requirements. In case of offline usage or pure open-source usage, receipts/artefacts having this flag need to be handled as bookkeeping/accounting-relevant item.
1.3.45
0010Printing/Visualization is optional.1.3.45
0020Do not print/visualize.1.3.45
0040Printed receipt only.1.3.45
0080Digital receipt only.1.3.45

Table 2. ftSignatureType global flags (gggg) values.

sss - SignatureCase

ValueDescriptionCaption
001Primary compliance signature for a standard POS receipt/invoice.
010MyDataXML
The full XML payload submitted to AADE myDATA, returned for reference/audit.
011ProviderSignature
The e-invoice provider's signature attached to the transmitted document (e.g. the Viva Fiscal provider signature).
012UniqueDocumentIdentifier
The human-readable document identifier, in the format AFM | Date | Branch | Type | Series | Serial.
013Uid
The invoiceUid — myDATA's unique hash identifier for the submitted document.
014Mark
The invoiceMark (MARK) — the unique registration number AADE assigns once the document is accepted.
[www.fiskaltrust.gr]
015AuthenticationCode
The authentication code returned by myDATA, allowing third parties to verify the document was registered by AADE.
016TransmissionFailure
Marks that the document could not be transmitted to myDATA (e.g. a network or AADE API failure).
017MultipleConnectedMarks
Correlates a retail credit receipt (11.4) to the multiple original MARKs it refunds.
018OrderReceiptSignature
Informational signature attached to an Order (8.6) receipt, marking it as informational only and not a valid fiscal receipt.
019GenericMyDataInfo
General informational metadata about the myDATA submission.
01AQRCode
The QR code linking to the digital receipt/document, built from the configured receiptBaseAddress plus the queue and queue-item id.
01BHandwrittenSignature
Signature/marker for a handwritten (offline) receipt.

Table 3. ftSignatureType SignatureCase (sss) values.