What are network tokens?
Network tokens serve as symbolic replacements for payment credentials. They replace PAN (Primary Account Numbers) and other sensitive card data with a unique string (non-sensitive data) in all parts of the payment flows. They are used to authenticating transactions and are unique to the card, the merchant and the transaction. Network Tokens are generated by card schemes like Visa or Mastercard in real-time as customers use their cards. In this way, security is enhanced by preventing the exposure of cardholder information to third parties. Commerce provides merchants with a cohesive strategy for network tokenization, simplifying the process of token creation, utilization, and management. With network tokenization, merchants have several advantages:- Reduced fraud rates
- Increased authorization rates
- Lower interchange fees
- Tokens can be used for multiple PSPs
Commerce tokens and network tokens
Commerce tokens can be enriched with network tokens from the card schemes. Once a card payment method undergoes tokenization, and if the network tokens feature is enabled for your account, Commerce will request a network token from the card scheme and associate it with the token. If this operation is successful, the network token status is updated toactive.
To use the network tokens for payment authorization, a cryptogram must first be requested. This is created and used during the payment request as proof of token validation for card transactions requiring authorization. They help to authenticate the transaction and ensure its integrity.
The sequence diagram below demonstrates how the process works to use network tokens and request a cryptogram.
Network token payments
Step 1: Request authentication data
Commerce allows you to create these cryptograms using a previously imported token.Step 2: Decrypt authentication data
Commerce processes the request and returns the encrypted authentication data. This encrypted authentication data contains the network token and the cryptogram. For more information, please refer to our API documentation. The network token is used to authenticate the transaction, and the cryptogram is used to validate the network token. To decrypt the payload, follow these steps:- Use the
encryption_keythat was generated when the merchant was created - Use the
encrypted_authentication_datastring, which you receive as part of requesting a cryptogram response
Step 3: Authorize with your PSP
- Adyen v69
Supported card schemes
- VISA
- Mastercard
- American Express (coming soon)
- Discover (coming soon)
- Diners Club (coming soon)