Skip to main content

Network Tokenization

Network Tokenization replaces card PANs with tokens issued by the card networks (Visa, Mastercard) for card-on-file transactions. This improves authorization rates and enhances security by ensuring that raw card numbers are never stored or reused.

info

Network Tokenization must be enabled for your merchant account. Contact your onboarding manager to activate this service. It defaults to disabled.

How It Works

When Network Tokenization is enabled:

  1. During the first card payment, the system creates a network token for the card.
  2. Subsequent transactions use the network token instead of the raw card number.
  3. Token lifecycle events (updates, status changes) are communicated via dedicated postbacks.

Benefits

  • Improved authorization rates — Network tokens are automatically updated by card networks, reducing declines due to expired, replaced, or reissued cards.

  • Enhanced security — Sensitive card data (PAN) is replaced with network-issued tokens that are domain-restricted and unusable outside the intended merchant and use case.

  • Higher issuer trust — Transactions using network tokens are often considered lower risk by issuers, which can improve approval rates and reduce fraud-related declines.

  • Lifecycle management — Card networks handle token lifecycle events (updates, suspensions, replacements), keeping card-on-file data current without cardholder intervention.

Full Documentation

For setup requirements, API endpoints, and technical details, see the complete Network Tokenization API Reference.