# Push-to-card vs FedNow payouts: which instant payment rail should my business use?

l0t.me · August 25, 2026

> If you need to send money to consumers or gig workers in seconds, you have two main options in the United States as of 2026: push-to-card transfers...

If you need to send money to consumers or gig workers in seconds, you have two main options in the United States as of 2026: push-to-card transfers, which credit a recipient's existing debit card through the card networks (Visa Direct, Mastercard Send), and FedNow, the Federal Reserve's real-time payment rail launched in July 2023 that credits bank accounts directly over the RTP-style ISO 20022 messaging standard. Both deliver funds in seconds rather than days, but they differ sharply in reach, cost structure, settlement mechanics, and operational complexity. This guide breaks down how each works, what they cost, where they fail, and how to decide which one fits your payout workflow.

## The Direct Answer: What Each Rail Actually Is

**Also worth reading:** [Venmo vs Square for small business: which payment app should you actually use?](https://l0t.me/knowledge/venmo_vs_square_for_small_business_which_payment_app_should_you_actually_use.php) · [Payment orchestration vs single PSP: when should a business move beyond one payment provider?](https://l0t.me/knowledge/payment_orchestration_vs_single_psp_when_should_a_business_move_beyond_one_payment_provider.php) · [What is the best payment gateway for high risk business in 2026?](https://l0t.me/knowledge/what_is_the_best_payment_gateway_for_high_risk_business_in_2026.php)

Push-to-card is a method of pushing funds onto a debit card using the card networks' fast-funds infrastructure. Visa Direct and Mastercard Send let an originating business submit a transaction that posts to the recipient's debit card account, typically within 30 seconds to 30 minutes, with most transactions settling near-instantly. The money lands on the cardholder's account at their issuing bank, where they can spend it immediately or withdraw it at an ATM. The key advantage is reach: there are hundreds of millions of active debit cards in the U.S., so nearly any consumer with a checking account can receive funds without enrolling anywhere.

FedNow, by contrast, is an interbank payment service operated by the Federal Reserve Banks. It went live in July 2023 with an initial cohort of banks and credit unions, and adoption has grown steadily since; by 2025-2026 the service connects thousands of financial institutions either directly or through service providers. FedNow moves funds between bank accounts in seconds, 24/7/365, with final and irrevocable settlement on the Fed's books. There is no card network in the middle, no interchange fee, and no chargeback mechanism. The trade-off is that both the sender's institution and the receiver's institution must be FedNow participants, which still excludes a meaningful slice of smaller community banks and credit unions compared to universal debit card coverage.

The short version: push-to-card wins on ubiquity and simplicity of recipient experience; FedNow wins on cost per transaction, irrevocability, and richer data. Many serious payout operations run both rails side by side and route each payment dynamically.

## How Push-to-Card Works Under the Hood

When you initiate a push-to-card transfer, your platform (or an aggregator like Increase, Stripe, or Adyen) submits a transaction to Visa Direct or Mastercard Send. The network routes it to the recipient's card issuer, which applies its own eligibility rules: the issuer decides whether the card supports fast funds, whether the amount falls within limits, and whether the transaction passes fraud screening. Most large issuers support fast funds today, but coverage is not universal, and some prepaid cards, HSA/FSA cards, and certain regional issuers reject pushes entirely.

Settlement happens on the card networks' existing settlement cycles, meaning the originator's bank account is debited on a deferred basis even though the recipient sees funds quickly. This creates a float and risk-management problem for the sender: because the transaction is technically a card transaction, it carries interchange-like economics (often $0.25 to $1.00 or more per transaction depending on volume tier), and because recipients received value before you settled, you bear pre-settlement risk if your funding source fails. Limits also apply: typical per-transaction caps range from $2,500 to $10,000 depending on network program, issuer rules, and your negotiated agreement, though some programs allow higher amounts for established senders.

Operationally, push-to-card requires only the recipient's 16-digit PAN (card number) and expiration date in most implementations, which makes onboarding trivially easy for payees. That same simplicity is why gig platforms, insurance carriers paying claims, and marketplace sellers have adopted it heavily. PYMNTS research has repeatedly found that a majority of gig workers prefer real-time or same-day pay, and push-to-card was the first rail that made that economically viable at scale before FedNow existed.

## How FedNow Payouts Work Under the Hood

FedNow uses ISO 20022 messaging, the same rich-data standard used by cross-border systems like SWIFT's modernized formats. A payment request travels from your originating deposit institution (ODFI equivalent) through the FedNow Service to the receiving institution (RDFI), which must post the credit within seconds. Settlement is immediate and final across accounts held at the Federal Reserve, so there is no float risk for the sender once the payment is released, and no possibility of reversal after settlement. That finality cuts both ways: a typo'd account routing means the money is gone unless the receiving bank voluntarily returns it.

Pricing from the Federal Reserve is transparent and low: roughly $0.045 per transaction plus modest monthly participation fees (on the order of $25-$1,000 per month depending on your institution's volume tier), with waivers available for small institutions. Compare that to $0.50-$3.00 all-in costs for many push-to-card programs and the economics favor FedNow dramatically at high volumes. Per-transaction limits start at $500,000 under the default configuration, with higher limits possible, making FedNow suitable for B2B-sized payments that push-to-card cannot touch.

The catch is enrollment. Your business needs a sponsor bank or a payment provider connected to FedNow, and critically, your recipients' banks must be able to receive FedNow credits. Participation has expanded rapidly since the July 2023 launch, but as of mid-2026 a nontrivial percentage of U.S. depository institutions, particularly small credit unions, are not yet live receivers. Any production system needs a fallback path for those recipients, which is exactly why hybrid routing architectures have become the standard design pattern.

## Side-by-Side Comparison

| Feature | Push-to-card (Visa Direct / Mastercard Send) | FedNow |
| --- | --- | --- |
| Speed | Seconds to 30 minutes | Seconds, 24/7/365 |
| Recipient requirement | Debit card number only | Bank account at a FedNow-participating institution |
| Coverage | Near-universal among U.S. debit cards | Thousands of FIs and growing; not yet universal |
| Typical cost per transaction | $0.25-$1.00+ (network + processor fees) | ~$0.045 + monthly participation fees |
| Transaction limits | Often $2,500-$10,000 per transaction | $500,000 default, negotiable higher |
| Settlement for sender | Deferred (float/pre-settlement risk) | Immediate and final |
| Reversibility | Possible via issuer/network dispute processes | Irrevocable once posted |
| Data payload | Limited card-network fields | Rich ISO 20022 remittance data |
| Best fit | Consumer payouts, gig pay, claims, refunds | High-value payouts, B2B, treasury movements |

Neither rail dominates every dimension. Push-to-card's irrevocability gap works in the sender's favor when a payment goes to the wrong person; FedNow's finality protects recipients but punishes sloppy data entry. Cost curves cross somewhere around moderate volumes: below a few thousand payouts per month, the difference between $0.50 and $0.05 per payment may be immaterial next to integration effort; above that, FedNow savings compound quickly.

## Practical Steps to Implement Either Rail

For push-to-card, start by confirming your use case qualifies: card networks restrict push-to-card for certain categories like gambling and payroll tax remittances. Then choose a distribution partner. Aggregators such as Increase, Stripe Connect, and Modern Treasury-connected processors expose push-to-card through simple APIs, while direct network access requires sponsorship from a participating acquirer or bank and usually only makes sense above several million transactions annually. You will need tokenization or PCI-compliant handling of card numbers, a fraud model tuned for disbursement risk (first-party misuse, mule accounts), and reconciliation logic that handles partial declines and issuer rejections gracefully.

For FedNow, the practical path for most businesses is indirect participation through a sponsor bank or a BaaS/embedded-finance provider already live on the rail. You will collect recipient bank account and routing numbers, validate them against the Fed's participant directory (the Fed publishes a searchable list of active participants), and build a routing engine that checks directory status before submitting. Because FedNow settles instantly and finally, your treasury operation must hold prefunded balances at the sponsor institution; there is no netting window to hide behind. Expect a 60-to-120-day implementation timeline through a provider versus 6-to-12 months for direct participation with your own banking relationships.

Whichever rail you pick, instrument everything from day one: decline codes, time-to-credit distributions, return rates, and cost per completed payout. These metrics are what let you justify adding a second rail later.

## Common Mistakes and Pitfalls

The most frequent mistake is assuming instant means guaranteed. Push-to-card transactions can be declined by issuers for limits, unsupported cards, or fraud rules, and some 'instant' pushes actually post next business day for certain issuer configurations. Build user-facing messaging that says 'typically within minutes' rather than promising seconds unconditionally.

Second, teams underestimate wrong-recipient risk on FedNow. An irrevocable rail with manual account entry produces expensive fat-finger errors. Mitigate with account verification services, confirmation-of-payee style checks, micro-deposit validation for saved payees, and hard limits on first-time payee amounts.

Third, businesses ignore the compliance layer. Both rails implicate OFAC screening, state money transmitter licensing (unless you operate through a licensed sponsor), Reg E considerations for error resolution on consumer accounts, and increasingly, fraud-reporting expectations. Push-to-card additionally sits inside card-network rule frameworks with their own registration requirements for payment facilitators. Skipping this work until after launch is how companies end up frozen mid-payout-run.

Fourth, cost comparisons often omit hidden fees: processor platform minimums, monthly minimums, decline fees, and FX spreads for cross-border variants. Get fully loaded per-payment economics in writing before committing.

Finally, some operators treat the two rails as substitutes when they are complements in practice. A single-rail strategy leaves you exposed whenever one network has an outage or a recipient segment is ineligible.

## Alternatives Worth Knowing About

FedNow is not the only account-to-account instant option. The Clearing House's RTP network launched in 2017 and remains larger by volume in some segments; it offers request-for-payment functionality and similar ISO 20022 messaging, and many banks participate in both. Zelle, built on RTP and now expanding toward FedNow interoperability discussions, serves consumer P2P but is generally not open for arbitrary business disbursements outside its bank partners. Same-day ACH, at roughly $0.20-$1.00 per item with same-day settlement windows, remains a sensible low-cost fallback for recipients on non-instant rails, though it does not operate nights, weekends, or holidays.

Stablecoin rails have also entered the mainstream payout conversation. Modern Treasury announced integrations supporting USDC payments over Polygon, and platforms including Stripe began piloting crypto payouts years earlier (Twitter's 2022 pilot with Stripe for creator payouts being a notable early example). Stablecoins settle in minutes globally at very low cost and sidestep banking-hours constraints entirely, but they introduce custody, volatility, off-ramp, and regulatory questions that most domestic U.S. payout programs do not want to own. For domestic-only flows, they rarely beat FedNow on total cost of ownership; for cross-border creator and contractor payouts, they are increasingly competitive.

Paper checks and digital checks persist too, ironically getting API-era upgrades, but at multi-day timelines they serve only as deliberate fallbacks, not primary instant strategies.

## Decision Framework: When to Choose Which

Choose push-to-card as your primary rail when your recipients are consumers whose card details you already capture (marketplace sellers, gig workers, insurance claimants) and when per-payment values sit under roughly $5,000. Its universal reach eliminates the enrollment friction that still plagues account-to-account rails, and the marginal cost premium is cheap insurance against failed deliveries.

Choose FedNow as your primary rail when payment values are large, volumes are high enough for the per-item savings to matter, recipients skew toward businesses or financially sophisticated consumers, and you can tolerate collecting bank credentials instead of card numbers. Treasury sweeps, vendor disbursements, loan disbursements, and large claim payments are natural fits given the $500,000 default limit.

Run both when scale justifies it. The mature architecture routes each payment dynamically: check FedNow participant status first, fall back to push-to-card when the receiving institution is not live or the amount exceeds comfortable account-to-account exposure, and drop to same-day ACH as the final safety net. This three-tier design routinely achieves sub-minute delivery for 90%+ of payouts while keeping blended cost low.

Timing matters less than readiness. FedNow participation continues to expand quarter over quarter, so a rail that fails coverage checks today may pass in six months. Revisit your routing logic quarterly against the Fed's published participant directory rather than hard-coding assumptions.

## Cost Deep Dive and Negotiation Notes

Fully loaded push-to-card pricing typically stacks four layers: network fees (Visa and Mastercard publish rate cards, commonly $0.05-$0.15 per transaction at base tiers), processor markup ($0.10-$0.50), sponsor/acquirer fees (variable, sometimes percentage-based up to 1% for small programs), and internal ops costs. At 100,000 payouts per month averaging $0.75 all-in, you are spending $75,000 monthly; moving even half that volume to FedNow at roughly $0.05 effective saves about $35,000 per month, which comfortably funds a second-rail engineering team.

FedNow costs are more predictable: the Fed's published fee schedule has held near $0.045 per transaction since launch, with annual adjustments modest. Your real costs are the sponsor bank's spread on top (often $0.10-$0.40 per payment through BaaS providers) and liquidity management, since prefunded balances earn little interest. Factor opportunity cost of float into your comparison; it is the one place push-to-card's deferred settlement occasionally looks attractive.

Negotiate volume tiers annually on both rails. Card network fast-funds rates drop materially at committed volumes, and BaaS providers will sharpen FedNow pass-through pricing once you demonstrate consistent flow. Never sign a single-rail exclusivity clause; optionality is worth more than a 5% discount.

## Quick answers

### Is FedNow faster than push-to-card?

Both typically deliver funds in seconds. Push-to-card can take up to 30 minutes depending on the issuer, while FedNow credits are required to post within seconds and settle 24/7/365. In practice, median delivery times are comparable, but FedNow has fewer failure points since no issuer approval step exists.

### Can anyone receive a FedNow payment?

No. The recipient's bank or credit union must be a FedNow participant, either directly or through a service provider. The Federal Reserve publishes a searchable participant directory, and coverage has expanded steadily since the July 2023 launch but is not yet universal.

### How much does push-to-card cost per transaction?

All-in costs typically range from $0.25 to $1.00 or more per transaction, combining network fees, processor markup, and sponsor bank fees. High-volume senders can negotiate lower tiers. FedNow runs about $0.045 per transaction at the Federal Reserve level, making it far cheaper at scale.

### Can a push-to-card payment be reversed?

Yes, potentially. Because push-to-card rides card network rails, disputes and certain reversal mechanisms exist through issuers and the networks. FedNow payments are final and irrevocable once posted, which protects recipients but means senders must verify account details carefully.

### Do I need both rails for my payout product?

At moderate to high volume, yes. A common architecture routes payments to FedNow when the recipient's institution participates and falls back to push-to-card otherwise, achieving near-universal instant coverage while minimizing per-payment cost. Single-rail strategies leave gaps in either reach or economics.

Canonical: https://l0t.me/knowledge/push-to-card_vs_fednow_payouts_which_instant_payment_rail_should_my_business_use.php
Markdown: https://l0t.me/knowledge/push-to-card_vs_fednow_payouts_which_instant_payment_rail_should_my_business_use.php/index.md
