Security ← All terms

Tokenization

Definition

Tokenization replaces sensitive card data with a non-sensitive token for storage and processing, reducing PCI DSS scope and limiting fraud from data breaches.

Payment tokenization is the process of replacing sensitive card data (the 16-digit primary account number, or PAN) with a non-sensitive placeholder value called a token. Tokens can be stored and transmitted without exposing the actual card number, reducing PCI DSS scope and fraud risk. There are two main forms: network tokenization (tokens issued by Visa or Mastercard, tied to a device or merchant) and PSP/gateway tokenization (tokens issued by the payment processor, valid only within their system). Network tokens have been shown to improve authorization rates by 2–4% compared to raw PAN transactions.

Tokenization has become a foundational layer of modern payment security and — increasingly — a tool for authorization rate optimization. Understanding the difference between tokenization types and their respective benefits helps merchants and operators make better infrastructure decisions.

Network Tokenization vs. PSP Tokenization

Network tokens (also called EMV Payment Tokens) are issued directly by Visa (Token Service Provider via Visa Token Service) and Mastercard (through their MDES system). These tokens are:

  • Cryptographically linked to the original PAN.
  • Domain-restricted (tied to a specific merchant or device).
  • Updated automatically when the card is reissued (lifecycle management).
  • Recognized by issuers as higher-quality credentials, leading to better authorization decisions.

PSP tokens (also called vault tokens) are issued by the payment processor and are valid only within that processor’s system. They reduce PCI scope for the merchant but do not carry the issuer-recognition benefits of network tokens.

Authorization Rate Impact

Network tokenization consistently outperforms raw PAN transactions on authorization rates. The reasons:

  1. Issuer recognition: Issuers receive richer metadata with tokenized transactions, including cryptographic proof of the payment instrument.
  2. Lifecycle management: Network tokens survive card reissues (new card number after fraud or expiry) — reducing declines from outdated stored credentials.
  3. Device binding: Domain restrictions reduce fraud signals associated with card-testing attacks.

Adyen has published data showing network tokenization improving authorization rates by 2–4 percentage points on recurring and card-on-file transactions. For merchants with significant subscription or marketplace volumes, this represents material revenue recovery.

PCI DSS Scope Reduction

Storing raw PANs requires full PCI DSS Level 1 compliance — quarterly network scans, annual audits, penetration testing. Tokenization eliminates the need to store the PAN entirely, significantly reducing the scope (and cost) of PCI compliance.

Merchants who store tokens (rather than PANs) for recurring billing, one-click checkout, or card-on-file scenarios shift the PCI burden to the PSP’s secure vault environment.

Implementation Considerations

  • Provider lock-in: PSP tokens are non-portable — switching PSPs requires re-tokenizing your entire card-on-file database, which typically requires direct cardholder re-consent.
  • Network token APIs: Stripe, Adyen, and Checkout.com all offer network tokenization through their SDKs. The merchant-facing implementation is straightforward; the complexity is in the card network integrations that the PSP handles.
  • 3DS2 interaction: Network tokens carry forward 3DS2 authentication values when stored credentials are used for subsequent transactions, helping maintain the liability shift on recurring payments.

Related terms