Contactless CVM: floor limits after 2024
The contactless-with-CVM threshold quietly moved in most European markets during 2024. What the practical implications look like.
The contactless CVM (cardholder verification method) floor limits moved upward in most European markets during 2024, with several markets settling around €50. The change is small enough that most merchants didn't notice, but the operational effects have accumulated.
Written August 2026 from a review of terminal deployment logs.
What the change actually does
Below the CVM floor, contactless transactions complete without a PIN or biometric. Above it, the terminal must prompt for a verification method. Raising the floor makes more small transactions frictionless; it also concentrates fraud into a specific value band that has less protection.
What terminals need to handle
Three practical things every terminal integration should verify:
- Correct floor per scheme, not per market. The floor for Visa and Mastercard is set independently, and non-scheme cards (co-badged, national schemes) may follow different rules. A single hard-coded threshold per terminal is wrong.
- CVM downgrade paths. If the terminal's PIN pad is unavailable and a CVM is required, the graceful fallback is signature or decline — not silently completing the transaction.
- Merchant category adjustment. Some MCCs (parking, fuel-at-pump, transit) have specific CVM behavior that differs from retail. If you're building for a mixed merchant fleet, category-aware rules matter.
Test cases worth adding
- Transaction exactly at the CVM floor.
- Transaction €0.01 above the CVM floor with a card that doesn't support the expected CVM.
- Multiple sub-CVM-floor transactions in a short window (some issuer rules escalate to CVM at cumulative-value thresholds).
The changes are small individually. The failures they cause are boring and cumulative.