Security

PCI DSS Basics

A plain-language look at the standard behind card data security, and what it means for the platform you choose.

By Midcove Editorial Team, Payments & Risk · Last updated: August 7, 2026

PCI DSS stands for Payment Card Industry Data Security Standard. It’s the set of security requirements the major card networks created to protect cardholder data wherever it’s stored, processed, or transmitted — and if your business accepts card payments in any form, PCI DSS compliance applies to you. It isn’t a law passed by a government; it’s an industry standard that processors, gateways, and merchants agree to follow as a condition of being able to accept card payments at all.

For most merchants, the standard feels intimidating from a distance: twelve requirements, multiple merchant levels, a stack of acronyms like SAQ, QSA, and ASV. Up close, the logic is simpler than it looks. The card networks want card data encrypted, access to it limited and logged, the systems around it kept secure and tested, and a written record that someone is actually responsible for all of it.

This guide walks through the PCI DSS basics in plain language: what the standard is and who enforces it, who it applies to, how merchant levels and SAQs work, what the six goals and twelve requirements actually ask for, and — most usefully — how the software choices you make can shrink the amount of compliance work that lands on your desk.

In this guide:

What PCI DSS Is and Who Enforces It

The standard is maintained by the PCI Security Standards Council, an independent body founded in 2006 by the major card brands — Visa, Mastercard, American Express, Discover, and JCB. The Council writes and updates the standard, publishes the official documents, and certifies the assessors and scanning vendors who validate compliance.

Here’s the part that surprises people: the Council doesn’t enforce anything. Enforcement flows through your payment ecosystem. The card brands set compliance programs, your acquiring bank (the bank behind your merchant account) is responsible for making sure the merchants it sponsors comply, and your processor or gateway passes those obligations down to you through your merchant agreement. If you fall short, consequences come from your acquirer — not from a regulator.

At a high level, PCI DSS is organized around a few core ideas: keep cardholder data secure with encryption, limit who and what can access that data, secure the networks that carry it, monitor and test systems on an ongoing basis, and maintain clear policies for how all of this is managed. It’s less a single checklist and more a framework that touches nearly every part of how a business handles payments.

Who PCI DSS Applies To

PCI DSS applies to any business that stores, processes, or transmits cardholder data, regardless of size. That includes a small shop running a handful of card-not-present transactions a month and a large enterprise processing thousands of transactions a day. The specific validation steps scale with transaction volume, but the underlying obligation to protect card data applies broadly across the industry.

It also applies to the vendors and platforms merchants rely on. A payment gateway, a CRM that displays transaction data, and a virtual terminal that keys in card-not-present orders are all touching cardholder data in some form, which means the standard’s principles apply to how those tools are built, not just to the merchant using them.

A useful mental model is “scope.” Your PCI scope is every system, person, and process that touches cardholder data or could affect the security of the systems that do. A laptop where staff key in phone orders is in scope. A spreadsheet with card numbers saved “just in case” is very much in scope — and a common audit failure. The less of your business that touches raw card data, the smaller your scope, and the lighter your compliance burden.

Merchant PCI Levels and SAQs, in Plain Language

Every merchant has the same obligation to protect card data, but not every merchant validates compliance the same way. That’s where merchant PCI levels and SAQs come in.

Merchant levels: how much proof you owe

Each card brand sorts merchants into levels, roughly by annual transaction volume. The exact thresholds vary by brand, so your acquirer or processor tells you which level applies to you — but the pattern is consistent:

  • Level 1 covers the largest merchants (generally those processing millions of transactions a year, or any merchant that has suffered a data breach). Level 1 merchants typically need a formal annual assessment by a Qualified Security Assessor (QSA), resulting in a Report on Compliance.
  • Levels 2–4 cover everyone else, in descending order of volume. These merchants generally validate through a Self-Assessment Questionnaire instead of a full on-site audit, sometimes with quarterly network scans by an Approved Scanning Vendor (ASV) depending on how they accept cards.

Most small and mid-sized businesses land in Level 3 or 4. The obligation to be compliant is identical at every level; what changes is how formally you have to prove it.

SAQs: which questionnaire matches your setup

