Guide Compliance PCI DSS

PCI DSS Compliance for UK Businesses: A Practical Guide to v4.0

Any UK business that accepts, processes, stores, or transmits card payment data must comply with the Payment Card Industry Data Security Standard (PCI DSS). The PCI Security Standards Council retired v3.2.1 in March 2024; version 4.0 has been the only active version since, covering every payment channel from a card terminal to an online checkout. This article covers what v4.0 requires, which self-assessment route suits your business, what the new requirements mean in practice, and how to reduce your compliance scope.

13 August 2025
12 min read
Key takeaways
  • Any UK business accepting card payments is bound by PCI DSS through its contract with its acquiring bank, not by law
  • PCI DSS v4.0 is the only active version from March 2024; all assessments now use this version
  • Your merchant level determines which validation route you must follow; most UK SMEs are Level 3 or Level 4
  • Most UK e-commerce SMEs qualify for SAQ A if they fully outsource payment processing to a hosted page, covering only 22 requirements
  • Scope reduction is the most effective compliance strategy: keep card data off your own servers using hosted payment pages, network segmentation, and tokenisation
  • Non-compliance penalties range from GBP 5,000 to GBP 100,000 per month; a breach can add liability for the full cost of replacing every affected card

What Is PCI DSS and Who Enforces It?

PCI DSS is a private information security standard managed by the PCI Security Standards Council (PCI SSC), a body established in 2006 by Visa, Mastercard, American Express, Discover, and JCB. It is not a law. No government agency enforces it or issues fines for non-compliance. Your contract with your acquiring bank enforces it.

Signing up with an acquirer to accept card payments means agreeing to comply with PCI DSS as a condition of that agreement. Acquirers include Barclaycard, Worldpay, Lloyds Cardnet, Stripe, Square, and SumUp. Each acquirer sets its own compliance programme: how often you must submit documentation, whether they require a validated Report on Compliance (RoC) or an Attestation of Compliance (AOC), and how they handle non-compliant merchants.

Merchant levels determine which validation route applies to you:

  • Level 1: More than 6 million Visa or Mastercard transactions per year, or any merchant that has suffered a qualifying breach. Requires an annual on-site audit by a Qualified Security Assessor (QSA) and quarterly network scans by an Approved Scanning Vendor (ASV).
  • Level 2: 1 million to 6 million transactions per year. Annual Self-Assessment Questionnaire (SAQ) plus quarterly ASV scans.
  • Level 3: 20,000 to 1 million e-commerce transactions per year. Annual SAQ plus quarterly ASV scans.
  • Level 4: Fewer than 20,000 e-commerce transactions, or fewer than 1 million total transactions. Annual SAQ; ASV scan may be required at the acquirer's discretion.

Most UK SMEs are Level 3 or Level 4. Your acquirer determines your level based on the transaction volumes you report.

Non-compliance penalties

Acquiring banks can fine non-compliant merchants between GBP 5,000 and GBP 100,000 per month. In a data breach scenario, card brands can hold you liable for the full cost of replacing every affected card, forensic investigation fees, and chargebacks. That liability can reach six or seven figures for even a modest breach. In addition, cardholder data is personal data under UK GDPR: if a breach meets the notifiable threshold, you must inform the ICO within 72 hours. FCA-regulated firms face additional scrutiny under the FCA's operational resilience framework.

The 12 PCI DSS Requirements at a Glance

The PCI SSC built the standard around 12 top-level requirements, each containing specific sub-requirements. Together they form a security framework covering network controls, data protection, access management, monitoring, testing, and policy.

