Most payments PMs learn the rails the hard way. You ship a feature, a transaction settles slower than you promised, and a support ticket teaches you the difference between ACH and RTP. You can skip that lesson. Each rail moves money under its own rules for speed, cost, reversibility, and risk. Pick the wrong one and you build a worse product for your users.
A payment rail is the infrastructure that moves funds between accounts. Payment rails are the underlying systems and networks that facilitate the movement of funds between parties in financial transactions. The rail decides who clears the money, how fast it lands, and whether anyone can claw it back. PMs treat that choice as a product decision, not a back-office detail.
ACH: cheap, slow, and everywhere
ACH stands for Automated Clearing House. It is the backbone of US bank transfers. Think payroll, rent, recurring subscriptions, and bill pay. The ACH network is managed by the National Automated Clearing House Association (Nacha) and is regulated by the Federal Reserve.
ACH processes in batches, not in real time. ACH payments are slower, taking one to three business days, but they have lower fees. Same-day ACH exists, but it still settles in windows, not seconds.
The thing PMs often miss is reversibility. ACH debits can be returned for insufficient funds or disputes, sometimes days later. If your product credits a user before that return window closes, you carry the risk. Patrick McKenzie has written at length about how much of fintech is really risk management dressed as plumbing. He explains the capital stack that makes deposits appear riskless while funding genuinely risky businesses. ACH is the rail where that lesson lands first.
Use ACH when cost matters more than speed and when you can tolerate a settlement delay. It works for payroll, lending disbursements, and B2B invoices.
Cards: instant authorization, delayed settlement
Card networks like Visa and Mastercard run the rail most consumers picture when they hear "payment." A card payment feels instant because authorization happens in seconds. Settlement, the actual money movement, happens later in a batch.
Cards cost more than ACH. Interchange fees, processor markups, and network fees stack up, often to two or three percent per transaction. You pay for convenience, fraud protection, and reach.
Cards also carry chargebacks. A customer can dispute a charge months after the sale, and the merchant usually loses the funds plus a fee. For a PM, that means card-heavy products need real fraud tooling. Stripe processes over a trillion dollars a year partly by treating fraud as a machine learning problem. Stripe combats sophisticated card testing attacks and recovers billions in once-lost revenue through intelligent retry strategies.
Choose cards when you need broad consumer reach and instant approval at checkout.
Wire: fast, final, and expensive
Wire transfers move large sums with finality. Once a wire clears, the money is gone. There is no chargeback and no easy reversal.
That finality is the feature. Wires fund home purchases, acquisitions, and large B2B deals where both sides want certainty. The tradeoff is cost and friction. Wire transfers often have higher fees, and domestic payments are typically more affordable than cross-border payments.
PMs rarely build consumer flows on wires. The fees and manual steps make them a poor fit for small, frequent transactions. Reserve wires for high-value, low-frequency money movement.
RTP and FedNow: the instant rails
For decades the US had no true instant bank rail. That changed twice. The Clearing House launched RTP in 2017, and the Federal Reserve launched FedNow in 2023. FedNow is the first new payment rail in the United States since the introduction of ACH in the early 1970s.
Both rails settle in seconds, run all day every day, and credit funds immediately. The FedNow Service went live on July 20, 2023, joining the RTP network operated by The Clearing House since November 2017. Limits have grown fast. The Federal Reserve adjusted the FedNow transaction limit to 10 million dollars as of September 2025.
Instant rails change product design. Payouts that once took days can land while a user watches. Gig pay, insurance claims, and account-to-account transfers all get better. There is a catch worth respecting. Instant means final, so a fraudulent transfer is hard to recover. Speed shifts more weight onto your fraud checks before the money moves.
The split between RTP and FedNow matters for coverage. Not every bank supports both. A PM building instant payouts needs to confirm which rails their banking partner reaches, then design fallbacks for the accounts they cannot reach.
How a PM picks a rail
Start with three questions. How fast must the money land? How much risk of reversal can the product absorb? How much cost per transaction can the unit economics bear?
ACH wins on cost for patient payments. Cards win on consumer reach. Wires win on finality for big transactions. RTP and FedNow win when speed is the product. Many mature products run several rails at once and route each payment to the cheapest rail that meets the speed and risk bar.
Rail choice shows up constantly in interviews too. If you want to drill the decision logic with worked examples, study these payments PM interview questions. The PMs who get offers can explain why a payout uses FedNow while a refund uses the original card.
Works cited
McKenzie, Patrick. "Payroll, Pins, and Punch Cards." Complex Systems, 2 Apr. 2026, podcasts.apple.com/nz/podcast/payroll-pins-and-punch-cards/id1753399812.
McKenzie, Patrick, and Emily Sands. "The Past, Present, and Future of AI with Stripe." Complex Systems, 3 Apr. 2025, podcasts.apple.com/us/podcast/the-past-present-and-future-of-ai-with-stripe/id1753399812.
"What Is FedNow?" Modern Treasury, 16 Sept. 2025, www.moderntreasury.com/learn/what-is-fednow.