PrestaShop Accounting & Invoicing

Intra-Community VAT VIES Validation & B2B Reverse Charge

Intra-community VAT verified, reverse charge automated, audit evidence timestamped.

Real-time VIES verification, automatic B2B exemption (art. 138) and a tamper-evident evidence journal so you can face a tax audit with confidence.

At a glance
  • Real-time VIES check at checkout and registration, with an instant validation badge
  • Automatic reverse charge: 0% VAT invoice for valid intra-EU B2B customers (art. 138)
  • Timestamped, tamper-evident evidence journal with the official VIES consultation number
  • Reverse-charge legal mention on the PDF invoice, in 5 languages and customizable
  • Compatible with PrestaShop 8 and 9, multistore, CSV export of the journal for the tax authorities
PrestaShop 8 & 9 Multistore 5 languages (FR/EN/ES/DE/IT) Reverse charge (art. 138) Audit-proof journal
  • 30-day refund
  • 12 months updates
  • 24h support
www.datafirefly.com/en/
Intra-EU VAT number validated through VIES at a B2B PrestaShop checkout with reverse charge
v1.0.0 · updated 2026-07-11
What it does

The short version.

01

Real-time VIES verification

The VAT number is checked against the European Commission's official VIES database as it is typed, both at checkout and at registration. A badge instantly shows whether the number is valid, invalid, or whether VIES is momentarily unavailable.

02

Automatic reverse charge (art. 138)

As soon as a business customer from another EU country has a validated VAT number, the order is invoiced tax-free through the reverse-charge mechanism. No manual tax rule, no rate mistake.

03

Official consultation number

By entering your own VAT number, each check queries VIES with a requester identifier: the database then returns an official consultation number, the strongest piece of evidence a tax auditor can ask for.

04

Tamper-evident evidence journal

Every VIES consultation is stored with date and time, result, business name, consultation number, source and IP address. The journal is read-only, cannot be deleted, and is kept even after the module is uninstalled.

05

Legal mention on the invoice

When an invoice is genuinely issued at 0% VAT, the reverse-charge legal mention is printed automatically on the PDF, in the customer's language, with the VAT number and the verification date.

06

Automatic cron revalidation

A scheduled task periodically re-checks the VAT numbers of your recurring customers, so your evidence stays fresh without manual work.

The long version

Everything you'd want to know before you install.

A detailed look at how Intra-Community VAT VIES Validation & B2B Reverse Charge works, why we built it the way we did, and the thinking behind the features above.

§ 01

Why this module

Selling B2B within the European Union comes with a precise obligation: only invoice tax-free (reverse charge) if the customer's VAT number is genuinely valid, and be able to prove it. In practice, many shops exempt without checking, or check without keeping any proof. During an audit, the authorities request the evidence of the VIES consultation at the time of sale — and its absence can lead to a reassessment of the uncollected VAT. This module automates the whole chain: verification, exemption, and above all evidence.

§ 02

Real-time VIES verification

As soon as a customer enters their VAT number on the address or registration form, the module queries the European Commission's official VIES database. A badge appears immediately: valid number (with the business name returned by VIES), invalid, wrong format, or service temporarily unavailable. Communication goes over SOAP and falls back to the REST API when needed, with a controlled timeout so the checkout is never blocked.

§ 03

Automatic, compliant reverse charge

When a business customer established in another Member State has a validated, recent VAT number in the journal, their order is invoiced at 0% VAT through PrestaShop's native reverse-charge mechanism. No tax rule to create manually, no risk of a wrong rate. The tax calculation path never makes a network call: it relies only on the evidence already recorded, to stay fast and reliable.

§ 04

An evidence journal built for audits

Every VIES consultation is recorded in a dedicated journal: date and time, country, VAT number, result, business name and address, official consultation number, channel (address, registration, order, cron, manual) and IP address. The journal is strictly read-only — no deletion is possible from the interface — because an audit trail is only worth anything if it is tamper-evident. A snapshot is also stored at the precise moment each order is validated, tying every tax-free invoice to its proof. The journal is even kept if you uninstall the module.

§ 05

The official consultation number

The single most important point during an audit. By entering your own VAT number in the configuration, the module queries VIES in checkVatApprox mode with a requester identifier: the European database then returns an official, timestamped consultation number, which formally proves that you verified the customer on that date. It is the strongest piece of evidence you can present to the tax authorities.

§ 06

Legal mention and back office

When an invoice is genuinely issued at 0% VAT and valid proof exists, the reverse-charge legal mention is printed automatically on the PDF, in the customer's language and with the verification references. In the back office, a panel on the order page shows the VIES status, the business name and the consultation number, with direct access to the journal and its CSV export.

§ 07

Robust and configurable

You decide what happens if VIES is momentarily unavailable: accept the order without exemption (default) or block it. Validity, cache and revalidation windows are configurable, a secured cron task refreshes the evidence for recurring customers, and real-time checks are protected by rate limiting. The module is built without Composer, in PSR-4, with dependency-free vanilla JavaScript.