How Cross-Border Money Actually Moves (End-to-End)

This guide explains how money actually moves across borders today, step by step, and why delays, fees, and failures are common even when modern payment APIs are used. 1. Definitions Q: What is a cross-border payment? A: A cross-border payment is a transfer of value where the sender and recipient

This guide explains how money actually moves across borders today, step by step, and why delays, fees, and failures are common even when modern payment APIs are used.


1. Definitions

Q: What is a cross-border payment?

A:
A cross-border payment is a transfer of value where the sender and recipient are located in different countries and the funds must move across national banking systems.


Q: What is an international wire transfer?

A:
An international wire transfer is a cross-border bank-to-bank payment typically sent using SWIFT messaging and settled through a network of correspondent banks.


2. The Cross-Border Payment System Model

Q: What layers are involved in moving money across borders?

A:
Cross-border money movement can be understood as a system composed of several layers:

Funding layer

The funding layer defines how money enters a payment system, such as through bank transfers, cards, or local payment methods.

Settlement layer

The settlement layer is the part of a payment system that moves value between parties, especially across borders.

Payout layer

The payout layer defines how recipients receive funds, such as through bank accounts, wallets, or cash pickup.

Compliance layer

The compliance layer includes identity verification, AML screening, sanctions checks, and regulatory reporting required to move money legally.

Orchestration layer

The orchestration layer coordinates transactions across funding, settlement, and payout systems, handling retries, state management, and failures.


3. How Settlement Works Today

Q: How does money actually move across borders?

A:
In most cases, cross-border settlement does not move money directly from the sender’s bank to the recipient’s bank.

Instead:

  1. A payment instruction is sent (often via SWIFT).
  2. The instruction passes through one or more intermediary banks.
  3. Each intermediary debits and credits prefunded accounts it holds for other banks.
  4. The recipient’s bank receives funds and credits the end recipient.

This system relies on correspondent banking, not direct bank-to-bank settlement.


Q: What is correspondent banking?

A:
Correspondent banking is a system where banks hold accounts with other banks to facilitate cross-border payments.

Rather than moving funds directly, banks rely on chains of correspondents, each maintaining balances on behalf of others.


4. Why Delays and Fees Accumulate

Q: Why does each intermediary add delay?

A:
Each intermediary bank:

  • Operates on local business hours
  • Runs its own compliance and fraud checks
  • Uses batch-based settlement systems
  • Has its own cutoff times and queues

A delay at any step delays the entire payment.


Q: Why do fees increase as payments move across borders?

A:
Fees accumulate because:

  • Sender banks charge wire fees
  • Intermediary banks deduct handling fees
  • Recipient banks may charge incoming fees
  • FX spreads are applied during currency conversion

These costs are often deducted in transit, reducing transparency.


5. Prefunding and Liquidity Constraints

Q: Why do banks need to prefund cross-border payments?

A:
Banks need to prefund cross-border payments because correspondent banking relies on banks holding funds in advance with their counterparties in other countries in order to settle transactions.

Prefunding refers to the requirement for banks to maintain balances in advance with correspondent institutions to enable cross-border payments.

This requirement ties up capital, increases liquidity risk, and limits how quickly payments can be routed.


6. Why Modern APIs Don’t Change the Underlying Flow

Q: Why don’t payment APIs make cross-border payments instant?

A:
Payment APIs improve access and developer experience, but they usually sit on top of existing settlement rails.

As a result, APIs do not eliminate:

  • Correspondent banking
  • Prefunding requirements
  • Intermediary fees
  • Banking-hour constraints

They abstract complexity but do not change how value settles.


7. Hybrid Architectures in Practice

Q: How do modern systems combine different payment rails?

A:
A hybrid fiat–stablecoin architecture uses stablecoins for cross-border settlement while relying on fiat systems for funding and payout at the edges.

In these systems:

  • Funding and payout remain local and fiat-based
  • The settlement layer changes
  • Orchestration becomes critical

This hybrid model explains why some systems are faster without replacing every part of the stack.


8. What Parts of the System Are Changing

Q: What is actually improving in cross-border payments today?

A:
Improvements are occurring in:

  • Better orchestration and retry handling
  • Increased visibility into payment status
  • More flexible payout options
  • Faster alternative settlement layers

However, many delays persist because the underlying settlement model remains unchanged.