AssociateEncryptedCvvWithToken

AssociateEncryptedCvvWithToken is used to associate an encrypted CVV with a tokenized credit card primary account number (PAN).

📘

HEADS-UP!

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

ParameterTypeDescription
APIKeystringSee Authentication
TokenExIDstringYour TokenEx ID
TokenstringThe token with which to associate the CVV
EncryptedCvvstringThe encrypted value of the CVV you wish to associate
{
	"APIKey":"YourAPIKey",
	"TokenExID":"YourTokenExID",
	"Token":"545454587415454",
	"EncryptedCvv": "40bd001563085fc35165329ea1ff5c5ecbdbbeef"
}

Response Parameters

ParameterTypeDescription
TokenstringThe token as generated by TokenEx that references the sensitive data
SuccessboolIndicator if the result was successful or not
ReferenceNumberstringReference number for the TokenEx transaction
ErrorstringError Code and human-readable description
{
   "Error":"",
   "ReferenceNumber":"15102913382030662954",
   "Success":true,
   "Token":""
}