A working walkthrough of the six goals and twelve requirements of the Payment Card Industry Data Security Standard v4.0 — Requirements 1–12 — anchored to the March 31 2025 retirement of v3.2.1, the future-dated v4.0 controls (Req 8.4.2 MFA, Req 11.6.1 payment-page tamper detection, Req 12.5.1 targeted risk analysis), and current card-brand enforcement posture.
PCI DSS 4.0 was published in March 2022 by the PCI Security Standards Council (PCI SSC). v3.2.1 was retired on March 31, 2025. As of mid-2026, every merchant and service provider that stores, processes, or transmits cardholder data is expected to validate against v4.0 — the Defined Approach, the Customized Approach, or a hybrid of the two.
The most important migration dates sit on a single line: v3.2.1 was retired on March 31, 2025. From that date forward, every new attestation of compliance is required to be against v4.0. Brands and acquirers no longer accept v3.2.1 Reports on Compliance (ROC) or v3.2.1 Self-Assessment Questionnaires (SAQ). ComplianceStack flags v3.2.1 attestations as a top-priority remediation gap for any merchant discovered still on the v3.2.1 baseline.
The largest structural change in v4.0 is the new Customized Approach. Under v3.2.1, an entity that could not meet a requirement verbatim had two options: implement the requirement's Defined Approach in full, or document a Compensating Control that achieved the requirement's stated intent via alternative means. v4.0 retains the Defined Approach but replaces Compensating Controls with the Customized Approach — a documented, ongoing risk analysis showing how the alternative control achieves the requirement's Customized Approach Objective. ComplianceStack's PCI-DSS risk calculator captures Customized Approach documentation as a first-class deliverable alongside the standard Defined Approach attestation.
Three future-dated v4.0 controls became mandatory on March 31, 2025 and remain in force mid-2026: Req 8.4.2 (multi-factor authentication for all access into the cardholder data environment, not just admin and remote), Req 11.6.1 (change- and tamper-detection on payment pages), and Req 12.5.1 (targeted risk analysis on a 12-month cadence for any control using the Customized Approach). ComplianceStack notes that these three controls are the highest-frequency gap items in v4.0 assessments and the most-cited deficiencies in brand-level compliance reviews.
The PCI SSC has additionally issued v4.0.1 errata clarifying wording on authentication, e-commerce skimming (the Req 6.4.3 payment-page script control), and targeted risk-analysis scope. ComplianceStack tracks v4.0 and v4.0.1 as a single effective baseline for merchant and service-provider attestation.
PCI DSS v4.0 organizes the standard into six goals covering twelve requirements (Req 1 through Req 12). The organization is unchanged from v3.2.1 — what changed is the expanded sub-requirements under each Req, particularly under Req 6 (secure development), Req 8 (authentication), Req 10 (logging), Req 11 (testing), and Req 12 (policy).
Seven Req items in v4.0 represent the substantive v4.0-only scope expansion — controls that did not exist in v3.2.1, were scope-limited in v3.2.1, or were best-practice-deprecated controls that v4.0 elevates to mandatory. ComplianceStack treats these seven as the PCI-DSS risk calculator's "v4.0 control group" for prioritized gap analysis.
The single most-cited storage control across every PCI version. v4.0 codifies that the PAN must be rendered unreadable wherever it is stored — via one-way hashing, truncation, index tokens, or strong cryptography. The control pairs directly with Req 3.2 (no SAD stored after authorization) and Req 3.3 (display masking). ComplianceStack tracks which storage locations in the merchant environment still hold clear-text PAN (most commonly: analytics exports, BI tools, data lake copies, development fixtures) and maps each to the appropriate unreadable method.
The transmission-security headline. Effective with v4.0, cardholder data transmitted over open (untrusted, typically internet-exposed) networks must be encrypted with strong cryptography — operated to render the data unreadable, undecipherable, and resistant to cryptanalytic attack. TLS 1.2 with strong cipher suites (TLS 1.3 preferred) is the operational baseline. v3.2.1 permitted broader guidance; v4.0 closes the loophole on legacy TLS 1.0 and 1.1 for any CDE leg.
The central anti-skimming control of v4.0. Req 6.4.3 requires: (a) an inventory of every script loaded into a payment page, with a written justification for why each script is necessary; (b) a method to confirm the integrity of each script (subresource integrity hashes, real-time script-content monitoring, or equivalent); (c) a method to confirm each script is authorized. The control exists specifically to address Magecart-style e-commerce skimming attacks that compromise the payment page without compromising the server. Most in-house payment pages load dozens of third-party scripts (analytics, A/B testing, chat, tag managers, fraud scoring, ad pixels); ComplianceStack's pay-page script inventory is the operationally expensive deliverable that organizations consistently underestimate.
The headline v4.0 expansion. v3.2.1 limited MFA to "all non-console administrative access" and "all remote network access" — the practical effect was MFA for IT administrators reaching the CDE from outside. v4.0 sweeps in EVERY form of access into the CDE, including on-site user workstations inside the CDE (cashiers, pharmacy workstations, healthcare-billing workstations, payment kiosks), service-desk technicians, and any third-party user. ComplianceStack's MFA gap analysis surveys every distinct user category that touches CDE-bearing systems, not just the IT admin perimeter.
v3.2.1 was silent on the question of how to log administrative changes to the authentication system itself. v4.0 adds Req 10.2.1.5 to require that every change to authentication and identification mechanisms — new user creation, privilege elevation, credential resets, MFA-factor enrollment, credential revocation, group membership changes — be captured in the audit trail. ComplianceStack's Req 10.2.1.5 deliverable is a SIEM-mapped audit-trail confirming that each authentication-event class is logged with the time-synchronized source-of-truth event.
The Req 11 counterpart to Req 6.4.3. Req 11.6.1 requires a mechanism that detects unauthorized changes to payment-page HTTP headers and payment-page contents, and alerts on any change. Common implementations use browser-side scripts that fingerprint the page from inside the customer browser and report back to a server-side anomaly engine, or out-of-band HTTP fetchers that compare a known-good baseline against the live page. ComplianceStack's Req 11.6.1 deliverable pairs with the Req 6.4.3 script-inventory to form a defense-in-depth anti-skimming posture.
The Customized Approach's annual bookend. Any organization that implements a control via the Customized Approach must perform a targeted risk analysis for that control on at least a 12-month cadence documenting the threat, the implemented control, and the residual risk. The analysis must be re-performed annually and when there are significant changes to the threat or the control environment. ComplianceStack packages this as a recurring deliverable that fits inside the broader Req 12 organizational policy program.
PCI SSC uses merchant / service-provider tiers to gate the evidence required. The Visa tiering is the de-facto standard adopted in parallel by Mastercard, American Express, and Discover.
ComplianceStack recommends treating SAQ selection as a function of three variables: commerce model (e-commerce vs card-present), data handling (does the merchant store, process, or transmit cardholder data or only redirect to a PCI-compliant processor), and integration type (P2PE hardware, virtual terminal, payment iframe, fully outsourced). The eight SAQ types are: SAQ-A (e-commerce fully outsourced to PCI-DSS-compliant processor — lightest scope); SAQ-A-EP (e-commerce where merchant's site captures payment data but data is not stored, processed, or transmitted); SAQ-B (standalone dial-out terminal or imprint machine only); SAQ-B-IP (standalone IP-connected terminal); SAQ-C (payment application systems connected to the Internet — no e-commerce); SAQ-C-VT (virtual-terminal-only merchants); SAQ-D-Merchant (all other merchants — effectively Req 1-12); and SAQ-D-Service Provider (for service providers). SAQ-P2PE-HW is the P2PE-hardware-only variant for merchants using a validated P2PE solution.
Three dates govern merchant and service-provider v4.0 enforcement.
Acquirers report brand-level enforcement to Visa, Mastercard, American Express, and Discover. Mid-2026 enforcement posture reflects a maturing v4.0 audit pool — v4.0-only deficiencies (Req 6.4.3 script inventory, Req 8.4.2 MFA scope, Req 10.2.1.5 authentication-event audit log, Req 11.6.1 page tamper detection, Req 12.5.1 targeted risk analysis) are the most-cited gaps. ComplianceStack notes that acquirers are increasingly unwilling to accept Customized Approach documentation without a defensible targeted risk analysis under Req 12.5.1.
PCI DSS non-compliance is enforced by the four card brands in parallel through monthly fines, forensic investigation costs, mandatory re-assessments, and — at the top of the pyramid — revocation of card acceptance rights. ComplianceStack tracks the cumulative brand-level fine exposure as a function of (1) the time-window of non-compliance, (2) whether the trigger is a routine audit gap or a breach, and (3) the merchant's level and integration scope.
Visa's Merchant Compliance Charge (MCC) program is the operative template. Mastercard, American Express, and Discover run parallel regimes with similar tiered escalation. ComplianceStack provides the per-brand matrix below:
| Brand | Tier 1 (Initial) | Tier 2 (3 mo) | Tier 3 (6 mo) | Tier 4 (Continued) |
|---|---|---|---|---|
| Visa (MCC) | $5,000 / month | $25,000 / month | $50,000 / month | $100,000 / month |
| Mastercard | $5,000 / month | $25,000 / month | $50,000 / month | $100,000 / month |
| American Express | $5,000 / month | $25,000 / month | $50,000 / month | $100,000 / month |
| Discover | $5,000 / month | $25,000 / month | $50,000 / month | $100,000 / month |
Fines are per brand, per month, until compliant. A merchant carrying Visa + Mastercard + Amex + Discover and remaining non-compliant for six months accumulates brand-tier-3 fines across all four brands simultaneously. ComplianceStack treats brand-quad-fine exposure at the maximum Tier 4 as the contingency ceiling of any PCI-DSS remediation budget.
A suspected or confirmed cardholder-data breach triggers a mandatory PCI Forensic Investigator (PFI) engagement. PFI engagements typically cost $20,000 to $100,000+ depending on environment scope, transaction volume, and the number of systems that must be imaged and analyzed. The PFI emission a final report (per PCI SSC PFI reporting requirements) that is filed with the affected brands and becomes part of the merchant's permanent compliance record. ComplianceStack recommends budgeting $100K as a conservative default contingency for any PCI-DSS gap analysis where there is breach exposure.
Following a confirmed breach or persistent non-compliance, the brand may require a Level 1 Onsite Re-Assessment by a QSA, billed separately and typically $40,000 to $75,000+ depending on environment scope. The re-assessment produces a fresh ROC that the merchant must remediate to closure. Multiple re-assessments can be required in sequence if the initial ROC identifies material gaps.
At the top of the pyramid sits the termination right: any brand may revoke the merchant's right to accept that brand's cards entirely. Termination is invoked for prolonged non-compliance, for breaches where remediation evidence is inadequate, or for service providers whose customer merchants suffer breaches attributable to the service provider's environment. ComplianceStack treats termination as the headline contingency — card-acceptance termination is an existential event for any card-present retail business.
Four ComplianceStack tools pair directly with this pillar guide. The free PCI compliance pulse is the lightweight diagnostic (under 2 minutes); the multi-framework free assessment covers PCI-DSS alongside HIPAA / SOX / GDPR / OSHA / SEC; the deep PCI-level assessment produces an SAQ map; and ComplianceStack pricing covers audit-ready deliverable upgrades.
Run the free ComplianceStack PCI-DSS compliance pulse at /pci-compliance-pulse. Under 2 minutes, no email or signup required. Instant PCI-DSS risk score (Low / Moderate / High / Critical), every Req 1–12 control mapped, and the top three v4.0-specific remediation actions ranked by likelihood times impact — with Req 8.4.2 MFA scope and Req 6.4.3 payment-page script inventory surfaced as the highest-leverage gaps. ComplianceStack delivers this in under 5 minutes.
Run the Free PCI-DSS Assessment →The ComplianceStack free compliance assessment at /free-compliance-assessment scores PCI-DSS alongside HIPAA / SOX / GDPR / OSHA / SEC / FINRA in a single 10-question instrument. Useful for any organization whose compliance scope spans PCI-DSS + HIPAA (healthcare-adjacent retailers, pharmacy chains, healthcare payment platforms). Output: every-framework risk score and a cross-framework remediation map.
Open the Multi-Framework Assessment →ComplianceStack's PCI-DSS framework landing page at /frameworks/pci-dss gives the regulatory framing, current brand-level enforcement posture, the v4.0 vs v3.2.1 migration timeline, and cross-links to every PCI-specific ComplianceStack tool.
Open the PCI-DSS Framework Page →Upgrade from the free assessment to a ComplianceStack audit-ready report ($49–$149), remediation action plan ($79), or 90-day roadmap ($299) for documented output that satisfies the v4.0 Customized Approach Req 12.5.1 targeted risk-analysis deliverable and is defensible at any acquirer or brand-level compliance review.
View Pricing →ComplianceStack pairs every PCI-DSS 4.0 Requirement (Req 1–12) with its NIST SP 800-53 Rev 5 control-family counterpart, its HIPAA Security Rule safeguard (where the merchant or service provider touches PHI or operates in healthcare-adjacent scope), and its SOC 2 Trust Services Criterion. Pair this crosswalk with the two outbound pillar references below so a Req 8.4.2 MFA cell, a Req 10 audit log, and a Req 11.6.1 payment-page tamper-detection cell all resolve to a defensible multi-framework evidence row from one table.
| PCI-DSS 4.0 Requirement | NIST SP 800-53 r5 Control Family | HIPAA Security Rule safeguard (45 CFR §164, healthcare-adjacent scope) | SOC 2 Trust Services Criterion | Primary-source citation |
|---|---|---|---|---|
| Req 1 — Install and maintain network security controls | SC-7 Boundary Protection + SC-5 DoS Protection + AC-4 Information Flow Enforcement | — | CC6.6 | PCI DSS v4.0 (PCI SSC, March 2022) / NIST SP 800-53 Rev 5 |
| Req 2 — Apply secure configurations to all system components | CM-6 Configuration Settings + CM-2 Baseline Configuration + SI-2 Flaw Remediation | — | CC8.1 + CC7.3 | PCI DSS v4.0 / NIST SP 800-53 Rev 5 |
| Req 3 — Protect stored account data | SC-28 Protection of Information at Rest + SC-13 Cryptographic Protection | §164.312(a)(2)(iv) Encryption | CC6.3 | PCI DSS v4.0 / 45 CFR §164.312 / NIST SP 800-53 Rev 5 |
| Req 4 — Protect cardholder data with strong cryptography during transmission over open networks | SC-8 Transmission Confidentiality & Integrity + SC-13 Cryptographic Protection | §164.312(e)(2)(ii) Transmission Security / Encryption | CC6.6 + CC6.7 | PCI DSS v4.0 / 45 CFR §164.312(e) / NIST SP 800-53 Rev 5 |
| Req 6 — Develop and maintain secure systems and software | SA-15 Development Process / Configuration Management + SI-2 Flaw Remediation | — | CC8.1 | PCI DSS v4.0 / NIST SP 800-53 Rev 5 |
| Req 7 — Restrict access to system components and cardholder data by business need to know | AC-6 Least Privilege + AC-2 Account Management | — | CC6.1 + CC6.3 | PCI DSS v4.0 / NIST SP 800-53 Rev 5 |
| Req 8 — Identify users and authenticate access to system components | IA-2 Identification & Authentication (Multi-Factor) + IA-5 Authenticator Management | §164.312(a)(2)(i) Unique User ID + §164.312(d) Person/Entity Authentication | CC6.1 | PCI DSS v4.0 / 45 CFR §164.312(a)/(d) / NIST SP 800-53 Rev 5 |
| Req 9 — Restrict physical access to cardholder data | PE-2 Physical Access Authorizations + PE-3 Physical Access Control | §164.310(a) Facility Access Controls | CC6.4 | PCI DSS v4.0 / 45 CFR §164.310(a) / NIST SP 800-53 Rev 5 |
| Req 10 — Log and monitor all access | AU-2 Auditable Events + AU-6 Audit Review + AU-12 Audit Generation | §164.312(b) Audit Controls | CC7.1 + CC7.2 | PCI DSS v4.0 / 45 CFR §164.312(b) / NIST SP 800-53 Rev 5 |
| Req 11 — Test security of systems and networks regularly | CA-8 Penetration Testing + SI-2 Flaw Remediation + RA-5 Vulnerability Scanning | — | CC7.1 + CC4.1 | PCI DSS v4.0 / NIST SP 800-53 Rev 5 |
| Req 12 — Support information security with organizational policies and programs | PM-1 Information Security Program Plan + AT-2 Awareness Training + IR-1 Incident Response Policy | §164.308(a)(1)(ii)(B) Risk Management + §164.308(a)(5) Training | CC1.2 + CC1.4 | PCI DSS v4.0 / 45 CFR §164.308(a) / NIST SP 800-53 Rev 5 |
Pair this crosswalk with the two other pillar references below. The HIPAA safeguard cells apply only to the Reqs flagged for healthcare exposure (Reqs 3, 8, 9, 10, 12 — encryption / authentication / facility / audit / policy); other Reqs are merchant-environment-agnostic and source only from PCI-DSS, NIST SP 800-53 r5, and the AICPA Trust Services Criteria.
The ComplianceStack SOC 2 pillar at /pillar/soc2 walks the AICPA Trust Services Criteria CC1–CC9 across the five Categories (Security, Availability, Processing Integrity, Confidentiality, Privacy), maps every CC6/CC7 cell to its PCI-DSS 4.0 Req-side counterweight, and pairs the CC6.1 + CC7.1 baseline with the supporting Req 1-12 evidence package from this pillar.
Open the SOC 2 Pillar Guide →The ComplianceStack CMMC 2.0 pillar at /pillar/cmmc walks the 14 control families (AC + AT + AU + CM + IA + IR + MA + MP + PE + PL + PS + RA + SA + SC + SI) and pairs Req 11 testing (CA-8 + SI-2 + RA-5) with the CMMC AU / IA / SC family mapping for span-of-control DIB contractors handling both cardholder data and CUI.
Open the CMMC 2.0 Pillar Guide →