Proving the integrity of archived electronic invoices when they are challenged
Almost every finance team archives its electronic invoices without a second thought. The accounting system or a records-management provider handles it, the files sit in storage for the mandated retention period, and the box marked "compliance" gets ticked. The trouble starts the day someone questions one of those documents. In a tax audit, or in a commercial dispute where an invoice underpins a claim, producing the file is not enough. You have to prove that this specific file has not been altered since it was issued. That is where electronic invoice integrity stops being an abstract concern and turns into a very concrete evidentiary problem, and it is where archiving alone shows its limits.
Archiving satisfies a duty: it keeps invoices readable and retrievable for as long as the law requires. What it does not do, on its own, is generate autonomous technical proof that a given file is identical to the one issued. To produce that proof you need three things working together: a hash value that fingerprints the content, a qualified electronic timestamp that fixes a certain date, and a verifiable chain of custody that keeps the whole thing traceable. A qualified electronic seal adds the fourth dimension, origin. Put them together and repudiating the document becomes hard to sustain.
Archiving versus proving integrity: why storage is not enough
Storing an invoice and being able to prove its integrity are two different objectives, and meeting the first does not automatically deliver the second. Retention answers the question "can I still find and read this document years later?" Integrity answers a harder one: "can I demonstrate that this exact file has not changed a single bit since issuance?" Most records-management setups are built for the first and stay silent on the second.
Sound archiving is expected to preserve three properties over time: authenticity of origin, integrity of content, and readability. Records-management standards describe how to keep documents accessible, well-organized, and recoverable for a defined retention period, which in many jurisdictions runs to several years for tax and accounting records. That is genuinely useful, and it is a legal obligation, but it operates at the level of the archive as a system. It does not, by itself, attach to each individual invoice a piece of evidence that a court or an auditor can recompute and check. A file sitting in a compliant repository is retrievable. Whether it is byte-for-byte the same file that left your billing system is a separate assertion, and one that storage does not prove. That gap between retention and evidentiary integrity is exactly where disputes are won or lost.
When the integrity of an electronic invoice is challenged
The integrity of an electronic invoice tends to be contested in four recurring situations: a tax audit, a commercial dispute or litigation, an e-discovery request, and the outright repudiation of a digital reproduction. In each case, showing the file is not the same as proving it, because the other side or the reviewing authority can simply assert that the document is not the one originally issued.
In a tax audit, the examiner asks for invoices and supporting records. If your archive cannot evidence that a specific document is unaltered, the file becomes contestable, and a contestable invoice weakens your position on the substance of the matter, not just the form. In commercial litigation, an invoice is frequently the document a claim for payment rests on, so its authenticity is exactly what a defendant will attack. E-discovery raises a related demand: parties must produce electronically stored information whose integrity and provenance can be defended, and metadata or handling gaps invite challenges to admissibility. The fourth scenario is the most corrosive. When a party repudiates a digital reproduction, claiming the copy does not faithfully represent the original, the burden effectively shifts to whoever relies on the document. Without a technical means to show the file was never modified, you end up chasing a negative you cannot prove.
The regulatory framework: eIDAS, qualified electronic timestamp and seal
The framework that makes integrity provable at EU level rests on the eIDAS Regulation, which defines the qualified trust services that carry legal presumptions in your favor. Two of them matter directly for invoices: the qualified electronic timestamp and the qualified electronic seal. Together they cover "when" a document existed and "whether" its content and origin are intact.
Under Regulation (EU) 910/2014, article 41, a qualified electronic timestamp enjoys a presumption of the accuracy of the date and time it indicates and of the integrity of the data to which it is bound. Applied to an invoice, it attaches a certain date and time that are opposable to third parties, and it does so in a way that remains valid even after the certificate that generated it expires. Article 35 of the same Regulation gives a qualified electronic seal a presumption of integrity of the data and of correctness of the origin: the seal is bound to a legal person, so it certifies that a document comes from a given organization and has not been altered, which is distinct from a signature bound to a natural person. The framework has since been reinforced by the eIDAS 2 reform, Regulation (EU) 2024/1183 on the European Digital Identity Framework, which strengthens qualified trust services across the Union. The European Commission keeps an overview of how these services fit together on its eIDAS policy pages.
How to prove the integrity of a tax document: hash, timestamp, chain of custody
Proving that a tax document is unaltered comes down to three technical elements that answer three different questions: what, when, and how it was handled. A hash value identifies the content, a qualified electronic timestamp fixes the certain date, and a chain of custody documents every step. Put together, they make a claim of tampering very difficult to argue.
The sequence works like this:
- Hash the file. A cryptographic function such as SHA-256 computes a fixed-length fingerprint of the document. It is deterministic and one-way, and it has the avalanche effect: changing a single bit produces a completely different hash. Recompute the hash of the archived file and compare it to the original value. If the two match, the document is bit-for-bit identical, and no alteration has occurred.
- Apply a qualified electronic timestamp. The timestamp attests that this particular hash existed at a certain date and time, opposable to third parties under article 41 of the eIDAS Regulation. It answers the "when" and anchors the document to a moment that predates any later dispute.
- Maintain a chain of custody. This is the documented sequence of who did what, when, and how, tied to the hash, the timestamp, and the relevant metadata. The ISO/IEC 27037 standard sets out good practice for the identification, collection, acquisition, and preservation of digital evidence, and it is what makes that evidence authentic, traceable, and defensible in court.
A qualified electronic seal sits alongside these three: bound to a legal person under article 35 of eIDAS, it guarantees origin and integrity, covering the "who." A verifiable chain of custody is the connective tissue that makes the whole set opposable over time, and it is the layer where TrueScreen applies its forensic methodology.
How to demonstrate an archived invoice has not been altered
TrueScreen certifies the authenticity and integrity of tax documents by applying a seal with a hash fingerprint and a qualified electronic timestamp (through integrated third-party QTSPs), so an organization can demonstrate in an audit or dispute that the invoice is identical to the one issued. This is precisely the piece that archiving does not provide on its own: retention keeps the document available, but it does not produce autonomous technical proof that the specific file was never modified.
As the Data Authenticity Platform, TrueScreen captures the document, computes its hash fingerprint, applies a qualified electronic timestamp and qualified electronic seal issued by third-party qualified QTSPs integrated via its API, and builds a verifiable chain of custody around the whole operation. TrueScreen is not a QTSP, a Trust Service Provider, or a Certificate Authority, and it does not issue qualified certificates. What it does is integrate the qualified seal and qualified timestamp of third-party QTSPs and add the forensic methodology that makes the resulting proof defensible in an audit or in court.
A short example shows the difference. A company faces a tax audit and the examiner challenges an invoice from 2022. The file is properly archived, but the auditor questions its integrity, arguing that there is no way to show the document was not modified after issuance. Had a forensic seal with a hash fingerprint and a qualified electronic timestamp been applied when the invoice was issued, the company would recompute the hash of the archived file, compare it against the value sealed in 2022, and prove two things in a single step: that the document is identical to the one issued, and that it already existed at that certain date. At that point the repudiation has nothing left to stand on.
| Aspect | Compliant archiving | TrueScreen forensic seal |
|---|---|---|
| Goal | Retention and compliance | Technical proof of integrity |
| What it guarantees | Readability, retrievability, retention period | Bit-for-bit file identity plus certain date |
| In a challenge | Document retrievable, but integrity not self-evidenced | Hash comparison proves non-alteration |
| Reference | Records-management standards | Forensic methodology plus eIDAS qualified timestamp |

