Cardholder Verification Methods | Adyen Docs (2024)

When used on a payment terminal, credit and debit cards can require a cardholder verification method (CVM) to make sure that the person using the card is the legitimate cardholder. Verification is done with a personal identification number or shopper signature.

Personal Identification Number (PIN)

The shopper is prompted to enter their PIN on the terminal. The terminal then verifies the PIN either offline with the EMV chip on the card, or online with the card issuer. Online PIN is always enciphered (encrypted) while offline PIN can be enciphered or plaintext.

Contactless transactions above the CVM limit always require online verification of the PIN . You can find the latest limits in your Customer Area under In-person payments > Terminal settings > Payment features > Limits > Contactless CVM limit.

Some payment methods, specifically eftpos, require authentication with the PIN when the magnetic strip reader is used. Ask our Support Team to configure this for you if you accept such a payment method.

Signature

Whether the terminal prompts for a signature depends on how you configure this. The major card schemes (American Express, Diners, Discover, JCB, Mastercard, Visa, UnionPay) no longer require a signature. They regard a signature as optional for card-present transactions. This means you can speed up your checkout by skipping the signature prompt.

If your business requires it, you can still let the terminal prompt for a signature. The shopper then provides their signature on the touch screen of the terminal or on the printed transaction receipt. This depends on how you configure this setting. It is your responsibility to verify the signature of the shopper with the signature on the card or another form of identification.

To configure signature settings:

  1. Log in to your Customer Area.
  2. Go to Point-of-sale > Terminal settings > Customization.
  3. Under Signature and device name, configure these settings:
    • Skip signature: select Enable to skip asking for a signature, or Disable if you want the terminal to prompt for a signature.
    • Ask for signature: select On screen to let the shopper draw their signature on the display of the terminal, or On Paper to let the shopper draw their signature on the merchant receipt.

Implementing a manual signature check

In a Terminal API integration, the transaction is already authorized when the signature prompt appears. Therefore, the terminal always approves the signature, even when the shopper selects Cancel Cardholder Verification Methods | Adyen Docs (1) on the signature screen.

To implement a manual signature check in your POS app:

  1. Retrieve CapturedSignature data from the PaymentResponse.
  2. Make sure that the POS app shows a prompt to check the signature.
  3. Your staff then checks the signature:
    • If a signature is approved, no action is necessary.
    • If a signature is declined, the payment needs to be refunded.

      In this scenario, we recommend setting up a capture delay. This enables you to cancel the authorization instead of having to issue a refund.

CVM lists

The CVM list is encoded in the card. It contains amount thresholds and information about how to apply CVM. For each CVM, the list includes three elements:

  • CVM code: what to do when the CVM fails, either proceed with the next method or fail the CVM process.
  • CVM type: the actual CVM to be performed, such as PIN verification.
  • CVM condition: the conditions that determine when the CVM type is applicable. For example, Always enforce Online PIN for ATM withdrawals.

CVM list live example

The following CVM list is taken from a Mastercard of type "mcredit".

The amount thresholds are not used.
The first CVM is only used for ATMs and cashback transactions.
All other CVMs are used if the terminal supports them. An Adyen-supplied payment terminal supports all CVMs and would select the first available one in the list: CVM 2 Enciphered PIN verification performed by ICC.

Amount Thresholds

  • Amount X:0
  • Amount Y:0

Cardholder Verification Method 1

  • CVM code: if this CVM is unsuccessful, fail cardholder verification.
  • CVM type: enciphered PIN verified online.
  • CVM condition: if cash or cashback (includes quasi-cash).

Cardholder Verification Method 2

  • CVM code: if this CVM is unsuccessful, proceed with the next CVM.
  • CVM type: enciphered PIN verification performed by ICC.
  • CVM condition: if terminal supports the CVM.

Cardholder Verification Method 3

  • CVM code: if this CVM is unsuccessful, fail cardholder verification.
  • CVM type: plaintext PIN verification performed by ICC.
  • CVM condition: if terminal supports the CVM.

