Skip to main content

AssociateCvv

POST 

/Pci/AssociateCvv

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

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 to associate the CVV with.

    Default value: 411111245ShO1111
    cvv stringrequired

    The value of the CVV you wish to associate with the token.

    Default value: 123

Responses

200

Schema

    token string
    Example:
    firstSix string
    Example:
    lastFour string
    Example:
    referenceNumber string
    Example: 22012916031729707389
    success boolean
    Default value: true
    Example: true
    error string
    Example:
    message string
    Example: Associated successfully
Loading...