cURL
curl --request POST \ --url https://api.atlas.co/functions/v1/network-tokens \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "token_id": "<string>", "request_cryptogram": true } '
{ "networkTokenId": "<string>", "network": "<string>", "status": "<string>", "tokenExpiryMonth": "<string>", "tokenExpiryYear": "<string>", "cryptogram": "<string>", "cryptogramType": "<string>" }
Client secret from payment session
Network token created