DetokenizeWithCvv
POST/Pci/DetokenizeWithCvv
Detokenize is used to obtain a credit card PAN represented by the corresponding token and the CVV if one has been previously associated with the token.
If the CacheCvv parameter is set to true, the CVV will be retained for use with a subsequent API call subject to the relevant PCI rules for CVV retention. See CVV Retention and Retrieval
Systems that store, process, or transmit cardholder data (CHD) are "in scope" for PCI compliance. Detokenizing a credit card PAN and/or associated CVV may increase the scope of your PCI compliance.
Request
Header Parameters
Your TokenEx token vault identifier or vaultless tokenization profile.
8149339711073860
Provides access to one or more functions in the TokenEx API.
9nRH8CsmeV0hxjV4EFqlyzycGMuRjJsqksTY9BEv
- application/json
Body
The token that corresponds to the data element to be returned.
411111245ShO1111
Specify true
to retain the CVV for use with a future API call.
false
Responses
- 200
200
- application/json
- Schema
- Example (from schema)
- Result
Schema
123
4111111111111111
22012917371088657360
true
true
Detokenize Successful!
{
"cvv": "123",
"value": "4111111111111111",
"referenceNumber": "22012917371088657360",
"success": true,
"error": "",
"message": "Detokenize Successful!"
}
{
"cvv": "123",
"value": "4111111111111111",
"referenceNumber": "22012917371088657360",
"success": true,
"error": "",
"message": "Detokenize Successful!"
}