post https://pci-tokenization-sandbox.checkouttools.com/v1/tokenization/upgrade
Log in to see full request history
Responses
xxxxxxxxxx
12curl --request POST \
--url https://pci-tokenization-sandbox.checkouttools.com/v1/tokenization/upgrade \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"networkToken": {
"provision": true,
"async": false
}
}
'
xxxxxxxxxx
17{
"token": "ftr1d8a56cfa6b3745a39e4a42d5ab1048c8",
"networkTokenStatus": {
"created": true,
"reason": {
"code": "INTERNAL_ERROR",
"message": "string"
}
},
"cardInfo": {
"bin": "411111",
"lastFourDigits": "1111",
"cardBrand": "visa",
"expirationMonth": "12",
"expirationYear": "2029"
}
}