All termsComplianceAdvancedUpdated April 10, 2026

What Is PSD2?

PSD2 (Payment Services Directive 2) is the EU regulation that mandates Strong Customer Authentication, opens banking APIs to third parties, and sets liability rules for electronic payments across the European Economic Area.

Also known as: Payment Services Directive 2, Revised Payment Services Directive, EU Payments Directive, RSD2

Key Takeaways

  • PSD2 mandates Strong Customer Authentication on most EEA online card transactions, requiring at least two independent authentication factors.
  • Open Banking provisions force banks to share customer data and payment initiation access with licensed TPPs via secure APIs.
  • SCA exemptions — including TRA, low-value, and recurring payment exemptions — are critical levers for optimising conversion without increasing fraud.
  • Liability under PSD2 shifts depending on which party in the payment chain triggered or declined an exemption.
  • PSD3 and the Payment Services Regulation (PSR) are advancing through EU legislation and will supersede parts of PSD2.

How PSD2 Works

PSD2 operates through a set of Regulatory Technical Standards (RTS) published by the European Banking Authority, which translate the high-level directive into specific technical and operational requirements. The directive splits obligations across payment service providers, merchants, acquirers, and issuers — each bearing distinct responsibilities. Understanding the flow from transaction initiation to authentication outcome is essential for anyone operating in the European payments ecosystem.

01

Transaction Initiated

A cardholder submits a card-not-present payment on a merchant's checkout. The merchant's payment service provider determines whether the transaction falls in scope of PSD2 based on the location of the acquirer and issuing bank within the EEA.

02

Exemption Assessment

The acquirer or merchant's payment service provider evaluates whether an SCA exemption applies — such as Transaction Risk Analysis (TRA) for low-fraud acquirers, a low-value transaction under €30, or a recognised recurring series. The exemption request is signalled in the authorisation message.

03

Issuer Decision

The issuing bank receives the authorisation request and decides whether to honour the exemption or step up to full authentication. Issuers may apply their own risk models. If they honour the exemption, liability for any subsequent fraud shifts to the issuer; if they step up, Strong Customer Authentication is triggered.

04

Authentication Challenge

When SCA is required, the issuer returns a challenge via 3D Secure 2.x. The cardholder completes authentication using two of three factors: something they know (PIN/password), something they have (device/OTP), or something they are (biometric). EMV 3DS 2.x passes rich browser and device data to the issuer to enable frictionless flows where possible.

05

Authorisation and Liability

The transaction completes with an authenticated or exempted status. Liability for fraud follows the authentication decision: fully SCA-compliant transactions shift fraud liability to the issuer; exempted transactions where the acquirer requested the exemption leave liability with the acquirer/merchant; declined exemptions that were then authenticated revert liability to the issuer.

06

Open Banking Flows (TPP)

Separately, licensed Account Information Service Providers (AISPs) and Payment Initiation Service Providers (PISPs) access customer bank accounts via PSD2-mandated APIs. Banks must provide dedicated interfaces for TPPs, enabling account data aggregation and direct bank-to-bank payment initiation — the foundation of open banking.

Why PSD2 Matters

PSD2 is not a compliance checkbox — it directly affects conversion rates, fraud economics, and the competitive landscape for payments in Europe. Getting SCA exemption strategy right can be worth several percentage points of checkout conversion for high-volume merchants.

According to the European Banking Authority's 2023 report on fraud in non-cash payments, card-not-present fraud in the EU declined measurably following the phased rollout of SCA mandates, with some member states reporting CNP fraud drops of over 50% compared to pre-SCA baselines. At the same time, Stripe's research on SCA rollout in the UK found that authentication challenge rates above 25% correlated with meaningful conversion losses, underscoring the need for smart exemption management.

The open banking provisions have had macroeconomic impact: by 2024, the number of licensed TPPs operating across the EEA exceeded 500, and open banking-powered payment initiation volumes were growing at over 40% year-on-year according to the Open Banking Excellence (OBE) tracker. For merchants, this opens an alternative to card rails with lower interchange costs and reduced chargeback exposure.

PSD3 on the Horizon

The European Commission published its PSD3 and Payment Services Regulation (PSR) proposals in June 2023. PSD3 will consolidate and strengthen PSD2 obligations, introduce enhanced open banking data rights, and address emerging fraud vectors such as authorised push payment (APP) fraud. Merchants and PSPs should monitor the legislative timeline — implementation is expected no earlier than 2026.

