Major Matters
Payments Architecture 101: How Money Actually Moves
Module 1 of 6
Module 1

The Transaction Lifecycle

What happens in the two seconds between tap and "approved."

Every day, billions of payment transactions flow across the global financial system. Each one follows a precise sequence of handoffs between multiple parties, all completed in roughly two seconds. Most people in payments, fintech, and e-commerce have a general sense of how this works. Far fewer understand the detail.

This module maps the complete journey of a card transaction from the moment a customer taps, dips, or enters their card details to the moment the merchant sees funds in their account. We will introduce the key actors, explain how they interact, and lay the foundation for every module that follows.

If you understand the transaction lifecycle, you understand why payments companies are structured the way they are, why certain problems are hard, and where the real opportunities sit.

The Cast: Who Does What

Before we trace a transaction, we need to know who is involved. There are five core parties in every card payment. Each one has a distinct role, a different economic incentive, and a different relationship with the money.

The Four-Party Model
Cardholder Customer Merchant Business Acquirer Merchant's bank Issuer Cardholder's bank Card Network Visa / Mastercard card auth req Data / messages Money (settlement)
ActorRole
CardholderThe customer making the purchase. They hold a card issued by their bank (the issuer) and use it to pay for goods or services.
MerchantThe business accepting the payment. The merchant has a relationship with an acquirer (directly or via a payment facilitator) that allows them to accept card payments.
AcquirerThe merchant's bank or payment provider. The acquirer underwrites the merchant, manages risk, and routes transactions to the card network. Also called the "merchant acquirer" or "acquiring bank."
Card NetworkVisa, Mastercard, Amex, or similar. The network operates the rails: the technical and rules infrastructure that connects acquirers and issuers. It sets interchange rates, mandates, and scheme rules.
IssuerThe cardholder's bank. The issuer provides the card, extends credit (for credit cards) or manages the account (for debit), and makes the approve/decline decision.

These five actors form what the industry calls the "four-party model" (counting the cardholder, merchant, acquirer, and issuer as the four parties, with the network as the connecting infrastructure). American Express and Discover operate slightly differently as "three-party" or "closed-loop" networks, acting as both the network and the issuer. We will cover these distinctions in Module 3.


The Authorisation Flow: What Happens When You Tap

Authorisation is the first and most visible phase of a card transaction. It is the real-time check that determines whether a payment is approved or declined. Here is how it works, step by step.

Authorisation Round Trip
Terminal / POS Acquirer Network Issuer request request request response response response APPROVE / DECLINE 1 to 3 seconds total round trip
1

Capture

The transaction begins at the point of interaction. In a physical store, this is the payment terminal (POS device) that reads the card via chip (EMV contact), contactless (NFC), or magnetic stripe. In e-commerce, it is the checkout page where the customer enters their card number, expiry date, and CVV. The terminal or gateway packages the card details, amount, currency, merchant identifier, and a unique transaction reference into an authorisation request message.

2

Routing to the Acquirer

The authorisation request is sent to the merchant's acquirer (or their processor, acting on the acquirer's behalf). The acquirer performs initial checks: is this merchant active? Is the transaction within acceptable parameters? Does anything flag for fraud? If the checks pass, the acquirer forwards the request to the appropriate card network, identified by reading the card's BIN (Bank Identification Number), the first six to eight digits of the card number.

3

Network Routing

The card network receives the authorisation request and routes it to the correct issuer. This is one of the network's core functions: maintaining the directory that maps every card number to an issuing bank, and providing the technical infrastructure to move messages between acquirers and issuers globally. Both Visa and Mastercard run real-time fraud detection systems that analyse transactions as they pass through the network.

4

Issuer Decision

The issuer receives the authorisation request and makes the approve/decline decision. This considers: sufficient funds or available credit, spending pattern match, whether the card is reported lost or stolen, fraud rules and machine learning models, velocity checks, and whether Strong Customer Authentication (SCA) has been satisfied in regulated markets.

5

Response to Merchant

The acquirer passes the response back to the merchant's terminal or payment gateway. The customer sees "Approved" or "Declined." The entire round trip, from tap to response, typically takes between one and three seconds.

Authorisation is a promise, not a payment. The issuer has agreed to pay, but no money has moved yet. The actual transfer of funds happens later, during clearing and settlement.

Clearing and Settlement: Where the Money Actually Moves

