Skip to main content
POST
/
network-tokens
/
{network_token_id}
/
cryptogram
Generate Cryptogram
curl --request POST \
  --url https://api.atlas.co/functions/v1/network-tokens/{network_token_id}/cryptogram \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "cryptogram": "<string>",
  "cryptogramType": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Client secret from payment session

Path Parameters

network_token_id
string
required

Body

application/json
session_id
string<uuid>
required

Response

200 - application/json

Cryptogram generated

cryptogram
string
cryptogramType
string
expiresAt
string<date-time>