# Requirement What It Means in Practice
1 Install and maintain network security controls Firewall rules configured and reviewed regularly; network segmentation between the cardholder data environment and other systems
2 Apply secure configurations to all system components No vendor default passwords; system hardening standards applied to all in-scope devices and software
3 Protect stored account data Do not store CVV after authorisation; encrypt primary account numbers (PANs) if you must store them; clear retention schedules for any card data held
4 Protect cardholder data in transit TLS 1.2 or higher on all transmission paths; no unencrypted transmission of card data via email or messaging
5 Protect all systems against malware Anti-malware or EDR deployed on all in-scope systems; anti-phishing controls; regular definition updates and scan schedules
6 Develop and maintain secure systems and software Patch management process; OWASP Top 10 addressed for web-facing applications; code review for any custom payment software
7 Restrict access to cardholder data by business need Role-based access control; least privilege applied across all accounts; access reviewed regularly and revoked promptly on role change
8 Identify users and authenticate access to system components Unique user IDs for every individual; MFA required for all access to the cardholder data environment (expanded in v4.0)
9 Restrict physical access to cardholder data Physical access controls to any location holding in-scope systems; POS device tamper checks; media disposal procedures
10 Log and monitor all access to system components and cardholder data Audit logs retained for 12 months with at least 3 months immediately available; alerting on anomalous access patterns
11 Test security of systems and networks regularly Quarterly internal and external vulnerability scans; annual penetration test; file integrity monitoring on in-scope systems
12 Support information security with organisational policies Written information security policy; annual risk assessment; documented incident response plan; security awareness training for all relevant staff

New in PCI DSS v4.0

PCI DSS v4.0 was published in March 2022. The PCI SSC retired version 3.2.1 on 31 March 2024, making v4.0 the only active version from that date. If your last assessment was against v3.2.1, your next one must use v4.0.

The release introduced 64 new requirements. Thirteen took effect on adoption. The PCI SSC classified the remaining 51 as best practices until 31 March 2025, at which point they became mandatory. If you are assessing now, all 64 apply.

The most significant changes are:

  • Customised approach: v4.0 introduces a second compliance path alongside the traditional defined approach. The customised approach lets mature organisations design their own controls to meet the stated security objective of each requirement, rather than following the prescriptive implementation. In practice, this option requires substantial documentation and is most suitable for organisations with experienced security teams. Most UK SMEs will continue to use the defined approach.
  • MFA expanded: PCI DSS v4.0 now requires multi-factor authentication for all access into the cardholder data environment. Local and remote access both require MFA. This is a hard requirement.
  • E-commerce script security (Requirements 6.4.3 and 11.6.1): These requirements target the Magecart attack pattern, where criminals inject malicious scripts into payment pages to capture card data as customers type it. You must maintain an inventory of every script loaded on payment pages, document a business justification for each, and use integrity-checking mechanisms (such as subresource integrity hashes) to detect unauthorised modifications. If your checkout page loads third-party scripts for analytics, customer support, or A/B testing, these requirements apply to you. Review every loaded script before your next assessment.
  • Password complexity: The minimum password length for accounts on in-scope systems increased from 7 to 12 characters.
  • Targeted risk analysis: You must now justify the frequency of several periodic activities (such as access reviews and security scans) through a documented risk analysis specific to your environment, rather than following a fixed schedule set out in the standard.
Already assessed against v4.0?

If you completed a v4.0 assessment before 31 March 2025, the assessor may not have included the 51 best-practice requirements. Your next assessment will include all of them. Identify which of the 51 now-mandatory requirements your assessor deferred and confirm they are addressed before your next submission.

Which SAQ Applies to Your Business?

A Self-Assessment Questionnaire (SAQ) is a validation tool that allows eligible merchants to assess their own PCI DSS compliance without a full QSA audit. There are nine SAQ types. The right one depends on how your business accepts and processes card payments. Choosing the wrong SAQ type is a compliance failure in itself.

