CVV-less Transactions



Card networks aim to enhance domestic card-not-present (CNP) (ecomm) tokenized transactions by making them faster, safer, and more secure. With tokenization, merchants processing transactions on credit cards no longer need to collect CVV for domestic online transactions initiated with tokenized credentials. CVV is only required during initial token provisioning. Once it is Tokenized, the Token along with the Cryptogram serves the purpose.

1/ Tokenized transactions use two factor authentication and encrypted tokens, replacing actual card details.

2/ They are secured with a Token Authentication Verification Value (TAVV) cryptogram for cardholder initiated payments.

3/ Since card networks (e.g., Visa, MasterCard, RuPay) do not transmit CVV to the issuing bank, it cannot be verified, and transactions proceed even if an incorrect CVV is entered.

4/ This approach reduces user friction and increases convenience, as CVV verification is deemed unnecessary for tokenized cards, given the enhanced security measures already in place.

“CVV is the three digit number on the back of a credit card.”

Token Provisioning


In the process flow diagram above, we can see that in step 8, the network returns the token along with the cryptogram, which is essentially the TAVV (Token Authentication Verification Value).

The CVV is required when the card is being tokenized for the first time. Once tokenized, CVV-less transactions can be performed provided the following conditions are met:

1/ The Payment Gateway is technically equipped to integrate and process it.

2/ The Card Network must be equipped with this feature. (While writing this article Visa, Mastercard, Amex, DCI and RuPay are currently supporting this feature).

Transaction Flow

1/ Customer selects the card on the Merchant website.

2/ Instead of entering the CVV, the page directly redirects to the OTP page.

3/ Customer enters the OTP.

4/ Authentication and Authorization process.

5/ Transaction Result (Approval / Decline).

(To understand in detail how Authentication and Authorization happens, please visit following articles on 3D Secure Transactions)

3D Secure Transaction Flow

Disclaimer:

  • The process flow diagrams included in this blog are original creations by the author, Neeraj Singh. Any reproduction or use of these diagrams requires prior permission from the author.
  • Mentions and images of Amazon, Visa, Mastercard, RuPay, Amex, and Discover name/logo are the property of their respective organizations and have been sourced from Google search. All rights to these trademarks and logos belong to their respective organizations.


 

Comments

Popular posts from this blog

3D Secure (Online / Card Not Present / eComm) Transaction Flow

Decoding Basic Structure of ISO8583 (MTI, Bitmap and Data Elements)

Card Payments - Part 1 (Auth)