AssociateEncryptedCvvWithToken
AssociateEncryptedCvvWithToken is used to associate an encrypted CVV with a tokenized credit card primary account number (PAN).
warning
TokenEx API v1 has been deprecated and is now in break/fix mode. All new enhancements are being added to API v2.
URI: https://test-api.tokenex.com/PciTokenServices.svc/REST/AssociateEncryptedCvvWithToken
Request Parameters
Parameter | Type | Description |
---|---|---|
APIKey | string | See Authentication |
TokenExID | string | Your TokenEx ID |
Token | string | The token with which to associate the CVV |
EncryptedCvv | string | The encrypted value of the CVV you wish to associate |
{
"APIKey": "YourAPIKey",
"TokenExID": "YourTokenExID",
"Token": "545454587415454",
"EncryptedCvv": "40bd001563085fc35165329ea1ff5c5ecbdbbeef"
}
Response Parameters
Parameter | Type | Description |
---|---|---|
Token | string | The token as generated by TokenEx that references the sensitive data |
Success | bool | Indicator if the result was successful or not |
ReferenceNumber | string | Reference number for the TokenEx transaction |
Error | string | Error Code and human-readable description |
{
"Error": "",
"ReferenceNumber": "15102913382030662954",
"Success": true,
"Token": ""
}