Clearing vs Settlement: What Happens After You Send
When you hit send on a payment, it feels like a single event: the money leaves you and arrives with someone else. Behind the scenes, though, almost every payment is really two distinct processes — clearing and settlement. Conflating them is one of the most common sources of confusion in payments, and it leads to real mistakes: mis-built reconciliation, wrong assumptions about when money is truly available, and underestimating risk. This post pulls the two apart and shows why the gap between them matters.
Clearing: agreeing what is owed
Clearing is the process of exchanging and validating payment instructions so that everyone agrees on who owes what. When you initiate a payment, an instruction travels across the rail describing the payer, the payee, the amount, and supporting details. Clearing is where that instruction is checked, matched, and confirmed: Is the account valid? Are the details well-formed? Does the message pass the scheme's rules?
Clearing does not, by itself, move the actual money between the banks. It produces an agreed record of obligations — a shared understanding that Bank A now owes Bank B a certain amount on behalf of their customers. On many rails, clearing also involves netting: instead of settling every transaction individually, the rail tallies up all the payments flowing in each direction and calculates a single net figure each bank owes or is owed.
What clearing produces
- A validated, agreed set of payment instructions.
- Often, netted positions showing each participant's overall obligation.
- The information a payee's bank may use to make funds available to the customer — sometimes before settlement has happened.
Settlement: actually moving the money
Settlement is the moment the money genuinely changes hands between the banks. This almost always happens across accounts the banks hold at the central bank. When settlement occurs, Bank A's central-bank balance falls and Bank B's rises by the agreed amount. Only then is the obligation truly discharged and the payment considered final.
Settlement comes in two broad flavours:
- Net settlement. Banks settle their net positions at set times during the day. This is efficient — fewer, larger movements — but it means participants carry exposure to one another between settlement cycles.
- Gross settlement. Each payment settles individually and immediately, one by one, typically for high-value transfers. This is often called real-time gross settlement, and it minimises inter-bank risk at the cost of needing more liquidity.
Why the two can happen at different times
Here is the crucial insight: clearing and settlement are often separated in time. On many rails, an instruction clears quickly — the payee's bank sees a valid, confirmed payment and may credit the customer's account right away — while the actual settlement between banks happens later, in a scheduled batch. To the customer the payment looks instant; between the banks, money has not yet moved.
| Aspect | Clearing | Settlement |
|---|---|---|
| What it does | Validates and agrees obligations | Moves the actual funds |
| Money moved? | No | Yes |
| Where it happens | Across the scheme / rail | Across central-bank accounts |
| Timing | Usually fast | Immediate or in scheduled cycles |
| Result | Agreed record | Finality |
Why the gap matters to builders
That timing gap creates settlement risk — the risk that between clearing and settlement, a participant fails to pay what it owes. It is why banks care deeply about how long positions stay unsettled and how much exposure builds up in between. For anyone building payment products, the clearing/settlement split has practical consequences:
- Availability of funds. "The payment went through" (cleared) is not the same as "the money is irrevocably ours" (settled). Confusing the two can expose you to reversals.
- Reconciliation. Your books must track both the cleared instruction and the eventual settlement, because they arrive at different times and in different shapes (individual vs netted).
- Liquidity management. If you are a participant, you need funds in the right place at settlement time, especially on gross-settlement rails.
- Messaging quality. Clearing depends on clean, well-structured messages. This is a big part of why the industry is moving to ISO 20022, a richer structured standard that carries more context and reduces the ambiguity that causes clearing failures.
A payment is not finished when it clears. It is finished when it settles. The space between those two moments is where risk lives.
Where instant rails fit
Real-time payment rails compress this timeline dramatically, but they do not abolish the distinction. Many instant rails still clear each payment immediately and give the payee use of the funds at once, while settling the net positions between banks a little later. Others push settlement itself closer to real time. Either way, understanding whether a given rail settles instantly or on a delay tells you exactly how much settlement risk you are carrying — and platforms that maintain their own internal ledger, as KibiPay does, must reconcile that ledger against real settlement events rather than against the moment a payment merely appeared to clear.
The takeaway
Clearing is agreeing who owes what; settlement is actually moving the money, with finality, across central-bank accounts. They frequently happen at different times, and the gap between them is where settlement risk, reconciliation complexity, and funds-availability confusion all originate. Keep the two concepts firmly separate and a great deal of payments behaviour — and a great deal of payments risk — becomes far easier to reason about.