The Self-Assessment Questionnaire (SAQ) is exactly what it sounds like: a structured set of yes/no questions about your security practices, which you complete and attest to annually. The Council publishes several SAQ types, and the one you fill out depends on how card data flows through your business. In broad strokes:

  • SAQ A is the shortest, for merchants who fully outsource card handling — for example, an e-commerce site that redirects customers to a third party’s payment page and never touches card data itself.
  • SAQ A-EP applies to e-commerce merchants whose own website affects how the payment page works, even if a third party processes the payment.
  • SAQ B and B-IP cover merchants using standalone payment terminals with no electronic storage of card data.
  • SAQ C and C-VT cover merchants using internet-connected payment applications or a web-based virtual terminal on a dedicated workstation.
  • SAQ D is the longest, for merchants who store cardholder data electronically or don’t fit a simpler category.

The practical lesson: the SAQ you qualify for is a direct consequence of your architecture. Merchants who never store card numbers and outsource as much card handling as possible answer far fewer questions than merchants who keep card data in their own systems. When in doubt, confirm your SAQ type with your acquirer — they make the final call.

The 6 Goals and 12 Requirements, Summarized Honestly

The standard organizes its twelve requirements under six goals. You don’t need to memorize the control-by-control detail — that’s what the official documents on the Council’s site are for — but knowing the shape of the standard makes every compliance conversation easier:

Goal Requirements, in plain terms
Build and maintain secure networks and systems 1. Install and maintain network security controls (firewalls and their modern equivalents). 2. Don’t run systems on vendor default passwords and settings — apply secure configurations.
Protect account data 3. Protect any stored cardholder data — and don’t store it at all unless you truly need to. 4. Use strong cryptography when card data crosses open, public networks.
Maintain a vulnerability management program 5. Protect systems against malware. 6. Develop and maintain secure systems and software, and patch known vulnerabilities.
Implement strong access control measures 7. Restrict access to card data to people with a business need to know. 8. Identify users and authenticate access — unique IDs, strong authentication. 9. Restrict physical access to card data.
Regularly monitor and test networks 10. Log and monitor all access to systems and cardholder data. 11. Test the security of systems and networks regularly.
Maintain an information security policy 12. Support all of the above with written policies and programs, so security is an organizational practice rather than one person’s habit.

Read as a whole, the twelve requirements describe basic security hygiene applied specifically to card data: encrypt it, limit access to it, keep the surrounding systems healthy, watch what happens, and write it all down. None of it is exotic — the challenge is doing it consistently, which is exactly why reducing how much of your business touches card data matters so much.

How Software Choices Reduce Your PCI DSS Compliance Scope

This is where PCI DSS compliance stops being an abstract obligation and becomes a series of practical decisions. Every requirement applies to your cardholder data environment — so the single most effective compliance move is shrinking that environment.

Tokenization: work with references, not card numbers

Tokenization replaces the primary account number (PAN) with a token — a reference value that’s useless to a thief but lets you run refunds, recurring billing, and reporting against the original transaction. When your platform stores tokens from your gateway instead of raw card numbers, a breach of that platform doesn’t expose usable card data, and the systems holding only tokens carry far less compliance weight than systems holding PANs.

Don’t store what you don’t need

The standard is blunt on this point: the best protection for stored card data is not storing it. Many businesses accumulate card numbers by accident — in email threads, support tickets, exported spreadsheets, call recordings. Each copy expands your scope and your risk. Card data security improves fastest when raw numbers simply never land in your systems, and good platform design makes that the default rather than a discipline your staff has to maintain.

Let the gateway and platform carry the heavy controls

When card entry, encryption, and storage happen inside your gateway and a well-built platform layered on top of it, many of the hardest requirements — encryption key management, secure storage, network segmentation around card data — become their problem to engineer and yours to verify. You still own your compliance, but your validation typically gets shorter and simpler. This is the same logic behind layering your defenses generally: dedicated payment fraud prevention software stops bad transactions before they become breaches or disputes, and a broader merchant risk management practice keeps your exposure visible over time. Weak card data security has downstream costs too — compromised cards turn into disputes, and our guide to how chargebacks work shows how expensive that cycle gets.

What to Look For in a Payment Platform

