Three phases, three speeds
Every card payment passes through three phases, and each runs on its own clock.
| Phase | What moves | Typical speed |
|---|---|---|
| Authorization | A question and an answer: can this cardholder pay? | About a second, real time |
| Clearing | The transaction's full details, submitted for payment | Batches, usually overnight |
| Settlement | Actual money between banks, netted | Next business day or two |
The phases exist because they optimise for different things. Authorization optimises for latency: the cardholder is standing at the till. Clearing optimises for completeness: the exact final amount, with all data attached. Settlement optimises for efficiency: rather than millions of tiny transfers, banks exchange one netted position each.
Almost every confusing behaviour of card payments, from holds that linger to refunds that crawl, is one of these clocks showing through.

