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

CharacteristicPANNetwork Token
FormatRaw card numberNetwork-issued token (same format)
Card updatesFails when card expires or is reissuedAutomatically updated by the network
Fraud protectionStatic credentialsDynamic cryptogram per transaction
Issuer trust levelStandardElevated (network-verified)
Interchange ratesStandardPotentially reduced
PCI scopeFull PAN in scopeReduced scope (token is not reusable without cryptogram)

Token Lifecycle

Network tokens progress through a defined lifecycle managed by the card networks:

Lifecycle Stages

StageDescriptionAction Required
ProvisioningToken requested from network after card storageNone (automatic)
ActiveToken is valid and used for transactionsMonitor health
RefreshCard updated (new expiry, reissued). Token mapping updatedNone (automatic)
SuspendedIssuer temporarily disables the tokenFalls back to PAN; monitor for reactivation
DeactivatedToken permanently invalidatedRequest new card from customer
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

Use CaseTypical LiftNotes
Recurring payments+3-5%Greatest impact due to card expiry handling
Stored credential (COF)+2-4%Improved issuer trust
One-time payments+1-2%Moderate lift from cryptogram trust
Cross-border+2-3%Reduced fraud-related declines

Issuer Support Matrix

Network token acceptance depends on the issuing bank’s participation in the token service:
NetworkService NameRegionsCoverage
VisaVisa Token Service (VTS)Global85%+ of Visa issuers
MastercardMastercard Digital Enablement Service (MDES)Global80%+ of Mastercard issuers
American ExpressAmex Token ServiceUS, EU, LATAM60%+ of Amex issuers
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.
POST /v1/payments
{
  "amount": { "currency": "USD", "value": 29.99 },
  "country": "CO",
  "payment_method": {
    "vaulted_token": "tok_card_abc123"
  },
  "payment_type": "RECURRING",
  "merchant_order_id": "sub-renewal-456"
}
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:
MetricDescriptionHealthy Range
Provisioning success ratePercentage of cards that receive a network tokenAbove 70%
Active token countNumber of currently active tokensGrowing over time
Suspension ratePercentage of tokens suspended by issuersBelow 5%
Auto-refresh successPercentage of card updates handled automaticallyAbove 95%
Token utilizationPercentage of eligible transactions using tokensAbove 80%

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

ErrorCauseResolution
TOKEN_NOT_ELIGIBLEIssuer does not support token serviceNo action; card will use PAN
TOKEN_PROVISIONING_DECLINEDIssuer declined the token requestVerify card is active; retry after 24 hours
TOKEN_NETWORK_TIMEOUTNetwork did not respond in timeAutomatic retry; check network status page
TOKEN_ALREADY_EXISTSToken already provisioned for this cardNo action; existing token is used
TOKEN_SUSPENDEDIssuer suspended the tokenContact customer to verify card status
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

IssuerVisa Token Service (VTS)Mastercard MDESNotes
Itau UnibancoYesYesFull support for both networks
BradescoYesYesFull support for both networks
Banco do BrasilYesYesMDES rollout completed in 2025
NubankYesNoVTS only; MDES support planned
Santander BRYesYesFull support for both networks
Caixa EconomicaNoNoNo token service support; PAN fallback

Mexico

IssuerVisa Token Service (VTS)Mastercard MDESNotes
BBVA MexicoYesYesLargest issuer; full support
CitibanamexYesYesFull support for both networks
BanorteYesNoVTS only
Santander MXYesYesFull support for both networks
HSBC MexicoYesNoVTS only; MDES in progress

Colombia

IssuerVisa Token Service (VTS)Mastercard MDESNotes
BancolombiaYesYesFull support for both networks
DaviviendaYesNoVTS only
Banco de BogotaYesYesFull support for both networks
BBVA ColombiaYesYesFull support for both networks

Argentina, Chile, and Peru

CountryIssuerVTSMDESNotes
ArgentinaBanco GaliciaYesYesFull support
ArgentinaBanco MacroYesNoVTS only
ArgentinaMercado PagoNoNoDigital wallet; not applicable
ChileBanco de ChileYesYesFull support
ChileBCIYesNoVTS only
ChileSantander CLYesYesFull support
PeruBCPYesYesFull support
PeruInterbankYesNoVTS only
PeruBBVA PeruYesYesFull support
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

ScenarioBehaviorMerchant Action Required
Token not yet provisionedFirst transaction uses PAN; subsequent use tokenNone (automatic)
Token suspended by issuerFalls back to PAN automaticallyMonitor; contact customer if persistent
Cryptogram generation failureRetries once, then falls back to PANNone (automatic)
Token-based auth declinedRetries with PAN if decline code is token-relatedNone (automatic)
Issuer does not support tokensPAN used for all transactions with that cardNone (card ineligible)

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:
MetricAlert ThresholdAction
Provisioning failure rate>30% for any issuerCheck if issuer has disabled token service
Cryptogram generation failures>5% of token transactionsContact Yuno support for network connectivity review
PAN fallback rate>40% of eligible transactionsReview issuer support and token health
Token suspension spike>10% increase week-over-weekInvestigate issuer-level changes
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

PhaseDurationActionsSuccess Criteria
1. Enable and provision new cardsWeek 1Enable tokenization; all new stored cards are tokenized automaticallyProvisioning success >70%
2. Bulk provision active cardsWeeks 2-3Trigger bulk provisioning for cards used in the last 90 days via DashboardBulk provisioning completes without errors
3. Monitor and compareWeeks 4-7Compare approval rates for tokenized vs. non-tokenized transactionsToken approval rate exceeds PAN by >1%
4. Provision remaining cardsWeek 8Extend provisioning to all vaulted cards, including inactiveFull portfolio coverage
5. Optimize and enforceOngoingSet token-first routing; configure PAN fallback; refine issuer-specific behaviorToken utilization >80%

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:
MetricPre-Migration BaselinePost-Migration TargetMeasurement
Overall approval rateRecord baseline+2-5% improvementDashboard > Analytics > Authorization
Recurring payment successRecord baseline+3-5% improvementDashboard > Payments > Recurring
Card update requestsRecord baseline50-70% reductionCustomer support ticket volume
Involuntary churnRecord baseline20-40% reductionSubscription cancellation due to payment failure
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.