KibiPay
HomeBlog › Fundamentals

Clearing vs Settlement: What Happens After You Send

6 min read Fundamentals
SettlementFundamentalsPayment rails

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

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:

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.

AspectClearingSettlement
What it doesValidates and agrees obligationsMoves the actual funds
Money moved?NoYes
Where it happensAcross the scheme / railAcross central-bank accounts
TimingUsually fastImmediate or in scheduled cycles
ResultAgreed recordFinality

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:

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.

See these rails in motion

KibiPay connects UK Faster Payments, Bacs, CHAPS, Mojaloop mobile money and Solana behind one API, with ISO 20022 messaging and real-time fraud & AML screening.

Open the live console How it works