DIGITAL SEAL

Vidima invoice verification: ECDSA P-256 cryptographic seal

Every PDF invoice signed, every customer protected from 'business email compromise' fraud. How Vidima's exclusive cryptographic seal works, and what it actually guarantees.

The problem: how do you know if an invoice is authentic?

Picture this scenario, common across Switzerland: you receive a PDF by email with an invoice for CHF 4,870. The header says "Studio X", the IBAN is a Swiss bank, the QR-Bill looks correct. You pay.

Two weeks later, Studio X calls you saying the invoice isn't theirs. Someone intercepted the real email, modified the IBAN replacing it with their own ("man-in-the-middle" fraud), and sent you back the same-looking PDF. Your CHF 4,870 has gone to a scammer in Lithuania.

This is not a hypothetical scenario. It's a scheme known as "business email compromise" (BEC), responsible for hundreds of millions of CHF stolen in Switzerland every year according to Fedpol and MELANI. Banks, however sophisticated, can't stop it: the IBAN on the QR-Bill is technically valid, it just isn't the real supplier's.

The underlying problem: a PDF is just bits. Anyone can modify it without leaving a visible trace.

The Vidima solution: per-invoice cryptographic seal

Vidima solves the problem with cryptography. Every PDF invoice generated is digitally signed with a standard cryptographic algorithm (ECDSA P-256), and the signature result is embedded in a second QR code printed in the footer of the invoice — next to the QR-Bill payment code.

Your customer can:

  1. Open the phone camera app (or a generic QR app).
  2. Point it at the second QR.
  3. Land automatically on verify.vidima.ch.
  4. See in plain text: who issued the invoice, exactly when, the amount, and whether that PDF is 100% authentic.

If even a single byte of the PDF has been modified after issuance — a changed IBAN, an inflated amount, an altered date — verification fails. The system says "INVALID" and the user knows not to pay.

Vidima exclusive

No other Swiss invoicing software, as of 2026, offers per-invoice cryptographic verification. It's a feature built by Helvecraft as a direct response to the BEC problem affecting small businesses across Switzerland.

ECDSA P-256 explained in 2 minutes

ECDSA stands for "Elliptic Curve Digital Signature Algorithm". P-256 is the specific curve (defined in NIST SP 800-186 / FIPS 186-5). Together they constitute a digital signature standard used by TLS, Bitcoin, Apple Wallet, Swiss electronic passports.

The basic idea, without the maths:

P-256 produces 64-byte signatures (512 bits), compact enough to fit in a medium-sized QR code together with the invoice metadata.

Anatomy of the seal (FAT2 format)

The Vidima seal uses a custom format called FAT2 (Fattura Authenticated Token v2). What's embedded in the QR is a string that, decoded, contains:

The whole token is then base64url-encoded (URL-safe) and inserted into the QR. Typical size is 300-400 bytes — it fits comfortably in a version 8-10 QR at error correction level M.

How to verify (step by step)

Two ways:

Method 1: scan via mobile

  1. Open the phone camera app.
  2. Point it at the seal QR code (NOT the QR-Bill payment code — the seal is the smaller one, in the footer of the invoice).
  3. Tap the link that appears: it leads to https://verify.vidima.ch/?token=....
  4. The browser opens the official verifier, decodes the token, recomputes the signature using the included public key, and shows:
    • Result (VALID / INVALID).
    • Issuer (studio/business that signed).
    • Invoice number, amount, currency.
    • Issuance timestamp.

Method 2: manual paste

If you can't scan (e.g. PDF open on a computer with no camera), go to verify.vidima.ch, copy-paste the token string from the QR (any desktop QR reader can decode it), click "Verify". Same result.

Exactly what the seal confirms

A successful verification confirms 4 mathematically certain facts:

  1. Issuer identity. The invoice was signed by the private key associated with that specific studio/business's certificate. No one else in the world can have signed in their name.
  2. Timestamp. The invoice was issued at the time declared in the iat. (Note: the timestamp is declared by the signer; for a legally binding timestamp, a qualified seal is required — see below).
  3. Declared amount. The amount in the seal matches the one visible on the invoice. If anyone tampered with the visible amount, the two numbers won't match and it will be immediately apparent.
  4. PDF integrity. The PDF has not been modified after issuance (verified via the SHA-256 hash). Change a single character, a single pixel, and the hash changes, and the signature becomes invalid.

What the seal does NOT confirm

Transparency: the Vidima seal is not a silver bullet. Here's what it doesn't do:

Comparison with other systems

SystemWhat it doesLegal valueCost
Vidima seal (ECDSA P-256)Verifies integrity + issuer identity for every invoiceStrong evidentiary indication, not QESIncluded in CHF 149
Qualified electronic signature (QES)Equivalent to a handwritten signatureFull (qualified written form)CHF 50-200/year for certificate + cost per signature
Italian e-invoice (XML SdI)Mandatory transmission via Sistema di InterscambioIT tax recognitionVariable (included in many software)
PEC with PDF attachmentCertified mail, proof of deliveryProof of transmission, not of content integrity~CHF 30-60/year
SHA-256 hash published on blockchainPublic immutable timestampProof of existence, not of identity~CHF 5-50 per transaction

The Vidima seal positions itself as "a good defence against everyday fraud, free and immediate". For documents requiring maximum legal rigour, the QES remains the standard.

Privacy: your data stays on your computer

A natural concern about "online verification" systems is: what data is transmitted?

Short answer: only the seal. Nothing private.

In detail:

Link to the official verifier

To test verification with a real Vidima invoice, go to:

→ verify.vidima.ch

The verifier is free, anonymous, and works for anyone — whether you're a Vidima customer or simply received an invoice from a studio that uses Vidima and want to check before paying.

To issue invoices with a seal, you need Vidima. See the QR-Bill guide for how it integrates with the standard Swiss payment, and the VAT guide for tax management.

Authentic, verified invoices, out of scammers' reach.

Vidima signs every invoice with ECDSA P-256. Your customers pay with confidence, you issue with peace of mind.