Successful Token Request Response

The following example is successful token request response:

{
   "code":"200",
   "status":"success",
   "exchange-id":"ID-CLADEVGSOPS02-cvl01-59475-1447185739748-0-163",
   "payload":{
      "tokenResponse":{
         "created":"2015-11-10T21:03:20.518Z",
         "token-id":"1145845280641111111",
         "times-used":"0",
         "status":"Active",
         "last-four-digits":"1111",
         "card-type":"VISA",
         "description":"Travel Visa",
         "avs-address":"123 Maple Lane",
         "avs-zip":"55105",
         "avs-result-code":"Y"
                      },
      "payloadType":"token"
             }
}

Last updated

Was this helpful?