Provision Cryptogram

Provision Cryptogram

Gets a cryptogram for short time use related to a network token.

Methods

POST

Provision a cryptogram for short time use based on a network token

Responses

Examples

POST
 Provision a cryptogram based on a network token
View

Link relationship

post
 Provision a cryptogram based on a network token 
POSThttps://try.access.worldpay.com/tokens/network/cryptograms
Copied!
{
  "Accept": "application/vnd.worldpay.tokens-v3.hal+json",
  "Content-Type": "application/vnd.worldpay.tokens-v3.hal+json"
}
Copied!
{
  "tokenNumber": "4111111111111111"
}

200

Copied!
{
  "Content-Type": "application/vnd.worldpay.tokens-v3.hal+json;charset=UTF-8"
}
Copied!
{
  "cryptogramDetails": {
    "cryptogram": "AgAAAAAASFh+gDRt/rq8QOkAAAA=",
    "eci": "07"
  },
  "_links": {
    "self": {
      "href": "https://try.access.worldpay.com/tokens/network/cryptograms"
    },
    "tokens:networkTokenLookup": {
      "href": "https://try.access.worldpay.com/tokens/network/{tokenReference}",
      "templated": true
    },
    "curies": [
      {
        "href": "https://try.access.worldpay.com/rels/tokens/{rel}.json",
        "name": "tokens",
        "templated": true
      }
    ]
  }
}