Mobile Tokenization - Tokenize Card and CVV
This endpoint allows you to simultaneously tokenize a card number and associate a CVV with its generated token.
Request
This endpoint expects an object.
CVV
The CVV to be associated with the generated Token.
Note: This is only for documentation purposes, this endpoint returns an HTTP redirect where the card data should be sent.
Data
The data to be tokenized. This is the PAN of the card. Example: 4111111111111111
Note: This is only for documentation purposes, this endpoint returns an HTTP redirect where the card data should be sent.
TokenExID
The merchant’s Tokenization ID. Received from /api/tokenization/mobile/config.
Timestamp
The timestamp (UTC) when the hash is generated, in yyyyMMDDHHmmss format. Received from /api/tokenization/mobile/config.
AuthenticationKey
The Authentication Key. Received from /api/tokenization/mobile/config.
TokenScheme
The Token Scheme to be used to tokenize the provided data. Always sixANTOKENfour.
Allowed values:
Response
Ok
Success
ReferenceNumber
Token
TokenHMAC
Error

