
What is flow of funds?
Flow of funds describes the path money takes as it moves from one party to another, including every account, intermediary, and payment rail involved in the journey. In a payments context, it is a way of mapping exactly who touches the money, in what sequence, and on what terms before it reaches its final destination.
Understanding the flow of funds is a foundational exercise for any fintech, payment platform, or embedded finance provider. It determines what licenses are required, who bears liability at each stage, how settlement timing works, and where operational risk sits.
Two uses of the term
"Flow of funds" is used in two distinct contexts, and it is worth distinguishing them.
In macroeconomics, flow of funds refers to the system used by central banks and statistical agencies to track how money moves between sectors of an economy: households, businesses, financial institutions, and governments. In the United States, the Federal Reserve publishes this data quarterly as the Z.1 Financial Accounts of the United States, which tracks aggregate borrowing, lending, and investment across the economy.
In payments and fintech, flow of funds refers to the specific path money takes through a transaction or a business model. This is the operational definition: which accounts does the money pass through, which entities hold it at each step, which rails carry it between those accounts, and how long does each leg take to settle.
The rest of this entry focuses on the payments definition, which is the one relevant to building and operating payment infrastructure.
How flow of funds works in payments
Every payment involves money moving from a source account to a destination account. In the simplest case, that is a direct transfer between two parties with no intermediary. In practice, most payment flows involve multiple steps and multiple entities before the money arrives.
Each step in the flow is sometimes called a "leg" or a "hop." A single payment might involve:
- A payer initiating a transfer from their bank account
- A payment service provider collecting the funds into a pooled or client account
- A clearing process where the payment instruction is verified and routed
- Settlement across a payment rail such as ACH, wire transfer, SEPA, or RTP
- Final credit to the recipient's account
Each leg has its own settlement timeline, its own fee structure, and its own set of rules about who is responsible if something goes wrong.
Flow of funds models
The structure of a flow of funds depends on whether the business sits inside or outside the movement of money. There are four common models.
Direct: Money flows straight from the payer to the payee with no intermediary touching it. The platform or business facilitates the transaction but never holds the funds. This carries the least regulatory burden but also the least control over timing, user experience, and error resolution.
Third-party processor in the middle: A payment processor temporarily holds the funds while the transaction is verified and routed. The business itself does not touch the money. This reduces the business's liability and compliance obligations but introduces a dependency on the processor's settlement timeline and fee structure.
Business in the flow: The business receives the funds directly into its own account before disbursing them to the end recipient. This gives the most control over timing, fees, and user experience, but places the business squarely in the regulatory and liability frame. Holding client funds typically triggers licensing requirements in most jurisdictions.
Third-party processor and business combined: A hybrid where a processor handles part of the flow and the business handles another part. Common in marketplace and platform models where the business collects from buyers and distributes to sellers.
The choice between these models has direct consequences for licensing, capital requirements, fraud liability, and the speed at which funds can be made available to end users.
Why the flow of funds matters for compliance
Regulators care deeply about flow of funds because it determines who is responsible for KYC, AML screening, and sanctions checks at each point in the transaction chain.
Any entity that holds, moves, or controls funds on behalf of others is typically subject to money transmission or payment institution licensing requirements. The moment a business steps into the flow of funds, rather than simply referring transactions to a third party, it takes on a set of regulatory obligations that vary by jurisdiction but consistently include customer due diligence, transaction monitoring, and suspicious activity reporting.
This is one reason that mapping the flow of funds is one of the first exercises a new fintech or embedded finance provider undertakes when designing its product. Getting this wrong at the design stage creates remediation problems that are expensive to fix after launch.
Flow of funds in cross-border payments
Cross-border flows add layers of complexity that domestic flows do not have. A single international payment may involve:
- A domestic leg in the sending country, moving funds from the payer's bank to a correspondent or intermediary
- A SWIFT message or equivalent instruction routing the payment to the destination country
- A correspondent banking relationship converting the currency and crediting the receiving institution
- A domestic leg in the receiving country, moving funds from the receiving institution to the beneficiary's account
Each leg may settle at a different time, carry different fees, and sit with a different entity. FX conversion introduces a rate that applies at a specific point in the chain, and that point matters for both cost and timing.
Virtual accounts and local payment rails have changed this model in recent years. Rather than routing everything through correspondent banking chains, platforms can now receive funds locally in the payer's currency and settle out locally in the payee's currency, with a single FX conversion happening internally. This compresses the number of legs in the flow and reduces both cost and settlement time.
Why fintechs map their flow of funds
A detailed flow of funds diagram is a working tool, not just a compliance document. Fintechs use it to:
- Identify regulatory touchpoints: Every entity in the flow that holds funds needs to be assessed for licensing obligations
- Model settlement timing: Different rails settle at different speeds. Understanding which leg introduces a delay tells you where float sits and how it affects treasury management
- Allocate liability: If a payment fails or funds go missing, the flow of funds diagram shows which entity was holding the money at that point
- Design reconciliation: Each account in the flow needs to be reconciled. A clear flow of funds makes payment reconciliation design straightforward; an unclear one creates gaps in the payment ledger
- Assess fraud risk: The leg where the business initiates a debit from a customer is typically the highest-risk point in the flow. Mapping this explicitly helps risk teams design controls at the right point
For platforms operating across multiple rails and currencies, the flow of funds also feeds directly into the design of clearing accounts and the logic of how in-transit funds are tracked between legs.