Cardholder Verification Method 4

  • CVM code: if this CVM is unsuccessful, fail cardholder verification.
  • CVM type: enciphered PIN verified online.
  • CVM condition: if terminal supports the CVM.

Cardholder Verification Method 5

  • CVM code: if this CVM is unsuccessful, fail cardholder verification.
  • CVM type: signature (paper)
  • CVM condition: if terminal supports the CVM.

Cardholder Verification Method 6

  • CVM code: if this CVM is unsuccessful, fail cardholder verification.
  • CVM type: no CVM required.
  • CVM condition: if terminal supports the CVM.

CVM list test example

Adyen has various test cards with "applications" programmed onto it that each simulate a card with a unique brand, language, country/region, and currency. In combination with a specific CVM list, this allows you to test a wide variety of scenarios with a single physical card (see Testing credit and debit cards).

In your test Customer Area, when you view the transaction details for test payments made with your Adyen test card, you can also see the applicable Cardholder Verification Method List. This uses Amount Thresholds, which is not common for live cards but very useful for testing purposes. You can trigger different CVMs by varying the amount in combination with currency conditions from the CVM list.

As an example, the CVM list for one of Adyen's test card applications has the following elements:

Amount Thresholds (in minor units)

  • Amount X: 10000
  • Amount Y: 20000

Cardholder Verification Method 1

  • CVM code: if this CVM is unsuccessful, proceed with the next CVM.
  • CVM type: enciphered PIN verified online
  • CVM condition: if transaction is in the currency of the test card application and is over Y value.

Cardholder Verification Method 2

  • CVM code: if this CVM is unsuccessful, proceed with the next CVM.
  • CVM type: enciphered PIN verification performed by ICC.
  • CVM condition: if transaction is in the currency of the test card application and is over X value.

Cardholder Verification Method 3

  • CVM code: if this CVM is unsuccessful, fail cardholder verification.
  • CVM Type: signature (paper).
  • CVM condition: always.

If the test card application you are using has the currency code EUR and the transaction is for GBP 95 there are two options:

  • The shopper accepts the dynamic currency conversion (DCC) and is charged about EUR 135. This means CVM 2 is selected because EUR 135 is over Amount X and the transaction – after accepting DCC - is in the currency of the test card application.
  • The shopper rejects (or is not offered DCC). This means CVM 3 is selected because the transaction is not in the currency of the test card application and CVM 3 condition Always is applied.

CVM results

The resulting CVM is reported to the POS app in the key cardHolderVerificationMethodResults. The value is a hexadecimal representation of the CVM used to verify the cardholder. For example, 440702. The second character in this string represents the CVM. The following table shows what each possible value of the second character means.

Second characterDefinition
1Offline plaintext PIN
2Online PIN
3Offline plaintext PIN and signature
4Offline enciphered PIN
5Offline enciphered PIN and signature
ESignature
FNo CVM performed

To make contactless transactions, the card must be capable of near-field communication (NFC). The following terminal settings affect contactless transactions:

  • Contactless CVM limit: the transaction amount (in minor units) above which the terminal requires a CVM.

    Current CVM limits
    CVM limits change sometimes. For example, because of the COVID-19 pandemic card schemes temporarily increased the contactless CVM limits. You can find the latest limits in your Customer Area under In-person payments > Terminal settings > Payment features > Limits > Contactless CVM limit.
    When there is a configuration change, the terminal automatically picks up the changed CVM limits in the next maintenance call.

  • Contactless reader limit: the transaction amount above which the contactless reader does not work and the cardholder needs to insert the card. We recommended leaving this setting at the default, to allow for mobile phone and smart watch payments.
  • Contactless currency: the currency for which contactless transactions are accepted. This is the currency of the country/region where the store is located.
  • Contactless floor limit: the minimum transaction amount for an offline contactless transaction. The default is 0.

