C
Cellix Blog
How Card Networks Actually Worknetworksactually

How Card Networks Actually Work

C

Cellix AI Team

Payment Intelligence

·March 22, 2026·10 min read

Most payment ops professionals can describe what happens when a customer taps their card. Fewer can explain why their settlement hit a day late, how interchange got calculated on that specific transaction, or where in the lifecycle a dispute exposure actually begins. That gap between surface-level familiarity and operational fluency costs merchants real money — in misrouted transactions, late settlements, avoidable chargebacks, and monitoring program penalties that can reach $25,000–$100,000 per month.

Understanding how card networks actually work isn't academic. It's the foundation of every optimization decision your payments team makes — from batch timing to fraud rule configuration to acquirer negotiation.

We broke down the basics in our recent LinkedIn carousel — here's the full picture.

The Five Players in Every Card Transaction

Every card transaction involves five distinct entities, each with specific roles, economic incentives, and contractual obligations. Misunderstanding any one of them leads to misdiagnosed problems.

Cardholder

The customer initiating the purchase. Seems simple, but the cardholder's relationship is with their issuing bank, not with you. This matters enormously when disputes arise. The cardholder calls their bank — not your support line — and the issuer's policies determine how that complaint gets classified. You're a third party in your own customer's financial relationship.

Issuer (Issuing Bank)

The bank that issued the card (Chase, Capital One, Barclays, etc.). The issuer makes the authorization decision — approve or decline — based on available funds, fraud risk models, and their own internal policies. Under Visa and Mastercard rules, the issuer also bears primary fraud liability for authenticated transactions (with important exceptions under the liability shift framework for 3D Secure and EMV chip).

There are roughly 15,000+ card-issuing institutions globally. Each one has different risk appetites, different fraud detection models, and different decline thresholds. This is why your authorization rate can vary by 5–15 percentage points across issuers for the same transaction profile.

Acquirer (Acquiring Bank / Merchant Bank)

Your acquirer is the financial institution that underwrites your merchant account and receives transactions on your behalf. They submit authorizations to the network, receive settled funds from issuers, and deposit your revenue (minus fees). Major acquirers include Worldpay, Chase Paymentech, Adyen, and Elavon.

What most merchants underestimate: your acquirer is also your compliance proxy to the card networks. If your chargeback ratio breaches Visa's or Mastercard's thresholds, it's your acquirer that gets the notification — and your acquirer that decides whether to pass along fines, increase reserves, or terminate your account entirely.

Payment Processor / Gateway

Often conflated with the acquirer, but functionally separate. The processor handles the technical routing — formatting the ISO 8583 message, transmitting it through the network, returning the response code. Many merchants use a processor (like Stripe, Braintree, or Checkout.com) that sits in front of a sponsoring acquirer. Knowing which entity actually holds your merchant ID (MID) matters when you're troubleshooting settlement discrepancies or negotiating interchange optimization.

Card Network

Visa, Mastercard, American Express, and Discover operate as the rails — they don't issue cards and (with the exception of Amex and Discover in their closed-loop models) don't acquire merchants. They set the rules, route the messages, calculate interchange, and enforce compliance programs. Think of them as the operating system that every other player runs on.

710 Billion+ Transactions: The Scale of the System

Visa and Mastercard combined processed over 710 billion transactions in 2023. Visa alone reported 212.6 billion transactions in fiscal year 2023, with $14.8 trillion in total payment volume. Mastercard processed approximately 143 billion transactions across its network.

These numbers matter for a specific reason: every single one of those transactions followed the same three-phase lifecycle. The system isn't improvised. It's deterministic. When something goes wrong — a late settlement, an unexpected decline, a dispute you didn't see coming — there's a specific point in the lifecycle where the failure occurred.

At this scale, even micro-inefficiencies compound. If your authorization rate is 2% below your category benchmark, and you're processing $50M annually with a $75 average transaction value, that's roughly 13,300 lost transactions per year — potentially $1M+ in abandoned revenue, depending on your retry and recovery strategy.

The precision of this system is also remarkable: the median authorization response time is approximately 1.5 seconds from terminal to issuer and back. In that window, the network routes the message, the issuer checks funds and fraud scoring, and a decision travels back through the entire chain. Understanding what happens in that 1.5 seconds gives you the ability to diagnose why certain transactions fail.

How a Card Transaction Actually Moves: The Three-Phase Lifecycle

Phase 1: Authorization

