CVV Management
Get CVV Retention Policy for Specific Destination
Retrieve the CVV retention policy for a single destination, including its usage count.
GET
Returns the retention policy for a single destination on this token, including how many times the CVV has been sent there.
CVV Retention Policy Guide
Control how long CVV data is retained and who can use it
Error Responses
Parameter Constraints
- DestinationType: Must be a valid destination type. Accepted values:
HostName,Owner,OtherMerchant,SFTP,OtherUser,Upg,IpAddress,GeneralProperty,OtpCardView,Any. - DestinationData: The format depends on the
DestinationType(e.g. a valid hostname, IP address, or user ID).
Parameters
Headers
Your API key prefixed with
APIKEY. Example: APIKEY your-api-key. See the Authentication guide.Path Parameters
The token ID as returned by one of the tokenization methods.
One of:
HostName, Owner, OtherMerchant, SFTP, OtherUser. See destination types.The target identifier for this destination type (e.g. hostname, user ID, IP address).

