PayFac Implementation
This guide covers the technical and business aspects of implementing a Payment Facilitator model, including master merchant architecture, risk management, implementation types, and economic decision frameworks.
See Also
- PayFac Model Overview - Historical context, market landscape, regulatory requirements
- Comparing Models - Full comparison of PayFac vs ISO vs traditional acquiring
Master Merchant Model Architecture
Settlement Flow: How Money Moves
PAYFAC SETTLEMENT & SPLIT PAYOUT
═══════════════════════════════════════════════════════════════
DAY 0: Transactions Occur
┌─────────────────────────────────────────────────────────────┐
│ Sub-Merchant A: $10,000 in sales │
│ Sub-Merchant B: $5,000 in sales │
│ Sub-Merchant C: $8,000 in sales │
│ TOTAL: $23,000 │
└─────────────────────────────────────────────────────────────┘
│
▼
DAY 1: Clearing & Network Settlement
┌─────────────────────────────────────────────────────────────┐
│ Networks settle to PayFac's sponsor bank │
│ Amount: $23,000 (gross volume) │
│ │
│ Sponsor bank DEBITS for network fees: │
│ • Interchange: $414 (avg 1.8%) │
│ • Assessment: $92 (avg 0.4%) │
│ • Network fees: $23 (passthrough) │
│ NET RECEIVED BY PAYFAC: $22,471 │
└─────────────────────────────────────────────────────────────┘
│
▼
DAY 2: PayFac Calculates Sub-Merchant Payouts
┌─────────────────────────────────────────────────────────────┐
│ PayFac's pricing to sub-merchants: 2.9% + $0.30/txn │
│ │
│ Sub-Merchant A: $10,000 volume (100 txns) │
│ • PayFac fee: $290 + $30 = $320 │
│ • Payout to Sub-Merchant A: $9,680 │
│ │
│ Sub-Merchant B: $5,000 volume (50 txns) │
│ • PayFac fee: $145 + $15 = $160 │
│ • Payout to Sub-Merchant B: $4,840 │
│ │
│ Sub-Merchant C: $8,000 volume (80 txns) │
│ • PayFac fee: $232 + $24 = $256 │
│ • Payout to Sub-Merchant C: $7,744 │
│ │
│ TOTAL SUB-MERCHANT PAYOUTS: $22,264 │
│ TOTAL PAYFAC FEE COLLECTED: $736 │
└─────────────────────────────────────────────────────────────┘
Key Architectural Points:
- PayFac Receives Gross Settlement: All funds settle to PayFac first
- PayFac Performs Split Logic: Calculate each sub-merchant's payout
- PayFac Initiates Transfers: ACH/wire transfers to sub-merchant accounts
- Timing Control: PayFac can control payout speed (instant, daily, weekly)
Bank Account Architecture
PAYFAC BANK ACCOUNT ARCHITECTURE
═══════════════════════════════════════════════════════════════
┌─────────────────────────────────────────────────────────────┐
│ SPONSOR BANK │
│ │
│ ┌────────────────────────────────────────────────────┐ │
│ │ SETTLEMENT ACCOUNT │ │
│ │ (Receives daily settlement from networks) │ │
│ │ Balance: Fluctuates daily │ │
│ └────────────┬───────────────────────────────────────┘ │
│ │ │
│ │ Automated sweep/transfer │
│ │ │
│ ┌────────────▼───────────────────────────────────────┐ │
│ │ OPERATING ACCOUNT │ │
│ │ (PayFac working capital) │ │
│ │ Used for sub-merchant payouts │ │
│ └────────────┬───────────────────────────────────────┘ │
│ │ │
│ ┌────────────▼───────────────────────────────────────┐ │
│ │ RESERVE ACCOUNT │ │
│ │ (Held for chargeback/loss coverage) │ │
│ │ Mandated by card networks + sponsor bank │ │
│ │ Typical: 5-20% of monthly volume │ │
│ └────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────┘
│
│ ACH Transfers
▼
┌─────────────────────────────────────────────────────────────┐
│ SUB-MERCHANT BANK ACCOUNTS │
│ │
│ Sub-Merchant A → Chase Bank Account │
│ Sub-Merchant B → Wells Fargo Account │
│ Sub-Merchant C → BofA Account │
└─────────────────────────────────────────────────────────────┘
Reserve Account Deep Dive:
| Aspect | Details |
|---|---|
| Purpose | Cover chargeback losses when sub-merchant defaults |
| Funding | Deducted from each settlement before payout |
| Typical % | 5-10% for low-risk, 15-20% for high-risk |
| Duration | Rolling reserve (released after 180+ days) |
| Control | Sponsor bank has first lien on reserve funds |
Example Reserve Calculation:
Daily Volume: $100,000
Reserve Rate: 10%
Daily Reserve Withhold: $10,000
After 180 days rolling:
Total Reserve Balance: $10,000 × 180 = $1,800,000
This $1.8M cushion covers:
• Pending chargebacks
• Sub-merchant account closures
• Fraud losses
• Regulatory fines
Risk and Liability Model
The PayFac assumes 100% liability for sub-merchant activity. This is the fundamental tradeoff that enables instant onboarding.
Liability Comparison
| Model | Who Bears Risk When Merchant Defaults |
|---|---|
| Traditional | Acquiring Bank (they underwrote the merchant) |
| ISO | Acquiring Bank (ISO is just sales agent) |
| PayFac | PayFac (master merchant = merchant of record) |
Chargeback Liability Chain
When a sub-merchant defaults on a chargeback:
CHARGEBACK SCENARIO: Sub-Merchant Defaults
═══════════════════════════════════════════════════════════════
DAY 0: Transaction Occurs
┌─────────────────────────────────────────────────────────────┐