PSD2 vs. PCI DSS

PSD2 and PCI DSS are both mandatory frameworks for merchants processing card payments in Europe, but they serve fundamentally different purposes and are enforced by different bodies.

DimensionPSD2PCI DSS
TypeEU law (directive)Industry standard (card schemes)
Enforced byNational Competent AuthoritiesAcquirers / card schemes
ScopeEEA payment transactionsAny entity storing, processing, or transmitting cardholder data
Primary focusAuthentication, open banking, liabilityCardholder data security
SCA mandateYes — two-factor authentication requiredNo direct SCA requirement
PenaltiesRegulatory fines, processing suspensionFines from acquirer, loss of card acceptance
Applies to merchants outside EU?Only if EEA PSP involvedGlobally, wherever card data is handled
Version cadenceLegislative (years)Annual updates (PCI DSS v4.x)

Both frameworks must be satisfied simultaneously. PCI DSS governs how cardholder data is stored and transmitted; PSD2 governs how transactions are authenticated. A merchant can be PCI-compliant while still failing PSD2 SCA requirements — and vice versa.

Types of PSD2 Obligations

PSD2 creates distinct obligation categories depending on the type of payment service provider involved.

Strong Customer Authentication (SCA) is the most operationally visible requirement, applying to electronic remote payment transactions where both the payer's and payee's PSPs are located in the EEA. It requires two independent authentication factors from the three recognised categories.

Open Banking Access (XS2A — Access to Account) requires banks and payment institutions to provide standardised API access to licensed AISPs and PISPs. The bank cannot charge for this access or apply discriminatory conditions. This underpins the entire European open banking ecosystem built on SEPA infrastructure.

Liability Shift Rules define which party bears fraud losses based on whether SCA was applied, exempted, or declined. The rules create strong financial incentives for issuers, acquirers, and merchants to implement SCA correctly.

Complaint and Reporting Obligations require PSPs to report major operational and security incidents to their National Competent Authority, maintain dispute resolution procedures, and provide transparent pricing information to consumers.

Best Practices

For Merchants

Apply SCA exemptions strategically rather than attempting full authentication on every transaction. Work with your acquirer to enable Transaction Risk Analysis exemptions, which can qualify transactions up to €500 depending on the acquirer's fraud rate. Flag recurring subscriptions correctly as merchant-initiated transactions after the initial authenticated payment — this removes subsequent charges from the SCA scope entirely.

Ensure your checkout integrates EMV 3DS 2.x rather than the legacy 3DS 1.0 protocol. Version 2.x passes over 150 data elements to the issuer, significantly increasing the frictionless authentication rate and reducing unnecessary challenges. Test your 3DS integration against all major issuer simulators before going live in the EEA.

Monitor your SCA challenge rate and authentication decline rate separately. A rising decline rate often signals issuer friction rather than genuine fraud, and can frequently be resolved by enriching the data passed in the authentication request.

For Developers

Implement the 3DS 2.x threeDSRequestorChallengeInd field correctly to signal your preferred challenge preference. Do not hardcode 04 (challenge requested) for all transactions — this wastes exemption opportunities and drives unnecessary friction.

Handle all possible 3DS outcomes: frictionless authentication, challenge completed, attempted authentication, failed authentication, and decoupled authentication. Many integrations only handle the happy path and silently drop challenged transactions.

Use your payment orchestration layer — such as Tagada — to manage exemption logic centrally rather than embedding it in individual payment integrations. Centralised exemption management allows consistent policy application across all PSPs and acquiring connections.

Ensure your liability shift tracking is accurate in your transaction records. For dispute resolution, you will need to demonstrate which party held liability at the time of a fraudulent transaction. Store the eci (Electronic Commerce Indicator) value and authenticationValue (CAVV/AAV) returned by the 3DS authentication.

Common Mistakes

Requesting exemptions without acquirer enablement. Many merchants assume exemptions are automatically available, but Transaction Risk Analysis and other acquirer-side exemptions must be explicitly enabled by the acquirer based on their portfolio fraud rates. Sending exemption flags to an acquirer that hasn't enabled them results in the flag being ignored or the transaction being declined.

Conflating SCA with 3D Secure. PSD2 mandates SCA as the authentication standard; 3D Secure is one technical protocol used to carry out SCA on card transactions. Other payment methods — such as open banking payment initiation — fulfil SCA through different mechanisms entirely. This distinction matters when building multi-method checkout flows.

