Skip to main content
POST
/
network-tokens
Create Network Token
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>"
}

Authorizations

Authorization
string
header
required

Client secret from payment session

Body

application/json
session_id
string<uuid>
required
token_id
string
required
request_cryptogram
boolean

Response

201 - application/json

Network token created

networkTokenId
string
network
string
status
string
tokenExpiryMonth
string
tokenExpiryYear
string
cryptogram
string
cryptogramType
string