Payments - Introduction / Learning brief
Cross-border payment networks
Your notes
In simple terms / 01
What this means in plain language
Money crosses borders through more than the correspondent-banking chain. This article explains closed-loop networks, payment aggregators, card-scheme cross-border rails, and the quote-then-pay API model many modern networks use.
Sending money across a border traditionally means a correspondent-banking chain, where a payment hops through a series of banks that hold accounts with each other until it reaches the destination. That chain works but can be slow and hard to price in advance. Several other network types now move value across borders. A closed-loop network holds funds or accounts on both sides itself, so a transfer becomes an internal move rather than a hop through outside banks. A payment aggregator connects to many local rails and banks, giving one firm reach into many countries through a single connection. Card schemes run their own cross-border rails, moving value between issuers and acquirers in different countries. Many modern networks expose a quote-then-pay model through an API (application programming interface): the sender first requests a firm quote showing the rate and fees, then confirms the payment against that quote. This makes the final cost known before the money moves, which the traditional chain often could not promise.
Complete lesson / 02
Understand the full idea, step by step
Four invoices land on the same desk on the same morning: a machine-parts supplier in Germany, a packaging firm in Malaysia, a freight agent in Kenya who wants a mobile-wallet payout, and a distributor whose bank sits behind a card scheme's payout service. All four say pay us across a border — but the money will travel four quite different ways. This lesson maps those ways.
The default route: a chain of correspondents
No bank holds an account at every other bank in the world, so the traditional route works through intermediaries. Bank Alfa holds an account with a correspondent — a bank that can reach the destination country — and that correspondent may use another bank before the funds arrive. Each link in the chain posts entries in its own books, may deduct a fee, and reconciles its own records. The design is powerful precisely because it is indirect: a handful of relationships gives a bank reach into almost any market. The costs of that indirection are equally real. Several banks means several handling steps, so the payment can be slow; fees taken along the way mean the amount finally delivered may not be known when the payment starts; and no single party sees the whole path end to end, although modern messaging standards have improved visibility.
Read the steps as text
- 02ProcessingBank Alfa validates and screensBank Alfa (ordering bank)
Format and balance checks plus sanctions screening. Cross-border payments face stricter screening because more jurisdictions are involved.
Screening checkpoint: Outbound cross-border screening — Ordering and beneficiary parties, banks, and remittance text are screened before the payment leaves.
- 03PostingThe customer's account is debitedBank Alfa (ordering bank)
Bank Alfa books the debit and, per the charge option, any fees.
- DR Ordering customer's account at Bank Alfa — USD 250,000.00
- 05ProcessingMeridian validates and screens in the middleMeridian Bank (correspondent)
Every bank in the chain screens independently. Meridian also checks that Bank Alfa's account has cover for the debit.
- 06SettlementMoney moves across the books of MeridianMeridian Bank (correspondent)
Both Bank Alfa and Cassia hold USD accounts at Meridian. Settlement here is a book transfer in commercial bank money: Meridian debits one account it holds and credits the other.
No clearing house is involved — the correspondent's ledger is the settlement venue. This is settlement in commercial bank money, not central bank money.
- DR Bank Alfa's USD account at Meridian (vostro) — USD 250,000.00
- CR Cassia's USD account at Meridian (vostro) — USD 250,000.00
- 09ProcessingCassia validates the incoming paymentCassia Bank (beneficiary bank)
Account checks and inbound screening. Only when funds are confirmed on the nostro and checks pass is the beneficiary credited.
- 10PostingThe beneficiary is creditedCassia Bank (beneficiary bank)
Cassia credits its customer, net of any beneficiary-side charges the charge option allows.
- CR Beneficiary's account at Cassia — USD 250,000.00
You may be wondering: if the chain is slow and hard to price, why does it still carry so much of the world's money?
Reach. The correspondent chain can get value to almost any bank on earth without anyone building new infrastructure, and for large interbank and corporate flows it remains the workhorse. Every alternative network makes a trade: it shortens or replaces the chain, but only inside the set of countries, currencies, and endpoints that the network itself has wired up in advance.
Closed-loop network
A closed-loop network holds funds or accounts on both sides of the border itself. When a customer sends money, the network debits its own account in the sending country and pays out from its own account in the receiving country — so the cross-border transfer becomes an internal move within one organisation's books. No value actually crosses the border at that moment; the network rebalances its own positions later, in bulk, through whatever route suits it.
Aggregators, quote-then-pay APIs, and card rails
A payment aggregator takes a different approach: it connects to many local payment rails, banks, and wallet providers, and offers that combined reach through one integration. A firm connects once and can pay into many countries, while the aggregator maintains each local connection. Many aggregators expose their service through an API (application programming interface) built on a quote-then-pay pattern — first request a firm price, then confirm a payment against it — which makes the delivered amount known before any money moves. Finally, card schemes run cross-border payout services of their own: a bank connects to the scheme's network and sends payment requests through it, with the scheme handling delivery to bank accounts, wallets, or cards in the destination country and settling with its participants under scheme rules.
| Model | Who holds the funds abroad | How value crosses | Cost certainty up front |
|---|---|---|---|
| Correspondent chain | Each bank's correspondent, in nostro/vostro accounts | Book transfers across correspondent accounts, leg by leg | Weak — fees can be deducted along the way |
| Closed-loop network | The network itself, on both sides | An internal move in the network's books; positions rebalanced later | Strong — one party sets the whole price |
| Aggregator (quote-then-pay API) | The aggregator's local partners and prefunded balances | Payout over a local rail in the destination country | Strong — a firm quote is locked before payment |
| Card-scheme cross-border service | Scheme participants, settled under scheme rules | The scheme's network delivers to accounts, wallets, or cards | Strong — the request carries or references a quote |
COMMON CONFUSION
“Alternative networks are faster because they physically move the money across the border more quickly.”
Value never travels in any of these models — that is the first lesson of payments, and it holds here too. Every model needs funds to already exist on both sides of the border. What differs is who holds those funds (correspondents, the network itself, an aggregator's local partners, scheme participants) and how the movement is arranged, priced, and settled. Speed comes from removing handling steps, not from moving money faster through a wire.
STRICTLY SPEAKING
Strictly speaking, these four categories blur in practice. An aggregator usually relies on correspondent banking underneath to rebalance its own positions; a closed-loop network may use an aggregator for corridors it has not built; and one company can operate as several models at once. Treat the categories as a map of mechanisms, not a directory of companies.
FOR NOW, REMEMBER
- The correspondent chain trades speed and price certainty for near-universal reach — every alternative network is a response to that trade.
- A closed-loop network holds funds on both sides, so a cross-border payment becomes an internal move; positions are rebalanced later.
- An aggregator offers many local rails through one integration, usually behind a quote-then-pay API that fixes the price before money moves.
- Card schemes run cross-border payout services of their own, delivering to accounts and wallets — not only cards — under scheme rules.
- No model removes the need for funds to exist on both sides; they change who holds the funds and how the movement is arranged.
TRY IT YOURSELF
Asha Traders wants to pay dozens of small suppliers across many countries, some into bank accounts and some into mobile wallets — and its finance system must show the exact delivered amount on each remittance advice before anything is sent. Which route fits that need most directly?
The quote-then-pay pattern deserves a lesson of its own: how a quotation is requested and locked, how a payment order is submitted against it, and how callbacks report what happened — with Thunes as the named example.
KEEP GOINGKey takeaways / 03
Three things to remember
- 01
The correspondent-banking chain hops a payment through banks that hold accounts with each other.
- 02
Closed-loop networks, aggregators, and card schemes offer alternative cross-border paths.
- 03
A quote-then-pay API model shows a firm rate and fee before the payment is confirmed.
Practical use cases / 04
Where you would use this
A remittance firm uses a closed-loop network so a transfer settles internally instead of hopping through correspondents.
A marketplace connects to a payment aggregator to pay sellers in many countries through one integration.
A developer calls a quote endpoint, shows the customer the exact rate and fee, then confirms the payment against that quote.
Worked example / 05
Put the idea into a real situation
Illustrative example: a fictional network, Anchor Cross, offers a quote-then-pay API. A customer wants to send GBP 1,000.00 to a recipient in another country. The quote endpoint returns a rate of 1.1650 and a fee of GBP 4.50, so the recipient will receive EUR 1,160.06 and the quote is held for 30 seconds. The customer confirms within that window, and Anchor Cross settles from its local account on the receiving side, delivering the funds within 2 minutes rather than through a multi-bank correspondent chain.
Evidence & review / 07
Evidence & review
Cross-border payments generally; model taxonomy is jurisdiction-neutral and not tied to any scheme version.
What this brief simplifies: Four-model taxonomy is a teaching map — real providers combine models; correspondent-chain mechanics are summarised without charge-option or serial/cover detail, which have their own lessons.
Sources for this brief2
- Market practice
Correspondent banking (final report) ↗ — CPMI, Bank for International Settlements · Structure and decline pressures of correspondent banking
Published in July 2016; its statistics cover 2011-2015 and are dated, but the definitions and arrangement types remain widely used.
- Simplified educational illustration
Payments Signal editorial teaching models — Payments Signal
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.