Skip to main content

AssociateEncryptedCvv

POST 

/Pci/AssociateEncryptedCvv

AssociateCVV is used to associate an encrypted 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
    encryptedCvv stringrequired

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

    Default value: QvVi2g9KQqJS427Upm8I6cDzF0ea6Fc1/zG6p9Y4WX4DZqVe1VjFvWRamibd1h0uhBozra2+OhsHiPfKAz+rXKTsExDME5WaDO9AL3CYhrqYseNZZACUnf42BfhuzVMOO3fRbvW5lLNYfAa561PpGDL8qru6DeDnpI0YVXNSo4p9G90j8dmNnUFSZimERNShb5dhnPefkp12NxClqUBeym8yMotDRGyAX5nWATpFN17WFxL8Snm9mTglNknnUvPnlrqOvY8fZCA5dTvE2HFBqsdPPIdhiWa3P6lWWP5EmMvopmFkGAK2YuIRlhGRibooOOmXyDxOZYiXD2sV27+R0w==
    padding string

    Possible Values: PKCS1 and OAEP. PKCS1 is default.

    Default value: PKCS1
    HashType string

    This field is ignored if Padding is set to PKCS1. If Padding is set to OAEP, the default value for digest is SHA1. Possible digest values: SHA1, SHA256, SHA384, SHA512.

Responses

200

Schema

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