Skip to main content

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:
Not all cards are eligible for network tokenization. Eligibility depends on the issuing bank’s participation. Ineligible cards process normally using the vaulted PAN with no disruption.

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):
  1. 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.
  2. Higher approval rates: Issuers apply less friction to network-tokenized recurring charges.
  3. 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

  1. Enable network tokenization in Dashboard
  2. Tokens are provisioned automatically for new stored cards
  3. Trigger bulk provisioning for existing vaulted cards via Dashboard > Card Processing > Bulk Provision

Phase 2: Monitor

  1. Compare approval rates between tokenized and non-tokenized transactions (2-4 weeks)
  2. Monitor provisioning success rates across card networks
  3. Review token health dashboard for suspensions or failures

Phase 3: Optimize

  1. Enable automatic provisioning for all eligible stored cards
  2. Set up alerts for provisioning failures and token suspensions
  3. 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

Do not retry provisioning for TOKEN_NOT_ELIGIBLE errors. These indicate issuer-level limitations that will not resolve with retries.

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:
  1. Automatic PAN fallback: Enabled by default. When a token-based authorization returns a token-specific decline code, Yuno automatically retries with the vaulted PAN.
  2. Retry delay: PAN fallback retry occurs immediately (no delay) to minimize customer-facing latency.
  3. 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:
A sudden spike in PAN fallback rates may indicate an issuer has suspended token services. Monitor the provisioning log and set up alerts to detect these changes early.

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:
  1. Card portfolio size: Count total vaulted cards and active cards (used in last 90 days)
  2. Network distribution: Break down cards by Visa, Mastercard, and other networks to estimate token eligibility
  3. Issuer coverage: Cross-reference your top issuers against the issuer support tables above to estimate provisioning success rate
  4. 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:
  1. Select the card portfolio segment (all cards, active-only, specific date range)
  2. Choose target networks (Visa, Mastercard, or both)
  3. Set the provisioning batch size (recommended: 5,000 cards per batch for large portfolios)
  4. Monitor progress in the provisioning log; large portfolios may take several hours

Measuring Migration Success

After completing migration, track these metrics over a 4-week window:
Start bulk provisioning with your highest-volume cards first. These generate the most transaction volume and will produce measurable approval rate improvements fastest, helping justify the migration to stakeholders.