Why a customer's card suddenly asks for a PIN after several taps, and what your checkout needs to do to stay compliant online.
Two separate rules govern when a card payment needs extra verification: a contactless spending limit for in-person taps, and Strong Customer Authentication (SCA) for online and remote payments. Both exist for the same reason — reducing fraud on payments where nobody's checking a signature or asking for ID — but they work differently.
UK contactless payments currently carry a single-transaction limit of £100. Beyond the amount, card networks and issuing banks also apply a running total: after a certain number of consecutive contactless taps, or a cumulative spend threshold, the card will prompt for chip-and-PIN on the next transaction, even if it's under the limit. This is a security check by the card network, not something your card machine controls.
SCA is a regulatory requirement under UK and EU payment services rules, requiring two of three types of verification for many online and remote card payments:
In practice, this is what shows up at checkout as a 3D Secure prompt — the customer is redirected to (or shown a pop-up from) their bank to confirm the payment, often via their banking app.
If you're using a modern payment gateway (Stripe, Braintree, most others), 3D Secure and SCA handling is built into the checkout flow automatically — there's rarely anything extra to configure, beyond making sure your integration is using an up-to-date version of the gateway's checkout, rather than an old card-only form. If your website has an older or custom checkout, it's worth confirming with your gateway provider that SCA is properly supported, since transactions that fail authentication will simply be declined.