Skip to main content

Create Network Token Cryptogram

This API method allows the issuing of a cryptogram for a previously created network token.

info

Please refer to our data model for details regarding the referenced objects.

Request

Path:

POST {Base URL}/network-tokens/{network-token-id}/cryptogram

Header:

Content-Type: application/json
Accept-Language: en-US
tip

The Network token ID is generated through Create Network token.

Network token successfully created

Status Code: 201

Header:

Content-Type: application/json
Accept-Language: en-US
{
"id": "1401de0f...a989911c",
"tokenReferenceIdentifier": "dc7042bb-d...d5df65ef80a",
"networkToken": {
"tokenNumber": "4125071111112119",
"tokenExpiryMonth": "08",
"tokenExpiryYear": "26",
"cryptogram": "ACLVj...pAAADFA==",
"extIdentifier": "e308f658-e...-310cc568ba7c"
}
}

Bad request

Status Code: 400 (Bad Request)

Header:

Content-Type: application/json
Accept-Language: en-US
{
"message": "returnUrl is mandatory."
}