Skip to main content
Back to news
5 min readCifrago team

Risk rules at checkout: velocity, geolocation, and smart authentication

Configuring effective risk filters in the payment gateway prevents fraud without hurting conversion. We examine how to assess velocity, IP, and issuing country to decide when to require 3D Secure.

In e-commerce, the checkout is the critical junction where customer experience meets financial crime prevention. A filter that is too permissive increases the volume of unauthorized transactions and leads to costly chargeback ratios. Conversely, excessive barriers introduce unnecessary friction, turn away legitimate buyers, and damage conversion rates.

To strike the right balance, modern payment systems run real-time risk rule engines before submitting transactions for bank authorization. These evaluations inspect technical signals, browsing habits, and geographic discrepancies to assign a risk score to each attempt, determining whether the payment should be authorized seamlessly, challenged with step-up authentication, or declined altogether.

Velocity controls: detecting automated attacks and card testing

Velocity rules measure how frequently specific parameters recur within short time windows (minutes or hours). They represent the first line of defense against card testing, a fraudulent scheme in which automated networks test lists of stolen cards using micro-purchases to identify which ones remain active.

A well-calibrated risk engine monitors several repetition vectors simultaneously:

  • By IP address: limiting the number of failed payment attempts originating from a single IP over five- or fifteen-minute intervals. If more than ten attempts occur across different cards, it is almost certainly an automated script.
  • By card number (PAN or token fingerprint): if the same card number repeatedly fails due to invalid expiration dates or CVVs, new attempts should be temporarily blocked to prevent brute-force enumeration.
  • By user account or email address: multiple consecutive purchases made with different payment cards linked to a single registered account often indicate an account takeover or a profile created specifically to cash out stolen card data.
  • By device fingerprint: identifying the browser, screen resolution, and installed system fonts helps expose attacks that rotate IP addresses through proxies while running on the exact same physical machine.

IP address analysis: reputation, proxies, and datacenters

Not all internet connections carry the same risk profile. A residential IP address assigned by a local telecommunications provider looks fundamentally different from a server hosted inside a cloud datacenter.

Checkout IP analysis evaluates multiple data points:

  • Network type: traffic originating from commercial datacenters (hosting virtual servers and web scrapers) rarely belongs to a legitimate retail buyer. Except for specific B2B enterprise software setups, blocking or strictly reviewing datacenter traffic dramatically curtails automated fraud.
  • Anonymization networks (Tor, commercial VPNs, and open proxies): while many legitimate consumers use VPNs for privacy, Tor exit nodes and public proxies account for a disproportionate share of fraudulent purchases. The engine can attach risk penalties whenever these services are detected.
  • Historical reputation: IP reputation feeds highlight network ranges recently involved in botnets, distributed denial-of-service campaigns, or repeated payment gateway abuse.

Geographic discrepancy: issuing country versus browsing country

Every credit or debit card features a Bank Identification Number (BIN), defined by its first six to eight digits. The BIN reveals precisely which financial institution issued the card and in which country it operates.

Cross-referencing the BIN country with other order details yields vital fraud indicators:

  • IP country versus card issuing country: if a card issued in Spain is used from an IP address in Southeast Asia to purchase instant-delivery digital goods, the likelihood of fraud is elevated. Still, this discrepancy does not always justify an outright block, as it may simply be a traveling customer.
  • Billing country versus shipping destination: for physical goods, a billing address in Madrid paired with a French-issued card and express shipping to a third country in Eastern Europe is a classic red flag requiring additional scrutiny.

Business context is key. A merchant with an exclusively domestic customer base can enforce strict rules against foreign cards, whereas an international hotel booking platform must remain flexible and rely on complementary security signals.

When to request authentication and when to apply exemptions

Under European regulations, Strong Customer Authentication (SCA) requires verifying the cardholder's identity through two of three factors: knowledge (password or PIN), possession (mobile device or physical card), or inherence (biometrics). Nevertheless, the regulatory framework includes mechanisms to spare low-risk transactions from unnecessary checkout friction.

The risk engine should route each transaction through one of three pathways:

  • Frictionless flow: if the purchase amount is low, the payment is recurring, or the acquirer's transaction risk analysis (TRA) confirms a low fraud rate, the merchant requests an SCA exemption from the issuer. The customer completes the purchase without leaving the checkout.
  • Authentication challenge (3D Secure challenge): if the engine detects IP discrepancies, unusual velocity, or transaction amounts exceeding exemption thresholds, it triggers a mandatory 3DS flow. The cardholder confirms the transaction in their banking app. If authentication succeeds, the merchant benefits from a liability shift protecting against fraud-related chargebacks.
  • Preventive decline: when extreme risk factors converge (such as blacklisted IPs coupled with multiple card failures within seconds), the gateway blocks the payment before reaching card networks, avoiding unnecessary processing fees.

Conclusion and practical guidance

Risk rules should never be static or set up to block any isolated anomaly indiscriminately. An effective fraud prevention strategy combines velocity tracking to stop bots, contextual IP and BIN analysis, and intelligent 3D Secure routing to demand step-up authentication only where true uncertainty exists. Periodically reviewing false positive rates alongside chargeback trends ensures risk thresholds adapt to business seasonality, safeguarding revenue without degrading checkout conversion.

Building subscriptions?

Check the pricing and try the dashboard with sample data before integrating anything.

Keep reading

2 min read

Card routing modernization, UK open banking architecture, and ECB consumer expectations

Bank Pekao upgrades its card infrastructure with NCR Atleos, while UK open banking faces credit crunch debates and the ECB releases consumer data.

4 min read

Apple Pay and Google Pay without the marketing: network tokens and fraud reduction

Far from simple digital wallets, Apple Pay and Google Pay rely on network tokens and dynamic cryptograms. We examine their technical mechanics and fraud impact.