Authorization is a real-time request for approval. Here's the actual sequence:

  1. The cardholder presents their card (tap, dip, swipe, or card-not-present entry).
  2. Your payment terminal or gateway captures the card data and formats an authorization request message (ISO 8583 format, specifically a 0100 message type for most authorizations).
  3. That message goes to your acquirer/processor, who forwards it to the appropriate card network based on the BIN (Bank Identification Number — the first 6–8 digits of the card number).
  4. The network routes the message to the issuing bank.
  5. The issuer evaluates: sufficient funds/credit? Does the transaction trigger fraud rules? Is the card blocked or restricted? Is 3D Secure required?
  6. The issuer returns an authorization response code. Code 00 means approved. Anything else — 05 (Do Not Honor), 51 (Insufficient Funds), 14 (Invalid Card Number) — means declined, with varying degrees of specificity.
  7. That response travels back through the network to the acquirer to your terminal. The customer sees "Approved" or "Declined."

Operational insight: Not all declines are equal. A 05 (Do Not Honor) from the issuer is often a soft decline that can be retried. A 14 (Invalid Card Number) is a hard decline — retrying wastes your authorization attempts and can trigger network monitoring. Visa's rules explicitly limit retry attempts: you generally get 15 retries within 30 days for the same card and merchant combination before the network flags it. Mastercard's Transaction Processing Excellence (TPE) program has similar constraints. Knowing which response codes to retry — and which to abandon — directly impacts your approval rate and keeps you off monitoring programs.

Practical advice: Build a response code mapping into your payment operations workflow. Categorize every decline into hard (never retry), soft (retry with logic), and referral (requires cardholder action). Most processors provide this data, but few merchants actually operationalize it.

Phase 2: Clearing

Clearing is the process by which approved transactions are formally submitted for settlement. This typically happens in batches — your terminal, gateway, or processor collects all approved authorizations and submits them to the acquirer, usually at the end of the business day.

During clearing, the card network calculates the interchange fee owed by the acquirer to the issuer. Interchange is the largest component of your processing cost, typically representing 70–80% of total card acceptance fees for Visa and Mastercard transactions.

