EV-TLS (Extended Validation TLS)
Published on
02/09/2026
Updated on
03/09/2026
Reading time
5 min
Definition
EV-TLS (Extended Validation TLS) refers to a TLS server certificate issued in accordance with the CA/Browser Forum’s strictest validation level. The difference between it and a standard certificate lies not in the cryptography (which is identical), but in the validation process preceding issuance.
An EV certificate attests that the underlying organization actually exists as a legal entity, is registered under the stated company name, and controls the domain. The steps required for this are set out in the CA/Browser Forum’s EV Guidelines.
The three stages of review
| Stage | What is checked | Meaning |
|---|---|---|
| DV – Domain Validation | only control over the domain | “Someone controls this domain” |
| OV – Organisation Validation | additionally, the organization | “an organization of this name exists” |
| EV – Extended Validation | legal existence, company name, country of incorporation, registration number (according to documented procedure) | “This specific legal entity operates this server.” |
The leap from OV to EV lies in traceability: the process is standardized, the verified details are presented in a structured format within the certificate, and the certification authority is liable for their accuracy.
What the certificate contains
In addition to the domain name, an EV certificate includes verified identity attributes in its Subject field (such as the registered company name, legal form, jurisdiction, and the organization’s registration number). It also contains a policy OID indicating compliance with the EV Guidelines.
Crucial for machine processing is the fact that these details are stored in structured fields rather than as free text. A receiving system can read them and verify them against expected values.
EV has become invisible to end users, as most browsers stopped displaying the corresponding indicator (the “green bar”) in 2019. However, this changes nothing regarding machine-to-machine communication.
EV-TLS in Verification of Payee (VoP)
The EPC API Security Framework (EPC164-22) governs the securing of interfaces between payment service providers within EPC schemes, such as Verification of Payee and SEPA Request-to-Pay.
An asymmetric assignment applies to VoP that one needs to be aware of:
| Side | Role | Certificate |
|---|---|---|
| Client | VoP Requesting PSP, Routing and Verification Mechanism | QWAC PSD2 |
| Server | VoP Responding PSP | EV-TLS |
The framework (as of 2026) explicitly states for the server side: “The API server does not need a QWAC; it can use a standard website certificate. To ensure a sufficiently high level of authentication, an EV TLS certificate is required.”
Both sides authenticate each other – the framework requires mutual TLS: “When calling another scheme Participant’s API’s endpoint, the Participants MUST perform mutual authentication.”
The requesting payment service provider must not only prove its identity but also its regulatory role, as it is requesting third-party account data. For this purpose, the QWAC incorporates attributes from the PSD2 environment. The responding payment service provider only needs to unequivocally prove that it is who it claims to be. EV TLS is sufficient for this.
Distinction from QWAC
Both types of certificates verify an organization’s identity. The difference lies in who vouches for them and under which regime.
| EV-TLS | QWAC | |
|---|---|---|
| Basis | CA/Browser Forum EV Guidelines | eIDAS Regulation (EU) No 910/2014 |
| Charakter | Industry standard | EU law |
| Issuer | public certification authority in the root program | QTSP on the EU Trusted List |
| Anchor of trust | Root stores of browsers and operating systems | EU Trusted Lists (EUTL) |
| Checks | legal identity of the organization | legal identity, qualified under eIDAS |
| Additionaly | – | PSD2 roles (PSP_AS, PSP_PI, PSP_AI, PSP_IC) and identifier of the competent supervisory authority |
| in VoP | Server-side | Client-side |
Technically, a QWAC is also a website certificate. The difference lies not in the technology but in the chain of trust: with EV-TLS, a commercial certificate authority vouches for the certificate in accordance with the rules of an industry body, whereas with a QWAC, a qualified trust service provider does so under European law.
Other types of certificates used in payment transactions are covered in the entry on certificates.
Overview of the VoP process
Two outstanding issues
Which certification authority is trusted? Unlike with QWACs, there is no official list for EV-TLS certificates. The EPC clarifies in its FAQs: “The ASF does not specify which CAs can issue EV TLS certificates for VOP” and “No single public source is available listing the root certificates of CAs issuing EV-TLS certificate.”
In practical terms, this means that each participant must manually add the root certificates of the relevant certification authorities to their trust store. The EPC recommends relying on certification authorities common in the European financial sector for the server side, maintaining their root certificates on the client side, and always providing the complete certificate chain during the TLS handshake. Consequently, maintaining the trust store becomes an ongoing operational task—and a silent source of errors if neglected.
Client authentication is disappearing from public certificates. Google’s root program mandates that, starting June 15, 2026, public TLS server certificates must no longer include the client authentication extension (id-kp-clientAuth). Major certification authorities are therefore gradually making the switch (in some cases, this applies to QWACs as well).
The EPC points out that VoP interfaces do not require browser support and that QWAC-PSD2 certificates are not intended for use with browsers anyway. Nevertheless, the implications for financial institutions are concrete: they must ensure that their QTSP continues to issue QWAC-PSD2 certificates containing the id-kp-clientAuth value; otherwise, mutual authentication will fail.
Sources
- CA/Browser Forum – Extended Validation Guidelines
- CA/Browser Forum – Ballot SC-081v3: Reducing Validity and Data Reuse Periods
- EPC – API Security Framework (EPC164-22, PDF)
- EPC – VOP Inter-PSP API Specifications (EPC103-24, PDF)
- EPC – FAQ: Wie lässt sich die Gültigkeit des EV-TLS-Zertifikats prüfen?
- EPC – FAQ: Wegfall der Client-Authentication in öffentlichen TLS-Zertifikaten
- eIDAS-Verordnung (EU) Nr. 910/2014