Network Tokens vs Vault Tokens: What's the Difference?
If you're evaluating tokenization solutions for your payment infrastructure, you'll encounter two distinct approaches: network tokens and vault tokens. They're not interchangeable, they serve different purposes, and many advanced payment systems use both. Vaultera Vault handles vault tokenization; Vaultera Switch orchestrates network tokens behind the scenes for optimal approval rates.
Understanding the difference is essential if you're building payment logic, integrating with multiple PSPs, or trying to optimize approval rates and reduce fraud. This is the technical deep dive.
What are vault tokens?
A vault token is a surrogate value generated by a Payment Card Industry Data Security Standard (PCI DSS) compliant tokenization vault in place of the original card data.
When a customer enters their card details into your system, the vault cryptographically encrypts the card data and stores it in a secure, certified facility. In return, the vault issues a token—a random or format-preserving string—that represents that card. Your systems store and use the token. The actual card data stays locked in the vault.
Key characteristics of vault tokens:
- Generated by a PCI-certified vault: A third-party service (like Vaultera Vault) generates the token, not the card networks.
- PSP-agnostic: The same vault token can be used with any payment service provider. You're not locked into a specific acquirer.
- Random or format-preserving: Some vaults generate completely random tokens. Others preserve the card's format (last 4 digits, BIN) in the token itself for easier reconciliation.
- Your system owns the relationship: You control which PSP receives the token. You can switch PSPs without re-tokenizing cards.
- Reduces PCI scope: Since your systems never touch actual card data, your PCI compliance burden drops significantly.
Vault tokens are the foundation of modern tokenization. They're what enable you to securely store cards, recurring charges, and multi-PSP processing without handling sensitive card data.
What are network tokens?
A network token is a surrogate value issued by a card network (Visa or Mastercard) specifically for a merchant-card pair relationship.
When a customer's card is eligible for network tokenization, Visa or Mastercard can issue a unique token tied to that specific card and that specific merchant. The network manages the token, not the merchant or PSP.
Key characteristics of network tokens:
- Issued by Visa/Mastercard: The card networks control the token lifecycle.
- Merchant-card pair specific: Each token is typically unique to a combination of the cardholder, the card, and your merchant account. Portability depends on the ecosystem model and provider relationships, but in most setups, the same network token cannot be used across different PSPs.
- Designed to improve approval rates: Network tokens reduce fraud and increase authorization rates because the networks can validate the cardholder's intent.
- Requires direct network relationship: To issue network tokens at scale, you typically need a direct relationship with Visa's or Mastercard's token services.
- Can reduce fraud and chargebacks: Visa and Mastercard both position network tokens as a mechanism to improve authorisation rates and reduce fraud, because the token carries network-level validation of the cardholder's intent.
Network tokens are powerful, but they come with friction: they require direct integration with network token services and they lock you into using the same PSP for each cardholder.
Side-by-side comparison
| Feature | Vault Token | Network Token | |---------|-------------|---------------| | Issued by | PCI-certified tokenization service | Visa/Mastercard networks | | PSP-agnostic | Yes—same token works with any PSP | No—specific to merchant-PSP pair | | Manages token lifecycle | You or your vault provider | Card network | | Approval rate improvement | Indirect (via scope reduction) | Direct (network validation) | | Fraud reduction | Good (reduced PCI scope) | Excellent (network validation) | | Implementation complexity | Straightforward tokenization API | Requires network integration | | Flexibility across PSPs | High—switch PSPs easily | Low—requires network re-tokenization | | What you store | Vault token (your reference) | Network token managed by network |
When to use each approach
Use vault tokens when:
- You process payments through multiple PSPs and need portability.
- You want to minimize implementation complexity while maintaining PCI compliance.
- You're building a payment platform that needs to route transactions across multiple acquirers.
- You need to support recurring billing or subscription models.
- You want the flexibility to switch payment providers without re-tokenizing customer cards.
Use network tokens when:
- You want maximum approval rate improvement.
- You're processing high-fraud categories (like recurring subscription charges or card-on-file transactions).
- You can afford the complexity of integrating with network token services.
- You have a stable, long-term relationship with a specific PSP and won't need to switch.
The best approach: use both
Here's where it gets sophisticated. The most advanced payment platforms use vault tokens and network tokens together.
Your vault (like Vaultera Vault) stores the customer's card and issues a vault token. When it's time to process a payment, your system uses the vault token to request the card from the vault. Behind the scenes, the vault also checks if a network token is available for this card-merchant pair. If it is, the vault sends the network token to the PSP instead of the card data itself.
The result: you get the flexibility and PSP-agnosticism of vault tokenization plus the approval rate and fraud benefits of network tokens.
The flow looks like this:
- Customer enters card → Vault tokenises it (vault token issued).
- You store the vault token in your database as your merchant-side reference.
- At charge time, you send the vault token to your tokenisation provider.
- The provider checks: is a network token available for this card at this merchant?
- The orchestration/token layer decides whether to present a network token, the underlying credential, or another provider-supported path to the selected PSP.
- PSP processes the transaction using whichever method is most advantageous for that route.
This requires a tokenization provider sophisticated enough to bridge vault tokens and network tokens. Many don't bother. The integration is complex, and most payment platforms optimize for one or the other.
But the best payment infrastructures handle both.
Vaultera's approach
Vaultera Vault handles vault tokenization at PCI DSS Level 1 certification. You integrate with Vaultera, customers' cards are tokenized and stored securely, and your system uses vault tokens for all PSP interactions.
And here's the critical part: Vaultera understands network tokens. When a card is eligible for network tokenization, Vaultera can coordinate with the card networks to issue network tokens as well. Your system gets vault tokens for flexibility, but when you route transactions through Vaultera Switch (our orchestration platform), the system automatically uses network tokens where available to maximize approval rates and minimize fraud.
You don't manage the network token lifecycle. You don't integrate directly with Visa's or Mastercard's token services. Vaultera handles that complexity for you. Your platform gets the benefits of both approaches—flexibility from vault tokens, optimization from network tokens—without the implementation burden.
This is what sophisticated tokenization looks like: layered, flexible, and optimized.
Need both vault tokens and network tokens without doubling your integration work? Vaultera Vault + Vaultera Switch gives you the flexibility of vault tokenization and the optimization of network tokens in a single integration.
Related Articles
Encryption vs Tokenisation: Which One Actually Protects Your Business?
Encryption hides card data. Tokenisation removes it from your systems entirely. Learn the critical difference — and which approach actually reduces your PCI burden.
What Is Tokenisation? The Casino Chip Explanation
Tokenisation swaps sensitive card data for a meaningless token. Learn how it works using the casino chip analogy — and why it matters for PCI compliance.