If the transaction amount is higher than the contactless CVM limit and the shopper uses an NFC-capable card, the terminal indicates to the card that a CVM is required. The card then indicates to the terminal whether a signature or PIN is required. In the case of PIN, this always means an Online PIN is the actual CVM. This means an NFC transaction over the CVM limit, requiring PIN, can't be processed offline.

Cardholder Verification Methods | Adyen Docs (2024)

FAQs

What is the cardholder verification method? ›

In the context of an EMV chip transaction, the Cardholder Verification Method, or CVM, is used to evaluate whether the person presenting a payment instrument, such as a payment card, is the legitimate cardholder.

What is the payment card verification method? ›

When used on a payment terminal, credit and debit cards can require a cardholder verification method (CVM) to make sure that the person using the card is the legitimate cardholder. Verification is done with a personal identification number or shopper signature.

What are the card verification methods for EMV? ›

EMV supports four cardholder verification methods (CVM): offline PIN, online PIN, signature, or no CVM. The issuer prioritizes CVMs based on the associated risk of the transaction (for example, no CVM is used for unattended devices where transaction amounts are typically quite low).

What is the no cardholder verification method? ›

“No CVM” is a cardholder verification method (or lack thereof) available for EMV cards. Typically, “no CVM” is selected for unattended POS systems or for systems that lack the peripheral equipment to support PIN or signature verification. Additionally, “no CVM” can be set to be value-specific.

What are the 2 types of card verification? ›

Card Verification Value (CVV) and Card Verification Code (CVC) are security features embedded within the magnetic stripe or printed on the card.

What is the best verification method? ›

Top 10 Identity Verification Methods for Businesses in 2024
  1. Document Verification. ...
  2. Biometric Verification. ...
  3. Database Verification. ...
  4. Knowledge-based Authentication (KBA) ...
  5. Two-factor Authentication. ...
  6. Credit Bureau-Based Verification. ...
  7. Knowledge-based verification (KBV) ...
  8. Address Verification.
Jun 2, 2024

How do I verify my card on payment method? ›

To complete verification, your bank might ask you to:
  1. Enter a one-time SMS code.
  2. Use your bank's mobile application to verify your credit card.
  3. Use biometrics or other authentication methods.

What are the different types of payment verification? ›

Payment Verification Methods
  • Voided checks: Voided checks contain bank account and routing numbers and are used to verify payment options. ...
  • Microdeposits: Microdeposits send small amounts to verify account activity, with amounts under $1 minimizing risk. ...
  • Prenotification: A prenote is a $0 ACH transfer.
Aug 8, 2024

What is payment method verification? ›

What is Payment Verification? Payment verification is a crucial process that helps safeguard financial transactions from fraudulent activities. It involves the thorough examination and validation of payment information provided by users before authorizing a transaction.

What is EMV method of payment? ›

What does EMV stand for? EMV stands for Europay, Mastercard and Visa and refers to a payment method based upon a technical standard pioneered by these three organizations. By adhering to the EMV standard, payment security is improved and the potential for fraud is reduced.

What is card authentication method? ›

Credit card authentication is the process of confirming that a person who is attempting to use a credit card for a transaction is who they say they are and that they are authorized to use the card.

What does card verification fail in CVM processing mean? ›

Fail CVM processing (000000b) is a Cardholder Verification Method to force a CVM failure in the terminal. This can lead the terminal to force an on-line connection to the issuer, which could further analyze the card status and apply exceptional risk management policies.

What is the cardholder verification code? ›

The CVC is typically found on the back of your credit card, a three-digit code near the signature strip. It is important because it adds an extra security layer, verifying that the cardholder is making the transaction and helping to prevent unauthorised online purchases.

What is the card verification code example? ›

The card security code (CSC) is usually a 3 - or 4 - digit number, which is not part of the credit card number. The CSC is typically printed on the back of a credit card (usually in the signature field). On some cards, all or part of the card number appears before the CSC, for example, 1234 567.