The most common SAQ types for UK merchants are:

  • SAQ A: For card-not-present merchants that fully outsource all cardholder data functions to PCI DSS-compliant third parties, with no electronic storage, processing, or transmission of card data on your own systems or premises. Your website must redirect customers to a hosted payment page or use an embedded iframe from the payment provider. Stripe Checkout, PayPal's standard checkout, and similar fully hosted pages qualify as long as card data never passes through your own systems. SAQ A covers 22 requirements and is the simplest path available. It is the most common SAQ type for UK e-commerce SMEs.
  • SAQ A-EP: For e-commerce merchants whose website redirects to a third-party payment page but whose website is involved in the payment flow beyond a simple link or redirect, for example by using JavaScript that interacts with the payment form. The v4.0 script security requirements (6.4.3 and 11.6.1) apply here, making this SAQ more demanding than SAQ A.
  • SAQ B: For merchants using imprint machines or standalone dial-up terminals with no internet connection and no electronic storage of cardholder data. Applies to some bricks-and-mortar retail environments. 41 requirements.
  • SAQ B-IP: For merchants using IP-connected payment terminals (such as a countertop chip-and-pin device on a broadband or Wi-Fi connection) that are not virtualised and do not store cardholder data. 83 requirements.
  • SAQ C: For merchants with a payment application system connected to the internet that does not store cardholder data electronically. Covers situations where a POS application or custom payment software is used. 160 requirements.
  • SAQ D: The most comprehensive SAQ, covering all merchants and service providers not eligible for A through C-VT. More than 300 requirements, spanning the full set of PCI DSS controls.

"If you can qualify for SAQ A by using a fully hosted payment page, do so. Moving from SAQ D to SAQ A by switching to a hosted checkout is the most effective scope-reduction step available to most UK e-commerce businesses."

Your acquiring bank confirms which SAQ type applies to your environment. If you are unsure, ask them before completing any self-assessment. Submitting an SAQ that does not match your actual payment environment creates compliance exposure rather than reducing it.

Scoping: How to Reduce What You Have to Protect

The cardholder data environment (CDE) is defined as every system component that stores, processes, or transmits cardholder data, plus every system that can connect to or influence the security of those components. Everything in scope requires documentation, controls, and testing. The smaller your CDE, the less you have to manage and the lower your compliance burden.

22
requirements under SAQ A for fully outsourced e-commerce
300+
requirements under SAQ D for merchants with full in-scope systems
0
card data records your servers need to hold when using a hosted checkout

Four strategies reduce scope:

  • Hosted payment pages: Card data entered on a payment page hosted by a compliant payment provider never passes through your own servers or network. Your CDE shrinks to near zero. For most UK e-commerce merchants, this is the single biggest reduction available.
  • Network segmentation: If you operate systems that must be in scope, isolate them from the rest of your network using a properly configured firewall. Systems on the other side of that firewall that have no route to in-scope systems fall out of scope. Without documented segmentation, any system that could reach an in-scope system must itself be treated as in scope.
  • Tokenisation: For recurring billing, replace stored card numbers (PANs) with tokens issued by your payment provider. The token is meaningless to anyone who intercepts it. Only the token vault, maintained by the payment provider, needs to be in scope. Your systems hold the token reference.
  • Do not store what you do not need: Avoid card data storage beyond what a specific business purpose requires. You must never store CVV2 and CVC2 codes after authorisation, even in encrypted form. Holding card data you do not need extends your scope and increases your liability without providing any business benefit.
Scoping is an annual exercise

The scope decisions you made when setting up payment processing may no longer reflect your actual environment. New integrations, new marketing tools loading on payment pages, changes to your hosting, and new payment channels all affect your CDE. Review your scope at least annually and whenever you make significant changes to your payment infrastructure.

Key Dates and What to Do Next

PCI DSS v4.0 has been the only active version since 31 March 2024. The 51 requirements the PCI SSC listed as best practices became mandatory from 31 March 2025. There are no further retirement or transition dates pending at the time of writing.

If you are behind on compliance or approaching a deadline set by your acquirer, follow this sequence:

  1. Confirm your merchant level with your acquiring bank and establish which SAQ type applies to your payment environment.
  2. Complete a gap assessment against the applicable SAQ to identify which controls you fail or lack evidence for.
  3. Remediate failing controls before completing and submitting your SAQ.
  4. If your SAQ type requires it, commission an Approved Scanning Vendor (ASV) to conduct a quarterly external network scan. Your compliance submission requires the first clean scan result.
  5. Submit your Attestation of Compliance (AOC) to your acquirer within their stated timeframe.

If you have not completed a PCI DSS assessment before, start with a gap assessment against your relevant SAQ. It shows where you stand, what needs fixing, and what the remediation effort looks like before you commit resources.

