Exploring RTP Rails for Healthcare

JAN 23 25

This is Part 3 of "The Architecture of Modern Healthcare Banking" series. Part 1 covered payment network fundamentals. Part 2 explored Durbin economics.

At 3:47 PM on a Tuesday, a dental practice in Austin receives a $12,000 insurance remittance. By 3:49 PM, those funds are available in their operating account, ready for payroll processing or supply orders.

This is RTP (Real Time Payments) working exactly as designed. But most healthcare fintechs treat instant settlement as a nice-to-have feature rather than understanding the underlying rails well enough to build operational advantages.

After implementing RTP and FedNow integration for our banking platform through September—most documentation written at 5 AM in Zionsville before heading to the accelerator—I learned that real-time payments are different infrastructure that enables new product categories and competitive moats.

Settlement mechanics at this level make the difference between offering commoditized banking services and building products that solve real operational challenges for healthcare practices.

The Infrastructure Most Fintechs Don't Understand

Real-time payments operate through two primary rails in the U.S.:

RTP® Network (The Clearing House):

  • Launched 2017, privately operated
  • Reaches ~71% of U.S. demand deposit accounts
  • 24/7/365 operation with sub-second settlement
  • Credit push only (no debit capability)

FedNow® Service (Federal Reserve):

  • Launched July 2023, government operated
  • Growing network coverage, targeting 90%+ DDA reach
  • 24/7/365 with similar technical capabilities
  • Credit push only, with request-for-payment messaging

Both networks enable immediate, irrevocable funds transfer between financial institutions. Unlike ACH (which batches and processes 3x daily), RTP/FedNow transactions settle individually in real-time.

