What a payment actually is
No coins move when you pay — ledger entries change. What a payment really is, who asks for it, and what must happen before anyone is paid.
L0 Explain simply
When you send money to a friend, nothing physical travels. Your bank lowers the number on your account, and your friend's bank raises the number on theirs. A payment is that pair of changes, plus the messages the banks exchange to agree on them. Pushing money to someone this way is called a credit transfer. Analogy: two scorekeepers. You tell your scorekeeper to move 50 points from you to your friend at another table. Your scorekeeper contacts theirs, both agree, and both write it down. Nothing moved — the books changed, and everyone trusts the books. Everything else in payments — networks, formats, checks — exists so those entries change safely, and exactly once.
L1 Core concepts
A payment is a transfer of monetary value from one party to another, carried out by adjusting account balances rather than by moving anything physical. It starts with an instruction: the payer tells their payment service provider what to pay, to whom, and when. The form the payment takes is its payment instrument — a credit transfer pushes funds from the payer's side, a direct debit pulls funds on the payee's initiative, and cards and cheques are instruments of their own. Whatever the instrument, the same core mechanism applies: an instruction is validated, passed between the institutions involved, and results in one account being debited and another credited. The rest of this academy unpacks each step of that mechanism.
L2 Practitioner view
In practice a payment is a data record moving through controlled stages. An instruction arrives through a channel — an app, a file from a corporate, a branch — and the bank validates it: is the account real, is the balance sufficient, are mandatory fields present? It is screened against sanctions lists and fraud rules, then routed to a payment rail whose rules fit the amount, currency, and urgency. Most instructions pass untouched — this is straight-through processing — while a minority fall out into repair or investigation queues that operations teams work manually. What ops sees is statuses: captured, validated, sent, settled, confirmed. How many stages exist, and what each is called, varies between institutions and between rails.
L3 Technical details
Strip away the systems and a payment instruction is a compact data record. Its core facts: who pays — the debtor and their account, an IBAN in many markets; who is paid — the creditor and theirs; how much, in which currency; an execution date; and remittance information, the text telling the creditor what the money is for. Around the facts sit references: an end-to-end reference chosen by the originator and, on cross-border rails, a UETR — built to survive every hop unchanged so both ends can name the same payment. The same logical instruction is re-expressed at each stage: a corporate hands its bank a pain.001 initiation message; between banks it travels as a pacs.008 (or an MT103 on the older rail), carrying the same core facts plus interbank details the customer never sees — settlement amount, settlement date, and the agents on each side.
SEE THE PAYMENT MOVE
Read the steps as text
- 02ProcessingBank Alfa checks the instructionBank Alfa (payer's bank)
Is the account number valid? Is there enough money? Is anything suspicious? Banks check before they promise.
- 03PostingThe payer's balance goes downBank Alfa (payer's bank)
Bank Alfa reduces the payer's balance. Important: the payee does not have the money yet — it has only left the payer.
- DR Payer's account at Bank Alfa — EUR 200.00
- 05Clearing obligationThe clearing system adds everything upClearing system
Thousands of payments flow both ways between the banks. The clearing system works out who owes whom overall — a tally, not yet a movement of money.
Clearing decides who owes what. Settlement — the next step — actually moves the money.
- 06SettlementThe banks settle upBank Alfa (payer's bank) → Nordbank (payee's bank)
Bank Alfa's account at the central bank goes down; Nordbank's goes up. Now — and only now — has money truly moved between the banks.
- DR Bank Alfa's account at the central bank — EUR 200.00
- CR Nordbank's account at the central bank — EUR 200.00
- 08PostingThe payee's balance goes upNordbank (payee's bank)
Nordbank credits the payee. The journey is complete: payer down, banks settled, payee up.
- CR Payee's account at Nordbank — EUR 200.00
Sources for this topic2
- Market practiceMarch 2003 edition
A glossary of terms used in payments and settlement systems ↗ — CPSS (now CPMI), Bank for International Settlements · definitions of payment and credit transfer
Terminology has evolved since this edition; newer CPMI publications refine some definitions.
- Simplified educational illustration
Payments Signal editorial teaching models — Payments Signal
What this simplifies: The linked domestic credit transfer flow compresses validation, screening, and posting into single steps and shows one representative message per hop; real banks split these stages across multiple systems and statuses.
Used wherever diagrams, scenarios, figures, or example values are didactic constructions rather than sourced facts; every such use carries a simplifications disclosure. All people, companies, banks, and list entries in examples are fictional.
Deepest material on this page: L3 — Technical details. Where a topic stops short of implementation depth, that is a deliberate coverage decision, not an oversight — see coverage.