What are Network Tokens?
Network Tokens are dynamic card substitutes provisioned by card networks (Visa, Mastercard, Amex). They replace static card numbers with secure tokens, providing significant benefits:| Benefit | Impact |
|---|---|
| Higher Auth Rates | +5-10% improvement |
| Lower Interchange | -3-5 basis points |
| Auto Card Updates | Cards updated automatically when reissued |
| Less Fraud | -40% reduction |
How It Works
- Card is tokenized with Atlas
- Atlas provisions a network token from Visa/Mastercard
- Payments use the network token + cryptogram
- Higher approval rates and lower costs
Create Network Token
| Parameter | Type | Required | Description |
|---|---|---|---|
session_id | string | Yes | Payment session ID |
token_id | string | Yes | Card token from tokenization |
request_cryptogram | boolean | No | Generate cryptogram immediately (default: false) |
Generate Cryptogram
Cryptograms are single-use and required for each transaction:Note: Cryptograms expire after 10 minutes.
Get Network Token
Delete Network Token
Suspend a network token when a customer removes their saved card:SDK Integration
Token Lifecycle
| Event | Description |
|---|---|
| Created | Network token provisioned and active |
| Updated | Card details changed (new expiry, etc.) |
| Suspended | Temporarily deactivated |
| Deleted | Permanently removed |
Automatic Updates
Network tokens automatically update when:- Card is reissued with new expiry
- Card number changes (rare)
- Account status changes
Supported Networks
- Visa (VTS)
- Mastercard (MDES)
- American Express
- Discover (coming soon)