Technical differences that matter:

  • Message format: ISO 20022 standard (vs. ACH's legacy NACHA format)
  • Settlement finality: Immediate and irrevocable (vs. ACH's 60-day return window)
  • Operating hours: 24/7/365 (vs. ACH's business day limitations)
  • Transaction limits: $1M per transaction (vs. ACH's $1M same-day limit)

For healthcare practices with unpredictable cash flow timing, these differences create operational value worth paying for.

Real Healthcare Use Cases for Instant Settlement

Our 777-practice survey revealed specific scenarios where traditional ACH delays create operational friction:

Friday afternoon emergencies: Practice needs supplies for Monday morning procedures, but vendor requires immediate payment. ACH won't settle until Tuesday. RTP settles in seconds.

Payroll timing: Bi-weekly payroll due Friday, but insurance remittance arrives Wednesday afternoon. Instead of bridging with credit, instant settlement enables same-day payroll funding.

Equipment purchases: $45,000 dental chair with limited-time pricing requires immediate payment. Wire transfers cost $25-45 and require manual processing. RTP costs $0.25-1.00 and processes instantly.

Tax payment deadlines: Quarterly tax payments due at 11:59 PM. Traditional wires cut off at 3 PM. RTP processes until midnight (depending on bank policies).

These aren't edge cases—they're recurring operational challenges that cost practices time, money, and flexibility. Real-time payment rails solve them at the infrastructure level.

The Technical Implementation That Actually Works

Integrating RTP/FedNow requires understanding message formats, participant directories, and settlement mechanics that most fintech platforms abstract away.

ISO 20022 Message Structure

Real-time payments use ISO 20022 XML messaging, different from ACH's fixed-width format:

<CstmrCdtTrfInitn>
  <GrpHdr>
    <MsgId>PRAC001-20250117-001</MsgId>
    <CreDtTm>2025-01-17T15:47:32</CreDtTm>
    <NbOfTxs>1</NbOfTxs>
    <CtrlSum>12000.00</CtrlSum>
    <InitgPty>
      <Nm>Austin Dental Associates</Nm>
      <Id>
        <OrgId>
          <Othr>
            <Id>12-3456789</Id>
            <SchmeNm>
              <Cd>TXID</Cd>
            </SchmeNm>
          </Othr>
        </OrgId>
      </Id>
    </InitgPty>
  </GrpHdr>
</CstmrCdtTrfInitn>

This structured format enables rich data transmission: remittance information, invoice numbers, patient identifiers, and other healthcare-specific metadata that ACH can't accommodate.

Participant Directory Management

RTP/FedNow require real-time directory lookups to verify recipient bank participation and routing information.

RTP Directory API:

  • Real-time routing number validation
  • Participant bank capability checking
  • Account number format verification

FedNow Directory:

  • Similar functionality through FedPaymentsDirectory
  • Cross-network routing optimization
  • Future interoperability planning

Healthcare fintechs that implement directory lookups properly can provide predictive UX—showing users whether instant settlement is available before they initiate transfers.

Settlement Mechanics and Prefunding

Unlike ACH's net settlement, RTP/FedNow require prefunded positions at the Federal Reserve or correspondent banks.

Prefunding requirements:

  • Sender's bank must have available Federal Reserve account balance
  • Real-time debiting occurs before message transmission
  • No settlement delay or netting—funds move immediately

For healthcare fintechs, this means maintaining adequate liquidity to support instant settlements, especially during high-volume periods like insurance remittance cycles.

Our implementation approach:

  1. Liquidity monitoring: Real-time Fed account balance tracking
  2. Predictive prefunding: AI-based cash flow forecasting for overnight positioning
  3. Fallback routing: Automatic ACH fallback when RTP/FedNow unavailable
  4. Cost optimization: Dynamic routing based on transaction size and urgency

SFTP + PGP: The File Exchange Infrastructure VCs Never Ask About

Real-time payment processing requires secure file exchange for transaction reporting, reconciliation, and exception handling.

SFTP (SSH File Transfer Protocol): Encrypted file transfer over SSH PGP (Pretty Good Privacy): Asymmetric encryption for file contents

Healthcare fintechs processing RTP/FedNow transactions exchange multiple file types daily:

Daily Settlement Files

Format: ISO 20022 camt.054 (Credit Advice)
Content: Completed transaction confirmations, timestamps, reference numbers Schedule: End-of-day delivery via SFTP + PGP encryption Reconciliation: Match against internal transaction logs

Exception Reports

Format: ISO 20022 camt.056 (Return) Content: Failed transaction details, return reason codes Schedule: Real-time delivery for immediate handling Action required: Customer notification, retry logic, accounting adjustments

Liquidity Reports

Format: Bank-specific, typically JSON or XML Content: Fed account balances, available credit lines, overnight positions Schedule: Multiple times daily for cash management Usage: Automated prefunding decisions and risk management

Example SFTP + PGP workflow:

# Daily 9 PM ET settlement file exchange
sftp banking-partner.com
cd /settlement/outbound
put CLIN_RTP_Settlement_20250117.pgp
cd /settlement/inbound  
get BANK_RTP_Confirmations_20250117.pgp
disconnect

# Decrypt and process
gpg --decrypt BANK_RTP_Confirmations_20250117.pgp > confirmations.xml
python3 reconcile_settlements.py confirmations.xml

This operational complexity is invisible to end users but critical for reliable service delivery.

The 71% Coverage Advantage (And What It Means)

RTP currently reaches ~71% of U.S. demand deposit accounts through participating banks. This isn't uniform distribution—coverage varies significantly by customer type and geography.

High coverage segments:

  • Large corporate accounts: >90% coverage
  • Small business accounts: ~75% coverage
  • Consumer accounts at major banks: ~85% coverage

Lower coverage segments:

  • Credit union members: ~45% coverage
  • Community bank customers: ~35% coverage
  • Rural/regional banks: Highly variable

For healthcare fintechs, this creates strategic opportunities. Practices banking with major institutions (Chase, Wells Fargo, Bank of America) have high RTP availability. Those with local community banks may need FedNow integration or ACH fallbacks.

Our coverage analysis of 777 practices:

  • 67% bank with RTP-participating institutions
  • 23% bank with FedNow-only participants
  • 10% require ACH-only processing

This distribution influences product design. We offer instant settlement where available, fast ACH where not, with transparent communication about delivery timing.

Request for Payment: The Feature Healthcare Needs

Both RTP and FedNow support "Request for Payment" (RfP) messaging—the ability to send payment requests that recipients can approve and settle instantly.

Healthcare RfP use cases:

  • Patient payment requests: Send payment requests for treatment plans or outstanding balances
  • Insurance follow-up: Request expedited claim payments with supporting documentation
  • Vendor payments: Request immediate payment for rush supply orders
  • Partner practice payments: Request transfers between affiliated practices

Technical implementation: RfP messages use ISO 20022 pain.013 format, containing payment amount, due date, supporting documentation, and approval mechanisms.

<RqstForPmt>
  <RqstId>INV-2025-001234</RqstId>
  <Amt>
    <InstdAmt Ccy="USD">1500.00</InstdAmt>
  </Amt>
  <RmtInf>
    <Ustrd>Root canal treatment - Patient ID 78291</Ustrd>
  </RmtInf>
  <DueDate>2025-01-24</DueDate>
</RqstForPmt>

Recipients receive requests through their banking interface and can approve with a single click, settling instantly via RTP/FedNow.

The Cost Structure That Changes Unit Economics

Real-time payments have different cost structures than ACH, affecting healthcare fintech unit economics:

RTP pricing (typical):

  • $0.045 per transaction (sending bank)
  • $0.01 per transaction (receiving bank)
  • $0.055 total cost per payment

FedNow pricing:

  • $0.045 per transaction (sending bank)
  • $0.01 per transaction (receiving bank)
  • Similar $0.055 total cost structure

ACH pricing (comparison):

  • $0.25-1.00 per transaction (depending on volume)
  • Lower per-transaction cost but slower settlement

For high-value healthcare transactions, instant settlement justifies premium pricing. For routine transactions, cost optimization through intelligent routing matters.

Our pricing strategy:

  • RTP/FedNow: $2.50 per transaction (premium for instant settlement)
  • Same-day ACH: $1.50 per transaction (faster than standard ACH)
  • Standard ACH: $0.50 per transaction (cost-optimized routing)

Practices choose based on urgency, with most opting for instant settlement during cash flow crunches and standard ACH for routine transfers.

Building Competitive Moats Through Infrastructure

Healthcare fintechs that master real-time payment rails can build sustainable competitive advantages:

Cash Flow Intelligence

Real-time settlement data provides superior cash flow visibility. Practices can see exact fund availability and make operational decisions based on confirmed liquidity rather than projected settlement timing.

Supplier Network Effects

Practices prefer banking partners that enable instant payments to preferred suppliers. Fintechs that build supplier networks with RTP/FedNow integration create sticky ecosystems.

Credit Product Enhancement

Instant settlement enables new credit products. Lines of credit can be funded instantly when needed, and repayments can settle immediately when cash flow improves.

Operational Automation

Real-time settlement enables automated cash management. Practices can set rules for automatic fund transfers, bill payments, and investment sweeps based on real-time balance data.

The Implementation Reality Check

Building RTP/FedNow capability requires significant technical and operational investment:

Technical requirements:

  • ISO 20022 message processing
  • Real-time directory lookups
  • Liquidity management systems
  • Exception handling workflows
  • Reconciliation automation

Operational requirements:

  • 24/7 monitoring and support
  • Exception handling procedures
  • Customer communication processes
  • Regulatory compliance documentation
  • Partner bank coordination

Investment timeline:

  • Planning and design: 3-6 months
  • Technical implementation: 6-12 months
  • Testing and certification: 3-6 months
  • Production launch: 12-18 months total

Most healthcare fintechs underestimate this complexity and launch with basic ACH capabilities, missing the competitive advantages that real-time rails provide.

From Infrastructure to Product Advantage

RTP/FedNow technical knowledge enables product innovation that competitors can't replicate without similar infrastructure investment.

Product innovations enabled by real-time rails:

  • Instant virtual cards: Fund cards immediately when cash flow improves
  • Dynamic credit lines: Adjust credit availability based on real-time deposits
  • Automated cash management: Sweep excess funds to high-yield accounts instantly
  • Supply chain financing: Instant payment to suppliers with practice-favorable terms

These features compound the Durbin advantage from Part 2. Better unit economics enable infrastructure investment, which enables differentiated products, which enable premium pricing and customer loyalty.

The compounding advantage:

  1. Durbin-exempt partnership provides superior interchange economics
  2. Superior economics fund real-time payment infrastructure development
  3. Real-time capabilities enable differentiated product features
  4. Differentiated products command premium pricing and customer loyalty
  5. Customer loyalty generates more transaction volume and interchange revenue

This is how technical infrastructure depth becomes sustainable competitive advantage in healthcare fintech.

The Future of Healthcare Cash Flow

Real-time payment rails are still early infrastructure. FedNow launched less than two years ago, and many banks are still implementing capabilities.

Healthcare fintechs that understand these systems deeply will build the platforms that define how practices manage cash flow over the next decade.

The opportunity is using instant settlement as the foundation for financial products that solve real operational challenges for healthcare providers who deserve better than legacy banking infrastructure.


This concludes "The Architecture of Modern Healthcare Banking" series. Next week, we begin "The Compliance-First Fintech Playbook" with KYC/KYB requirements that go beyond standard banking.


Data sources: Federal Reserve FedNow documentation, The Clearing House RTP specifications, internal implementation experience, 777-practice survey data on cash flow timing