FedNow vs RTP: Comparing the Two US Instant Rails
For most of the last decade, the United States was the conspicuous laggard in real-time payments. Now it has the opposite problem: two national instant rails running in parallel, each settling irrevocably in seconds, each reaching a large slice of the country's deposit accounts, and each asking builders to make an integration decision. The Clearing House launched RTP in 2017 as a private-sector network owned by large banks. The Federal Reserve followed with FedNow in 2023 as a public operator. Understanding how they differ matters because the choice shapes reach, settlement mechanics, and the features you can offer end users.
Two operators, one shared goal
RTP is operated by The Clearing House, a bank-owned payments company. FedNow is operated by the Federal Reserve, the same institution that runs Fedwire and the ACH system alongside the private ACH operator. Both rails do fundamentally the same thing: they move funds between accounts at participating financial institutions within seconds, around the clock, with settlement that is final and irrevocable. Neither is a card network, and neither is a wallet. They are interbank clearing and settlement rails on top of which banks, fintechs, and processors build products.
The philosophical difference is ownership. A privately governed network can move quickly and tailor features to its member banks, but some institutions are wary of routing volume through infrastructure owned by their largest competitors. A central-bank operator carries a neutrality and trust dividend, and the Fed's existing relationships with thousands of institutions give FedNow a natural on-ramp to smaller banks and credit unions that were slower to join RTP.
Settlement and availability
Both rails settle continuously rather than in batches, and both are designed for 24/7/365 operation. RTP settles through a joint account at the Federal Reserve that participants prefund; balances in that account back the payments so that credit risk between banks is contained. FedNow settles directly across participants' master accounts at the Fed, using the same account infrastructure banks already hold for other Fed services. In practice both give the receiver good, spendable funds almost immediately, which is the property that makes instant rails useful for payroll, insurance disbursements, gig-economy payouts, and account-to-account transfers.
ISO 20022 and the message model
A crucial point for anyone integrating: both rails speak ISO 20022, the structured messaging standard now spreading across global payment systems. That shared vocabulary means richer remittance data can travel with the payment, and it eases the work of building a processor that can address either rail with a common internal model. Both networks are credit-push systems, meaning the payer's bank initiates the transfer; there is no direct debit pull. Both also support non-value messages such as request-for-payment, which lets a biller solicit a push payment, plus acknowledgements and status reports that make reconciliation cleaner than legacy rails ever allowed.
| Dimension | FedNow | RTP (The Clearing House) |
|---|---|---|
| Operator | Federal Reserve (public) | The Clearing House (bank-owned) |
| Launched | 2023 | 2017 |
| Availability | 24/7/365, instant final settlement | 24/7/365, instant final settlement |
| Direction | Credit push only | Credit push only |
| Messaging standard | ISO 20022 | ISO 20022 |
| Settlement model | Across Fed master accounts | Prefunded joint account at the Fed |
| Reach today | Growing, strong among smaller banks and credit unions | Broad among large banks, high deposit coverage |
| Value cap | Set by the operator, adjustable over time | Set by the operator, generally higher |
| Extra messages | Request for payment, status, liquidity tools | Request for payment, tokenized data, status |
Transaction limits and reach
Both rails cap the value of a single transaction, and both operators have raised those caps over time as confidence and fraud controls matured. Rather than fixate on a specific figure that will be out of date by the time you read it, treat limits as a moving policy lever: RTP has generally supported larger single payments, which suits business-to-business use, while FedNow's caps have been more conservative and are adjustable per institution. Reach is the more strategic variable. RTP arrived first and signed up many of the largest banks, giving it high coverage of US deposit accounts. FedNow's advantage is breadth of institutions, since the Fed already serves the long tail of community banks and credit unions that a bank-owned network took longer to attract.
How builders choose
In practice the answer is often "both." A payout platform that wants to reach the maximum number of end accounts benefits from being able to route over whichever rail the receiving bank supports, falling back to the other, and dropping to same-day ACH when neither is available. Because both networks share ISO 20022 and the credit-push model, a well-designed abstraction layer can present a single API to product teams while handling rail selection, limit checks, and fraud scoring underneath. Platforms such as KibiPay take exactly this approach, treating rail choice as a routing decision rather than a product constraint.
Fraud and irrevocability
The property that makes instant rails valuable, finality, is also what makes them attractive to fraudsters. Because a completed payment cannot simply be clawed back the way a card chargeback can, both networks lean heavily on pre-send controls: verification of the payee, request-for-payment flows that keep the payer in control, and real-time risk scoring. Any serious integration needs fraud and AML checks that run in the few hundred milliseconds before the payment leaves, not after.
Takeaway
FedNow and RTP are more alike than different in what they deliver to end users: instant, final, 24/7 account-to-account payments carrying rich ISO 20022 data. The meaningful differences are governance and reach, a public operator with a long tail of small institutions versus a private network with deep coverage of large banks. For builders, the pragmatic stance is rail-agnostic: integrate an abstraction that can reach either, and let coverage, limits, and cost decide the route per payment.