Ignoring one-leg-out transactions. Some merchants incorrectly assume that transactions involving a non-EEA card are fully out of scope. If the acquiring bank is in the EEA, the transaction is still in scope as a "one-leg" transaction, though issuers outside the EEA cannot be compelled to perform SCA. Understanding this avoids misconfigured exemption logic.

Failing to re-authenticate on scope changes. A Merchant-Initiated Transaction series becomes invalid if the transaction amount or merchant changes materially. Re-authentication is required, and skipping it exposes the merchant to chargeback liability.

Treating SCA as a once-and-done implementation. PSD2 RTS requirements, card scheme mandates, and national authority enforcement guidance continue to evolve. The move from PSD2 to PSD3/PSR will require additional implementation work. Teams that treat the initial go-live as permanent will accumulate technical debt and compliance gaps.

PSD2 and Tagada

Tagada's payment orchestration platform is built with PSD2 compliance as a first-class concern, not an afterthought. Managing SCA exemption logic, authentication data routing, and liability shift tracking across multiple acquirers and PSPs simultaneously is one of the most operationally complex aspects of PSD2 compliance — and exactly the problem orchestration solves.

Exemption Routing at Scale

Tagada centralises SCA exemption policy across all your acquiring connections. Rather than configuring exemption logic separately in each PSP integration, you define a single exemption waterfall — TRA, low-value, recurring, trusted beneficiary — and Tagada applies it consistently, routes to the optimal acquirer for each exemption tier, and tracks liability shift status per transaction for dispute evidence.

When an acquirer declines an exemption and triggers a step-up challenge, Tagada handles the 3DS 2.x orchestration and re-routes the authenticated result back to the originating acquirer. For merchants with multi-acquirer setups, this prevents authentication loops and ensures the liability shift data is preserved end-to-end. The result is a measurably lower SCA challenge rate compared to single-acquirer integrations without centralised exemption management.

Frequently Asked Questions

What is PSD2 in simple terms?

PSD2 is a European Union law that governs how electronic payments work across the EEA. It requires banks to open their APIs to licensed third-party providers, forces merchants and issuers to apply Strong Customer Authentication on most online card transactions, and shifts fraud liability to whichever party failed to comply with the directive's technical standards.

Does PSD2 apply outside the EU?

PSD2 applies to payment transactions where at least one payment service provider is located within the European Economic Area. Transactions that are entirely outside the EEA — for example, a US card paying a US merchant — are not in scope. However, non-EU merchants selling to European cardholders may still encounter SCA challenges initiated by the issuing bank.

What are the main PSD2 exemptions from SCA?

The Regulatory Technical Standards under PSD2 define several SCA exemptions: low-value transactions under €30, merchant-initiated transactions (MIT), low-risk transactions based on the Transaction Risk Analysis (TRA) exemption, recurring payments with a fixed amount, and trusted beneficiaries whitelisted by the cardholder. Each exemption carries specific conditions and liability implications for merchants and acquirers.

How does PSD2 affect conversion rates?

Poorly implemented PSD2 compliance can increase checkout friction and reduce conversion by 10–20% if issuers default to fully-authenticated flows for all transactions. However, intelligent use of exemptions — particularly Transaction Risk Analysis — combined with a well-integrated 3D Secure 2 flow can recover most of that drop while keeping fraud rates low. Payment orchestration platforms help merchants route exemptions optimally.

What is the difference between PSD1 and PSD2?

The original PSD (2007) established basic rules for payment services and cross-border euro transfers. PSD2, which came into force in January 2018 with SCA requirements phased in through 2021, added Strong Customer Authentication mandates, introduced the legal framework for open banking by requiring Account Information and Payment Initiation Service Providers, tightened liability rules, and extended scope to one-leg transactions involving non-EEA PSPs.

What penalties exist for PSD2 non-compliance?

National Competent Authorities in each EEA member state enforce PSD2. Fines vary by jurisdiction but can be substantial — the UK FCA, for example, can impose unlimited fines on regulated firms. Beyond regulatory penalties, non-compliant merchants risk increased chargebacks, card scheme fines from Visa and Mastercard, and loss of processing rights from their acquirer.

Tagada Platform

PSD2 — built into Tagada

See how Tagada handles psd2 as part of its unified commerce infrastructure. One platform for payments, checkout, and growth.