Merchants evaluating a payment gateway CRM or any tool that touches card data don’t need to become PCI experts, but a few practical questions go a long way:

  • Is data encrypted both in transit and at rest, not just at the point of entry?
  • Does the platform use tokenization, working with a token from your processor instead of storing raw card numbers, so a breach of the platform doesn’t expose usable card data?
  • Are there role-based access controls and audit logs, so you can see who viewed, refunded, or changed a transaction and when?
  • Does the vendor describe its practices in specific terms, rather than vague claims of being “secure,” and are those practices designed to align with PCI DSS requirements?
  • Does it reduce your scope in practice — keeping card entry inside the gateway’s secure flow and keeping raw PANs out of your reports, exports, and screens?

Midcove is built with these principles in mind: encryption in transit and at rest, tokenized card data instead of stored raw numbers, and role-based access controls with audit logging. Because Midcove connects to the merchant account you already have with NMI, Authorize.Net, Stripe, or PayPal, security is layered across both the platform and the gateway you’ve chosen — and there’s no new underwriting to slow you down. You can read exactly how this works on our PCI DSS compliance and security page.

The Takeaway

PCI DSS exists to keep card payments trustworthy for everyone involved: merchants, processors, and cardholders. It’s enforced through your acquirer rather than a regulator, it scales its validation demands to your size and setup, and its twelve requirements boil down to disciplined security hygiene around card data.

You don’t need to memorize every requirement to make good decisions. Focus on shrinking your scope: choose platforms that encrypt data properly, tokenize instead of storing raw card numbers, and show you exactly who has access to sensitive information. The smaller the part of your business that touches card data, the shorter your questionnaire, the lower your risk, and the more time you spend running the business instead of documenting it.

Frequently Asked Questions

What does PCI DSS stand for?

PCI DSS stands for Payment Card Industry Data Security Standard. It’s the set of security requirements maintained by the PCI Security Standards Council to protect cardholder data wherever it is stored, processed, or transmitted.

Is PCI DSS compliance legally required?

PCI DSS is an industry standard, not a government law. It’s contractually required through your merchant agreement: your acquiring bank and processor make compliance a condition of accepting card payments, so in practice it’s mandatory for any business that takes cards.

Who enforces PCI DSS?

The PCI Security Standards Council writes and maintains the standard, but enforcement comes from the card brands and your acquiring bank. If a merchant falls short, consequences such as fines or restrictions flow through the acquirer and processor, not from the Council itself.

What are merchant PCI levels?

Merchant levels are tiers, set by each card brand and based roughly on annual transaction volume, that determine how formally you must validate compliance. The largest merchants (Level 1) typically need an annual assessment by a Qualified Security Assessor; smaller merchants usually self-assess with a questionnaire. Your acquirer confirms which level applies to you.

What is an SAQ and which one do I need?

An SAQ (Self-Assessment Questionnaire) is the annual questionnaire most small and mid-sized merchants use to validate PCI DSS compliance. Which SAQ you complete depends on how card data flows through your business — fully outsourced setups qualify for the short SAQ A, while merchants who store card data electronically face the much longer SAQ D. Your acquirer or processor makes the final determination.

What happens if I’m not PCI compliant?

Consequences come through your acquirer and can include monthly non-compliance fees, fines passed down from the card brands, higher processing costs, and in serious cases losing the ability to accept cards. If a breach occurs while you’re non-compliant, you can also face investigation costs and liability for fraudulent charges.

What is tokenization and how does it help with compliance?

Tokenization replaces a card’s primary account number with a token — a reference value that supports refunds, recurring billing, and reporting but is useless to a thief. Systems that store only tokens instead of raw card numbers carry far less compliance weight and expose no usable card data if breached.

Does using a compliant gateway or platform make me PCI compliant?

No — compliance responsibility always stays with the merchant. Using well-built, security-aligned vendors dramatically reduces your scope and simplifies your validation, but you still need to complete your own attestation and keep your own practices (like not storing card numbers in emails or spreadsheets) in order.

How often do I need to validate PCI DSS compliance?

Validation is annual: you complete your SAQ (or formal assessment, for the largest merchants) and attest to it each year. Depending on how you accept cards, you may also need quarterly network scans by an Approved Scanning Vendor. Compliance itself is continuous — the annual paperwork just documents it.

How does Midcove approach PCI DSS?

Midcove is built to align with PCI DSS requirements: card data is tokenized rather than stored as raw numbers, data is encrypted in transit and at rest, and role-based access controls with audit logging track who touched every transaction. Because Midcove works with the gateway account you already have, that security layers on top of your gateway’s own protections.

See how Midcove approaches security

Encryption, tokenization, and access controls built to align with PCI DSS.