Overview
Network tokens are card-network-issued replacements for raw Primary Account Numbers (PANs). Unlike vault tokens that reference stored data in Yuno’s systems, network tokens are issued by Visa and Mastercard and recognized at the acquirer and issuer level. This guide covers optimization strategies, lifecycle management, and migration best practices.For an introduction to network tokens and basic setup, see Network Tokens.
Network Tokens vs. PAN
Token Lifecycle
Network tokens progress through a defined lifecycle managed by the card networks:Lifecycle Stages
Token provisioning is asynchronous. The first transaction after card storage may use the raw PAN while the network token is being provisioned. Subsequent transactions automatically use the network token.
Authorization Rate Impact
Network tokens typically improve authorization rates by 2-5%. The improvement comes from several factors:- Issuer trust: Issuers recognize network tokens as verified, reducing false declines
- Dynamic cryptograms: Per-transaction cryptograms eliminate replay attacks, increasing issuer confidence
- Automatic card updates: Transactions that would fail due to expired cards succeed because the token maps to the current PAN
Expected Improvement by Use Case
Issuer Support Matrix
Network token acceptance depends on the issuing bank’s participation in the token service:Enabling Network Tokens
1
Navigate to Dashboard > Settings > Card Processing > Network Tokens
2
Enable network tokenization for your merchant account
3
Select target networks (Visa, Mastercard, or both)
Enabling both is recommended for maximum coverage.
4
Configure token provisioning preferences
Choose between automatic provisioning (all eligible cards) or selective provisioning (recurring customers only).
5
Save and verify
Store a test card in sandbox and confirm a
network_token.provisioned webhook event is received.Token Provisioning Flow
Recurring Payment Optimization
Network tokens provide the greatest value for recurring payments (subscriptions, installments):- No expired card failures: When a card is renewed, the network updates the token mapping automatically. The customer does not need to re-enter card details.
- Higher approval rates: Issuers apply less friction to network-tokenized recurring charges.
- Reduced involuntary churn: Fewer payment failures mean fewer subscription cancellations.
When network tokens are enabled, Yuno automatically uses the network token for vaulted card transactions. No changes to your API integration are required.
Token Health Monitoring
Monitor network token health in the Dashboard under Settings > Card Processing > Network Tokens > Token Health:Token vs. PAN Performance Comparison
Track the impact of network tokens in the Dashboard under Analytics > Authorization > Token Comparison:- Approval rate split: Side-by-side approval rates for tokenized vs. non-tokenized transactions
- Decline reason analysis: Compare decline reasons between token and PAN transactions
- Revenue impact: Estimated additional revenue from improved approval rates
Migration Strategy: PAN to Network Tokens
Phase 1: Enable and Provision
- Enable network tokenization in Dashboard
- Tokens are provisioned automatically for new stored cards
- Trigger bulk provisioning for existing vaulted cards via Dashboard > Card Processing > Bulk Provision
Phase 2: Monitor
- Compare approval rates between tokenized and non-tokenized transactions (2-4 weeks)
- Monitor provisioning success rates across card networks
- Review token health dashboard for suspensions or failures
Phase 3: Optimize
- Enable automatic provisioning for all eligible stored cards
- Set up alerts for provisioning failures and token suspensions
- Configure fallback behavior: token first, PAN fallback if token unavailable
Bulk provisioning for existing cards is processed asynchronously. Large portfolios may take several hours to complete. Monitor progress in the Dashboard.
Troubleshooting Token Provisioning Failures
Best Practices
- Enable for all stored cards: Even if not all cards are eligible, the eligible ones benefit immediately.
- Monitor approval rate changes: Track the before/after impact in the Dashboard analytics.
- Combine with 3D Secure: Network tokens and 3DS together provide the highest approval rates and strongest fraud protection.
- Use with recurring payments: Network tokens eliminate the most common cause of recurring payment failure (expired cards).
- Review token health regularly: Monitor provisioning rates and suspension rates to ensure optimal performance.
- Plan for fallback: Ensure your integration handles PAN fallback gracefully when tokens are unavailable.
Issuer Support by Country
Network token support varies significantly across LatAm issuers. The following table shows token service participation for major issuers in each country.Brazil
Mexico
Colombia
Argentina, Chile, and Peru
Issuer support is subject to change as banks continue to adopt token services. Check the Dashboard under Settings > Card Processing > Network Tokens > Issuer Coverage for the most current data. Issuers without token support will process transactions using the vaulted PAN with no disruption.
Fallback Strategy
When network token provisioning or usage fails, the system must gracefully fall back to PAN-based authorization to avoid transaction failures.Fallback Decision Flow
Fallback Scenarios
Retry Logic for Token Failures
Configure token retry behavior in Dashboard > Settings > Card Processing > Network Tokens > Fallback:- Automatic PAN fallback: Enabled by default. When a token-based authorization returns a token-specific decline code, Yuno automatically retries with the vaulted PAN.
- Retry delay: PAN fallback retry occurs immediately (no delay) to minimize customer-facing latency.
- Decline code mapping: Token-specific decline codes (
TOKEN_INVALID,TOKEN_EXPIRED,CRYPTOGRAM_INVALID) trigger fallback. Standard decline codes (insufficient funds, do not honor) do not trigger fallback.
Monitoring Token Provisioning Failures
Track provisioning health in Dashboard > Settings > Card Processing > Network Tokens > Provisioning Log:Token Migration
Migrating from PAN-based stored credentials to network tokens is a phased process. This section provides a detailed migration plan for merchants with existing vaulted card portfolios.Pre-Migration Assessment
Before starting migration, evaluate your portfolio:- Card portfolio size: Count total vaulted cards and active cards (used in last 90 days)
- Network distribution: Break down cards by Visa, Mastercard, and other networks to estimate token eligibility
- Issuer coverage: Cross-reference your top issuers against the issuer support tables above to estimate provisioning success rate
- Baseline metrics: Record current approval rates, decline reasons, and involuntary churn for comparison
Migration Phases
Bulk Provisioning
Trigger bulk provisioning in Dashboard > Card Processing > Bulk Provision:- Select the card portfolio segment (all cards, active-only, specific date range)
- Choose target networks (Visa, Mastercard, or both)
- Set the provisioning batch size (recommended: 5,000 cards per batch for large portfolios)
- Monitor progress in the provisioning log; large portfolios may take several hours