Mobile Tokenization - Associate CVV with token

This endpoint allows you to associate a CVV value with a previously-generated token.

Request

This endpoint expects an object.
TokenstringOptional

The token for the previously-tokenized data with which you wish to associate a CVV.

CVVstringOptional

The CVV to be associated with the provided Token.

Note: This is only for documentation purposes, this endpoint returns an HTTP redirect where the card data should be sent.

TokenExIDstringOptional

The merchant’s Tokenization ID. Received from /api/tokenization/mobile/config.

TimestampstringOptional

The timestamp (UTC) when the hash is generated, in yyyyMMDDHHmmss format. Received from /api/tokenization/mobile/config.

AuthenticationKeystringOptional

The Authentication Key. Received from /api/tokenization/mobile/config.

TokenSchemeenumOptional
The Token Scheme to be used to tokenize the provided data. Always sixANTOKENfour.
Allowed values:

Response

Ok
Successboolean
ReferenceNumberstring
Tokenstring
TokenHMACstring
Errordouble or null