Skip to main content
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

Authorization
string
required
Your API key prefixed with APIKEY. Example: APIKEY your-api-key. See the Authentication guide.

Path Parameters

cardToken
string
required
The token ID as returned by one of the tokenization methods.
DestinationType
string
required
One of: HostName, Owner, OtherMerchant, SFTP, OtherUser. See destination types.
DestinationData
string
required
The target identifier for this destination type (e.g. hostname, user ID, IP address).

Response