How do I check my card verification? ›

MasterCard, Visa, and Discover

You can find your three-digit card verification number in the signature panel on the back of your credit card. Your credit card number should be printed here along with a three-digit card verification number at the end.

What is the verification process for credit card? ›

Verification of information: The bank will verify the information provided in the application, including your income, employment status, credit history and other details. Credit check: ICICI Bank will conduct a credit check to evaluate your credit score and credit history.

What is the method of verification? ›

Each organization should clearly define each of the four primary verification methods: Test, Demonstration, Inspection, and Analysis.

What is the card payment verification process? ›

Payment Verification Process
  1. Payment Details Check: Payment details (amount, date, reference number) are verified against payment processor/financial institution records.
  2. Account Verification: Verify account ownership and good standing by checking the account holder's details.
Aug 8, 2024

Top Articles
Lack of Empathy: What it Means and How to Deal | Psych Central
How to Cook Red Lentils
How To Fix Epson Printer Error Code 0x9e
Somboun Asian Market
Plaza Nails Clifton
Mopaga Game
Driving Directions To Fedex
Chris wragge hi-res stock photography and images - Alamy
Brgeneral Patient Portal
Recent Obituaries Patriot Ledger
Fototour verlassener Fliegerhorst Schönwald [Lost Place Brandenburg]
Lesson 3 Homework Practice Measures Of Variation Answer Key
Goldsboro Daily News Obituaries
Skylar Vox Bra Size
5808 W 110Th St Overland Park Ks 66211 Directions
O'reilly's Auto Parts Closest To My Location
Lax Arrivals Volaris
iOS 18 Hadir, Tapi Mana Fitur AI Apple?
Brett Cooper Wikifeet
Hermitcraft Texture Pack
Christina Steele And Nathaniel Hadley Novel
U Of Arizona Phonebook
Azur Lane High Efficiency Combat Logistics Plan
College Basketball Picks: NCAAB Picks Against The Spread | Pickswise
SN100C, An Australia Trademark of Nihon Superior Co., Ltd.. Application Number: 2480607 :: Trademark Elite Trademarks
Gotcha Rva 2022
6892697335
Unreasonable Zen Riddle Crossword
Stickley Furniture
Jail Roster Independence Ks
Tu Housing Portal
WOODSTOCK CELEBRATES 50 YEARS WITH COMPREHENSIVE 38-CD DELUXE BOXED SET | Rhino
Frequently Asked Questions - Hy-Vee PERKS
Armor Crushing Weapon Crossword Clue
Current Time In Maryland
Storelink Afs
A Small Traveling Suitcase Figgerits
Chattanooga Booking Report
Rocketpult Infinite Fuel
Drabcoplex Fishing Lure
Muma Eric Rice San Mateo
Bitchinbubba Face
Empires And Puzzles Dark Chest
Sams Gas Price Sanford Fl
21 Alive Weather Team
Iupui Course Search
Caesars Rewards Loyalty Program Review [Previously Total Rewards]
Big Brother 23: Wiki, Vote, Cast, Release Date, Contestants, Winner, Elimination
Food and Water Safety During Power Outages and Floods
4Chan Zelda Totk
antelope valley for sale "lancaster ca" - craigslist
Latest Posts
Article information

Author: The Hon. Margery Christiansen

Last Updated:

Views: 5325

Rating: 5 / 5 (70 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: The Hon. Margery Christiansen

Birthday: 2000-07-07

Address: 5050 Breitenberg Knoll, New Robert, MI 45409

Phone: +2556892639372

Job: Investor Mining Engineer

Hobby: Sketching, Cosplaying, Glassblowing, Genealogy, Crocheting, Archery, Skateboarding

Introduction: My name is The Hon. Margery Christiansen, I am a bright, adorable, precious, inexpensive, gorgeous, comfortable, happy person who loves writing and wants to share my knowledge and understanding with you.