How Cyvra Supports PCI DSS Compliance

Cyvra works with UK merchants and service providers at every stage of PCI DSS compliance. You may arrive with a compliance deadline from your acquirer, or be expanding your payment channels and wanting to understand the PCI DSS implications before you build.

A typical engagement covers your merchant level and the correct SAQ type, a gap assessment, a remediation plan, control implementation support, and the AOC submission for your acquirer.

If you are considering a change to your payment infrastructure, for example moving from a custom payment form to a hosted checkout page, Cyvra assesses the PCI DSS scope impact before the project starts. Scoping decisions at the architecture stage cost far less than fixing compliance gaps after systems are built.

If your acquirer has requested compliance documentation, or you want to understand your current position before your next assessment window, get in touch. Start with a short conversation about your payment environment.

Frequently asked questions

Does PCI DSS apply if I use Stripe or PayPal?

Yes. Using Stripe, PayPal, or any other payment provider does not remove your PCI DSS obligation. It does, however, reduce your scope. Using a fully hosted payment page, where the card entry form is served by Stripe or PayPal and card data never touches your servers, means you can complete SAQ A, which covers 22 requirements. If your website does more than redirect to the payment page, you may need SAQ A-EP or a more comprehensive SAQ type.

How often do I need to submit my SAQ?

In most cases, annually. Your acquiring bank sets the exact schedule and will notify you when your compliance documentation is due. Some acquirers also require quarterly ASV scans as a separate submission. Check your acquirer's compliance programme documentation for their specific requirements, as these differ between Barclaycard, Worldpay, Stripe, and other UK acquirers.

What is an ASV scan and do I need one?

An ASV (Approved Scanning Vendor) scan is an external vulnerability scan of your internet-facing IP addresses, carried out by a PCI SSC-approved vendor. It checks for known vulnerabilities that an attacker could reach from outside your network. The requirement depends on your SAQ type. SAQ A merchants do not require an ASV scan. SAQ B-IP, SAQ C, and SAQ D merchants do. Your acquirer's compliance programme will specify the requirement for your merchant level.

Is PCI DSS a legal requirement in the UK?

No. PCI DSS is a contractual requirement, not a legal one. Your acquiring bank enforces it through the terms of your agreement, which must follow card brand rules from Visa and Mastercard. Separately, if a breach of cardholder data occurs, you may have obligations under UK GDPR (personal data breach notification to the ICO within 72 hours) and, for regulated firms, under FCA operational resilience rules. Non-compliance with PCI DSS itself is not a criminal or regulatory offence, but the financial consequences of a breach in a non-compliant environment can be severe.

What happens if I have a card data breach?

A breach triggers a forensic investigation by a PCI Forensic Investigator (PFI), commissioned by your acquirer or the card brands. If the investigation finds you were not PCI DSS compliant at the time of the breach, you face fines from your acquirer, potential liability for card replacement costs across all affected cards, chargeback liability, and possible loss of your ability to accept card payments. You must also assess whether the breach is notifiable to the ICO under UK GDPR. Being compliant at the time of a breach does not guarantee you will face no penalties, but it limits your exposure and demonstrates you took reasonable security precautions.

Ryland Deakin
About the author
Ryland Deakin
Lead Consultant, Cyvra · CISM · CompTIA Security+ · MCP

Ryland has delivered cybersecurity, compliance, and IT management programmes for regulated organisations across the UK, Netherlands, and Brazil for over 20 years, including senior roles at Microsoft, ING, and the NHS. View full profile

Ready to start?

Get a clear picture of your PCI DSS position

A gap assessment tells you which controls you currently fail, what the remediation effort looks like, and which SAQ type applies to your environment.

Request a gap assessment Our compliance services

Disclaimer: This article is for general informational purposes only and does not constitute legal, regulatory, or professional advice. Cyvra makes no warranty as to the accuracy or completeness of this content, which may not reflect the most current regulatory developments. Readers should seek independent legal and regulatory advice appropriate to their specific circumstances. Cyvra accepts no liability for any loss arising from reliance on this content.