Skip to main content

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.

info

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

warning

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

    tx-tokenex-id stringrequired

    Your TokenEx token vault identifier or vaultless tokenization profile.

    Default value: 8149339711073860
    tx-apikey stringrequired

    Provides access to one or more functions in the TokenEx API.

    Default value: 9nRH8CsmeV0hxjV4EFqlyzycGMuRjJsqksTY9BEv

Body

    token stringrequired

    The token that corresponds to the data element to be returned.

    Default value: 411111245ShO1111
    cacheCvv boolean

    Specify true to retain the CVV for use with a future API call.

    Default value: false

Responses

200

Schema

    cvv string
    Example: 123
    value string
    Example: 4111111111111111
    referenceNumber string
    Example: 22012917371088657360
    success boolean
    Default value: true
    Example: true
    error string
    Example:
    message string
    Example: Detokenize Successful!
Loading...