Most people think the transaction is finished when the terminal says "Approved." In reality, the financial heavy lifting has not started. Clearing and settlement are the processes that reconcile authorisations and move actual funds between institutions.

Authorisation vs. Settlement Timeline
Auth ~2 seconds Clearing End of business day Settlement T+1 to T+2 Promise made Funds reserved Reconciliation Net amounts calculated Money moves Merchant receives funds 1 to 2 business days from tap to merchant payout

Clearing

Clearing is the process of exchanging transaction details between acquirers and issuers through the card network. At the end of each business day (or more frequently for high-volume processors), the acquirer submits a batch of completed transactions to the network. The network sorts these transactions, calculates the net amounts owed between parties, and distributes the information to the relevant issuers.

During clearing, the network also calculates interchange fees (the fee the acquirer pays to the issuer for each transaction) and scheme fees (the fees both parties pay to the network itself). These fees are deducted at source, which means the amounts that arrive at each party's account are already net of fees.

Settlement

Settlement is the actual transfer of funds. After clearing has determined who owes what, the network facilitates the movement of money between acquiring banks and issuing banks. In most markets, settlement happens on a T+1 or T+2 basis (one or two business days after the transaction), though some networks and processors are moving toward faster cycles.

The settlement flow works like this:

  1. The issuer transfers the transaction amount (minus interchange) to the network.
  2. The network transfers the funds (minus scheme fees) to the acquirer.
  3. The acquirer deposits the funds (minus the acquirer's processing fee) into the merchant's bank account.

The merchant ultimately receives the transaction amount minus three layers of fees: interchange (to the issuer), scheme fees (to the network), and acquirer/processor margin (to their payments provider). This is the "merchant discount rate" or MDR.


The Fee Stack

How the Merchant Discount Rate Breaks Down
$100.00
Transaction amount
-$1.50
Interchange fee
Issuing bank
-$0.10
Scheme fees
Card network
-$0.40
Acquirer margin
Acquirer / processor
$98.00
Merchant receives
Fee LayerPaid ToTypical Range
InterchangeIssuing bank0.2 to 1.8 percent depending on card type, region, and regulation (EU interchange is capped at 0.2 percent debit / 0.3 percent credit)
Scheme feesCard networkVariable and increasingly complex. Typically 0.02 to 0.15 percent plus fixed per-transaction fees. Scheme fees have been rising steadily.
Acquirer marginAcquirer / processor0.1 to 1.0+ percent depending on merchant size, risk profile, volume, and pricing model (interchange-plus vs. blended).
Understanding the fee stack is essential for anyone working in payments. Every product decision, every pricing negotiation, and every competitive dynamic in the industry connects back to how these fees are structured and who captures what share.

Speaking the Language: Message Standards

Payments transactions are communicated using standardised message formats. Two standards dominate the card payments world.

ISO 8583

ISO 8583 is the legacy message format used for card transaction authorisation, clearing, and settlement. It has been the backbone of card payments since the 1980s. The standard defines a bitmap-based message structure where each data element (amount, currency, card number, merchant ID) occupies a specific numbered field. ISO 8583 is compact and efficient, designed for an era when bandwidth and processing power were scarce.

Most acquiring processors, card networks, and issuers still use ISO 8583 internally. If you are working with a traditional processor, terminal manufacturer, or bank, you will encounter ISO 8583.

ISO 20022

ISO 20022 is the modern replacement, built on XML (and increasingly JSON). It offers richer data fields, better structure, and more flexibility. ISO 20022 is the standard for SWIFT's cross-border messaging, real-time payment systems (like the UK's Faster Payments and the EU's SEPA Instant), and is gradually being adopted across card payments as well.

The migration from ISO 8583 to ISO 20022 is a multi-year industry effort. For card payments, this transition is still in its early stages, but it is accelerating. The richer data in ISO 20022 enables better fraud detection, more detailed remittance information, and improved reconciliation.


Beyond Authorisation: The Full Transaction Lifecycle

Authorisation, clearing, and settlement are the core phases. But a transaction can take several other paths after authorisation, and understanding these is critical.

Post-Authorisation Paths
Normal Settlement
The standard path. Transaction completes without dispute.
Auth Capture Clearing Settlement Done
Void / Reversal
Cancelled before settlement. Releases hold on cardholder funds. Cheaper and faster than a refund.
Auth Reversal sent Funds released Done
Refund
After settlement. Effectively a new transaction in reverse. Typically three to five business days.
Auth Settlement Refund initiated Reverse settlement Credit applied
Chargeback
Cardholder disputes the transaction. Issuer reverses it. Merchant can contest via representment. Above one percent triggers monitoring.
Auth Settlement Dispute filed Issuer reverses Representment? Resolution

Capture

In some scenarios, authorisation and capture are separate steps. A hotel, for example, may authorise a card at check-in (reserving funds) but only capture the final amount at checkout. Restaurants authorise the bill amount and capture after the tip is added. In e-commerce, some merchants authorise at order and capture at shipping. The time between authorisation and capture is called the "auth window," and it varies by card network and transaction type.

Voids and Reversals

If a transaction needs to be cancelled before it has been settled, the acquirer sends a reversal (also called a void). This releases the hold on the cardholder's funds without requiring the full chargeback process. Reversals are cheaper and faster than refunds.

Refunds

After settlement, cancelling a transaction requires a refund, which is effectively a new transaction in reverse. The acquirer sends the refund amount back through the network to the issuer, who credits the cardholder's account. Refunds typically take three to five business days to appear.

Chargebacks

A chargeback occurs when a cardholder disputes a transaction. The issuer reverses the transaction and debits the acquirer, who in turn debits the merchant. The merchant can contest the chargeback by providing evidence (known as representment). Chargebacks carry additional fees and, if a merchant's chargeback rate exceeds network thresholds (typically one percent of transactions), they face penalties, monitoring programmes, or even termination of their merchant account.

Chargebacks are one of the most consequential mechanisms in the payments system. They shape fraud strategy, merchant risk management, product design, and customer service policy. We will explore them in depth in Module 4.

Putting It All Together

Here is the complete lifecycle of a standard card-present transaction, summarised end to end:

  1. The cardholder taps or inserts their card at the terminal.
  2. The terminal reads the card data and creates an authorisation request.
  3. The request is sent to the acquirer/processor.
  4. The acquirer routes the request to the correct card network (identified by BIN).
  5. The network routes the request to the issuing bank.
  6. The issuer approves or declines based on funds, fraud checks, and authentication.
  7. The response flows back through the network and acquirer to the terminal.
  8. The transaction is captured and batched for clearing.
  9. The network clears the transaction, calculating interchange and scheme fees.
  10. Settlement occurs: funds flow from issuer to network to acquirer to merchant account.

Each step in this chain is a product, a business, and an opportunity. The companies that operate at each layer, and the ones building new layers on top, are the subjects of this course.


Key Takeaways


Glossary

Acquirer
The financial institution or payment provider that enables a merchant to accept card payments. Also called the acquiring bank or merchant acquirer.
Auth Window
The period between authorisation and capture during which funds are held but not yet transferred.
BIN
Bank Identification Number. The first six to eight digits of a card number, identifying the issuer and network.
Chargeback
A forced reversal of a transaction initiated by the cardholder's issuing bank, typically due to a dispute.
Clearing
The process of exchanging transaction details between acquirers and issuers through the card network to determine net amounts owed.
EMV
Europay, Mastercard, Visa. The global standard for chip-based card payments, replacing magnetic stripe.
Interchange
The fee paid by the acquirer to the issuer on each card transaction. Set by the card networks.
ISO 8583
The legacy message format standard for card payment authorisation, clearing, and settlement messages.
ISO 20022
The modern message standard based on XML/JSON, offering richer data and greater flexibility. Replacing ISO 8583.
Issuer
The cardholder's bank. Issues the card, manages the account, and makes the approve/decline decision.
MDR
Merchant Discount Rate. The total fee a merchant pays per transaction, comprising interchange, scheme fees, and acquirer margin.
NFC
Near Field Communication. The wireless technology enabling contactless payments.
Representment
The process by which a merchant contests a chargeback by submitting evidence to the issuer.
SCA
Strong Customer Authentication. A regulatory requirement (PSD2) for two-factor authentication on many electronic payments in the EEA and UK.
Scheme Fees
Fees charged by the card network (Visa, Mastercard) to both acquirers and issuers for use of the network.
Settlement
The actual transfer of funds between institutions following clearing. Typically occurs on a T+1 or T+2 basis.

Which part of the transaction lifecycle do you think is most ripe for disruption? And where does the current system work well enough that nobody should touch it?

Next Module
Module 2: Acquiring and Processing
Merchant onboarding, underwriting, the gateway/processor/acquirer distinction, and how pricing models actually work.