Interchange rates aren't arbitrary. They're published in massive rate tables (Visa's U.S. interchange table alone has 300+ rate categories) and vary by:

  • Card type: Consumer credit vs. debit vs. commercial/corporate card
  • Transaction method: Card-present (CP) vs. card-not-present (CNP) — CNP rates are typically 20–50 basis points higher
  • Merchant category code (MCC)
  • Data quality: Providing Level II or Level III line-item data on B2B transactions can downgrade interchange by 50–100+ basis points
  • Authentication method: 3D Secure-authenticated transactions may qualify for lower CNP rates

Operational insight: If you batch late — or if your authorization-to-clearing window exceeds the network's required timeframe (typically 24 hours for Visa standard transactions) — your transactions may downgrade to a higher interchange category. This is one of the most common and least-detected sources of unnecessary cost. A single-day delay in batching can push a transaction from Visa CPS Retail to Visa Standard, adding 50+ basis points in interchange on that transaction.

Practical advice: Audit your batch timing. Confirm with your processor exactly when batches close and how quickly they're transmitted to the network. If you operate across time zones or have end-of-day processes that delay batch submission, you may be bleeding interchange costs silently.

Phase 3: Settlement

Settlement is the movement of actual money. After clearing, the card network orchestrates the transfer: the issuer sends the transaction amount minus interchange to the network, which passes it to the acquirer. The acquirer then deposits funds into your merchant bank account, minus the acquirer's markup and any processor fees.

For most domestic transactions, settlement occurs within 24–48 hours after the batch is submitted. Cross-border transactions can take longer — 3–5 business days in some cases — depending on currency conversion processes and correspondent banking relationships.

The settlement math for a $100 transaction might look like:

  • Interchange fee (paid to issuer): $1.80 (1.80%)
  • Network assessment fee (paid to Visa/MC): $0.14 (0.14%)
  • Acquirer/processor markup: $0.30 (0.30%)
  • Net deposit to merchant: $97.76

Those percentages shift dramatically based on card type, transaction method, and data quality — which is why interchange optimization isn't a one-time project but an ongoing operational discipline.

Practical advice: Reconcile your settlement statements at the transaction level, not just the batch level. Discrepancies between authorized amounts and settled amounts (due to partial authorizations, currency conversion, or chargebacks deducted at settlement) are common and often go undetected for months.

Operating Blind vs. Network-Literate: Where the Gap Costs You

The difference between a payments team that understands the network lifecycle and one that doesn't shows up in three specific areas:

Chargeback Threshold Management

Visa's Visa Dispute Monitoring Program (VDMP) triggers at a 0.9% dispute-to-transaction ratio with a minimum of 100 disputes in a month. Mastercard's Excessive Chargeback Program (ECP) triggers at 1.5% with 100+ chargebacks. Breach these thresholds and you're looking at per-dispute fines ($50–$100 per chargeback under VDMP escalation), mandatory remediation plans, and potential account termination.

A network-literate ops team monitors dispute ratios weekly — not monthly — because by the time you get your monthly statement, you may have been in breach for three weeks with no corrective action taken. Platforms like Cellix can surface these ratios in real time against network thresholds, but even a manual spreadsheet tracking disputes-per-day against transaction volume will put you ahead of most merchants.

Batch Timing and Cash Flow

A team that understands clearing and settlement knows that batch cutoff time directly controls when they get paid. If your processor's batch window closes at 9:00 PM ET and you're submitting at 9:15 PM, your entire day's transactions roll into the next settlement cycle — pushing your cash receipt by a full business day. On a $200,000 daily processing volume, that's $200K in delayed working capital, every single day.

Practical advice: Work with your processor to confirm batch cutoff times. If you're a high-volume merchant, negotiate for multiple intra-day batches to accelerate settlement on morning and afternoon transactions.

Dispute Window Exposure

Cardholders have 120 days from the transaction date (or expected delivery date for goods/services) to file a dispute under most Visa and Mastercard reason codes. Some categories — like recurring billing disputes — can extend beyond that. This creates a long tail of financial exposure that most merchants don't account for.

A network-literate team builds proactive alerting into this window. If a customer contacts support about a quality issue on Day 30, that's an opportunity to resolve the problem and prevent a dispute. If you wait until Day 85 when the chargeback notification arrives, you've lost control of the outcome and the representment success rate drops significantly — industry data suggests win rates for reactive representment hover around 20–30%, while proactive resolution can prevent the dispute entirely.

Authorization Optimization

Understanding why issuers decline transactions opens up specific optimization paths. For example:

  • Sending AVS and CVV data on every CNP transaction improves issuer confidence and can lift approval rates by 1–3%
  • Using network tokenization (Visa Token Service, Mastercard Digital Enablement Service) replaces raw PANs with network-level tokens, which issuers recognize as lower-risk — merchants report 2–5% authorization rate improvements after implementing network tokens
  • Implementing Account Updater services ensures that expired or reissued cards are automatically updated, preventing declines on recurring billing — Visa reports that Account Updater recovers up to 3.6% of otherwise-declined recurring transactions

The Compounding Effect of Network Fluency

None of these optimizations exist in isolation. A team that understands authorization improves approval rates. Better approval rates mean more transactions clearing. More cleared transactions mean more settlement volume. Tighter batch timing means faster access to that settled volume. Proactive dispute management protects that revenue from being clawed back.

Over 12 months, for a merchant processing $50M annually, the compounding effect of a 2% authorization rate improvement, a 1-day settlement acceleration, interchange downgrade prevention, and dispute ratio management below network thresholds can represent $500K–$1.5M in recovered or protected revenue. That's not a theoretical number — it's the math of understanding the system you're operating in.

Key Takeaways

  • Every card transaction follows a deterministic three-phase lifecycle (authorization → clearing → settlement) — diagnosing payment problems starts with identifying exactly which phase broke down and why.

  • Your authorization response codes are operational intelligence, not just approve/decline signals. Map every response code to a retry strategy, and respect network retry limits (Visa's 15 retries in 30 days) to avoid monitoring program flags.

  • Batch timing directly controls your cash flow. Confirm your processor's cutoff windows, audit for late-batch interchange downgrades, and negotiate intra-day batching if your volume justifies it.

  • Monitor dispute ratios weekly against Visa's 0.9% and Mastercard's 1.5% thresholds — not monthly. By the time a monthly report surfaces a breach, you've already accumulated weeks of penalty exposure.

  • Network tokenization and Account Updater aren't optional features — they're baseline infrastructure. Merchants implementing both consistently report 3–5% authorization rate lifts, which at scale translates directly to recovered revenue.

Newsletter

Get payment intelligence in your inbox

Practical guides on chargebacks, fraud prevention, and payment ops — written for merchant teams. A few times a week.

No spam. Unsubscribe anytime.

Payment Intelligence

Stop guessing. Start winning disputes.

Cellix gives merchant teams ML-driven chargeback recommendations, real-time decline monitoring, and fraud prevention — in one platform.

Get started free