How SaaS Companies Handle Payment Processing

Written by Tyler DurbinApril 21, 2026
Merchant Alternatives is reader-supported. When you make purchases through links on our site, we may earn a commission. This is always at no additional cost to you and helps us continue to provide accurate, transparent and up-to-date information on the things that matter most to your business, for free.

TL;DR: The global SaaS market hit $317 billion in 2025, and nearly every dollar of that revenue flows through payment infrastructure that most founders underestimate. 10-20% of subscription payments fail on the first attempt, involuntary churn from payment failures accounts for 20-40% of all SaaS churn, and the subscription economy loses $440 billion annually to failed payments alone. SaaS payment processing is fundamentally different from standard e-commerce — it requires recurring billing, dunning management, revenue recognition under ASC 606, tax compliance across dozens of jurisdictions, and fraud prevention tailored to subscription-specific attack patterns. This guide covers every payment model, platform, and operational challenge SaaS companies face when building their billing infrastructure.

Table of Contents

What Payment Models Do SaaS Companies Use

SaaS payment processing has evolved well beyond simple monthly subscriptions. According to Chargebee, 63% of SaaS businesses now use some form of usage-based pricing, and 74% plan to expand usage-based offerings. The three dominant models — flat-rate subscriptions, usage-based billing, and hybrid pricing — each require fundamentally different payment infrastructure.

Flat-rate subscription billing is the traditional SaaS model. Customers pay a fixed monthly or annual fee for access. Annual plans typically offer a 10-20% discount and provide better cash flow predictability, while monthly plans reduce friction at the point of conversion. The infrastructure is straightforward: store a payment method, execute automated charges on a schedule, and manage subscription states like active, paused, cancelled, upgraded, or downgraded.

Usage-based billing charges customers based on actual consumption — API calls, compute minutes, AI tokens, storage, or active users. OpenView Partners found that publicly traded SaaS companies using usage-based pricing achieved 54% higher revenue growth compared to the broader SaaS index. But the infrastructure requirements are significantly more complex: real-time metering to capture usage events, transformation and aggregation engines, pricing logic for tiers, discounts, and overages, and timezone-aware invoice generation.

Hybrid pricing combines a base subscription fee with usage-based overages — and it has become the default for many modern SaaS products. GitHub, Vercel, and Supabase all use hybrid models. According to OpenView, 46% of SaaS companies take a hybrid approach. This model balances revenue predictability for the company with fair value alignment for the customer, though it adds complexity at every layer of the billing stack.

The conversion mechanics between tiers also matter. Dodo Payments reports that opt-out free trials (credit card required upfront) convert at 30-50%, while opt-in trials (no card) convert at 15-25% but generate 2-5x higher signup volume. The freemium-to-paid conversion rate sits at just 2-5% on average, according to Wingback.

How Does Recurring Billing Differ from One-Time Payment Processing

A standard e-commerce transaction processes a charge at the time of purchase, and the payment relationship ends. Recurring billing is fundamentally more complex because the payment relationship is ongoing — lasting months or years — and the infrastructure must handle a continuous cycle of automated charges, failures, retries, plan changes, prorations, and cancellations.

The core differences create several operational challenges. First, card-on-file storage is mandatory. Recurring billing requires maintaining payment method data long-term. This triggers PCI DSS compliance requirements that one-time merchants can more easily avoid. According to Xflow, total PCI compliance costs range from $3,000 to $200,000 annually depending on transaction volume and scope, with non-compliance fines of $5,000 to $100,000 per month.

Second, subscription state management adds layers of logic. Every customer exists in one of many states — trial, active, paused, past due, cancelled, expired — and the billing system must handle transitions between them. A mid-cycle upgrade requires prorated billing. A downgrade may require credits. A pause must stop billing without losing the payment method. Each state transition has financial, tax, and revenue recognition implications.

Third, revenue recognition under ASC 606 separates cash collected from revenue recognized. According to Maxio, annual prepayments must be spread across 12 months as deferred revenue, not recognized in full when collected. The five-step ASC 606 model — identify the contract, identify performance obligations, determine the transaction price, allocate the price, and recognize revenue when obligations are satisfied — applies to every SaaS subscription.

Dimension One-Time Payment Recurring SaaS Billing
Payment method storage Optional Required (card-on-file)
PCI compliance scope Minimal (hosted checkout) Higher (long-term data storage)
Failed payment handling Transaction simply fails Requires dunning and retry logic
Revenue recognition At point of sale Spread over subscription period (ASC 606)
Tax complexity One jurisdiction per sale Ongoing nexus across all customer locations
Churn risk None (single transaction) Both voluntary and involuntary

What Are the Main Payment Platforms for SaaS Companies

SaaS payment platforms fall into three categories: payment processors (handle the transaction), billing platforms (manage subscription logic on top of a processor), and Merchant of Record platforms (act as the legal seller). The right choice depends on your stage, billing complexity, and international footprint.

Stripe dominates developer-first SaaS. Fueler reports Stripe processed $19.4 billion in total revenue in 2026, with subscription and recurring billing products driving $3.4 billion in segment income. Standard card processing is 2.9% + $0.30 per transaction, but DesignRevision notes that Stripe Billing adds 0.7% on recurring charges, bringing the total effective rate to approximately 3.6-4.1% + $0.30 for typical SaaS subscriptions. Stripe also charges 0.8% (capped at $5) for ACH and an additional 0.5% for Stripe Tax.

Braintree (PayPal) matches Stripe's base rate at 2.9% + $0.30 per card transaction. The key difference: Braintree does not add an extra fee for subscription features. According to Tipalti, the two platforms are "virtually equal in most regards," though Stripe leads in global reach and developer experience while Braintree excels for PayPal-heavy use cases.

Chargebee sits on top of payment gateways as a purpose-built billing platform. It starts at $0/month for up to $250K in volume, with a Growth plan at $599/month for scaling businesses. According to UniBee, Chargebee is best for SMB to mid-market SaaS teams that want to iterate on pricing models without requiring developers for every change.

Zuora targets enterprise SaaS with audit-ready revenue recognition and ASC 606 compliance. But the price reflects it: entry-level plans start around $75,000/year, with enterprise tiers reaching $250,000/year per UniBee. The platform handles complex multi-year contracts, usage-based rating, and ERP integrations that public or pre-IPO SaaS companies require.

Paddle operates as a Merchant of Record — it acts as the legal seller, handling payment processing, global tax compliance, chargebacks, and fraud for a flat 5% + $0.50 per transaction. CheckThat.ai notes that enterprise contracts average an 11% discount from standard rates.

Platform Type Pricing Best For
Stripe Processor + Billing 2.9% + $0.30 (+0.7% Billing) Developer-first SaaS, global scale
Braintree Processor 2.9% + $0.30 PayPal ecosystem, high volume
Chargebee Billing Platform From $0/month SMB/mid-market, pricing flexibility
Recurly Billing Platform Custom Retention-focused, dunning optimization
Zuora Enterprise Billing ~$75K+/year Public/pre-IPO, ASC 606 compliance
Paddle Merchant of Record 5% + $0.50 International SaaS, tax compliance
FastSpring Merchant of Record Custom % Software and digital products

Why Do So Many Subscription Payments Fail

Failed payments are the silent revenue killer in SaaS. According to DunnAI, 10-20% of subscription payments fail on their first attempt. The Kaplan Group puts the average transaction failure rate across industries at 7.9%, with high-risk sectors reaching 14.7%. For a $10 million ARR SaaS company, a 7.9% failure rate puts $790,000 in annual revenue at risk.

The consequences compound. Dodo Payments reports that involuntary churn — customers lost not because they chose to leave, but because their payment failed — accounts for 20-40% of all SaaS churn. Chargehive estimates the global subscription economy loses $440 billion annually to involuntary churn. And 27% of subscribers cancel immediately after a payment failure due to frustration, per The Kaplan Group.

The root causes break down predictably. Generic declines (a catch-all issuer response) account for roughly 39% of all failed subscription payments. Insufficient funds cause 26-30%. Card expiration is entirely predictable — The Kaplan Group notes that Visa cards average a 21-month lifespan in payment vaults, Mastercard around 14 months, and American Express or Discover around 34-35 months. Expiration peaks hit in March and October, making those critical months for proactive dunning.

False declines make the problem worse. For every $1 in actual fraud, $25 in genuine payments are falsely declined. Merchants lose up to 75 times more revenue to false declines than to actual fraud, and 62% of users who encounter a payment error never return to the merchant's site, according to The Kaplan Group.

What Is Dunning and How Does It Recover Failed Payments

Dunning is the automated process of re-attempting failed payments and communicating with customers to recover overdue subscription revenue. Named after a 19th-century English printer who compiled a pamphlet on debt collection, the term now refers to the full framework of retry logic, customer notifications, and escalation workflows, per Zoho Billing.

A standard dunning workflow proceeds in stages: the payment fails, smart retry logic automatically re-attempts the charge at optimal times, dunning emails notify the customer with a link to update their payment method, and if recovery fails within a defined window, the subscription is paused or cancelled. PayRequest puts the healthy recovery rate target at 50-70%.

Smart retry logic is the most impactful component. Modern systems use machine learning to analyze millions of transactions and determine the optimal retry timing based on decline code, customer history, issuing bank patterns, and day of week. Recurly reports recovering $1.3 billion in revenue last year for merchants that would otherwise have been lost to churn. The Kaplan Group found that dynamic retries recover 7.8% more purchases than static retries — a 36% relative improvement.

The distinction between soft and hard declines matters. Soft declines (insufficient funds, temporary holds) are worth retrying. Hard declines (stolen card, cancelled account, invalid number) require dunning emails and card update requests instead. Card networks limit retries to 15 attempts within 30 days — exceeding this risks fines or account suspension, per Slicker.

Recovery Method Typical Recovery Rate
Median across all SaaS (Recurly benchmark) 47.6%
Automated dunning systems 40-60%
AI-powered smart retries Up to 70%
Top-performing SaaS companies 80-85%+
Expired cards (highest recovery potential) 80-90%
Insufficient funds 60-70%
Fraud blocks (lowest recovery potential) 20-30%

Sources: Slicker, The Kaplan Group.

Pre-dunning addresses payment issues before the billing date. Card updater services from Visa and Mastercard automatically refresh expired or replaced card details in the merchant's payment vault — reducing hard declines from expired cards by 30-50%, per PayPro Global. Expiration warning emails sent 30-60 days before a card expires give customers time to update proactively.

How Does the Merchant of Record Model Work for SaaS

A Merchant of Record (MoR) is a legal entity that takes full responsibility and liability for a transaction. The MoR appears as the seller on the customer's bank statement, collects and remits all applicable taxes, handles chargebacks, and assumes regulatory compliance obligations. As FastSpring puts it: "Unlike payment service providers, which handle only the processing of payments, a Merchant of Record handles the end-to-end payment flow and takes on full liability for the transaction."

For SaaS, the primary MoR platforms are Paddle and FastSpring. Paddle charges 5% + $0.50 per transaction, but that fee bundles payment processing, tax compliance across 100+ jurisdictions, subscription management, fraud protection, chargeback handling, and localized checkout. CheckThat.ai compared costs at $5 million ARR: Paddle's 5% totals approximately $250,000, while Stripe at 2.9% ($145,000) plus Stripe Tax at 0.5% ($25,000) plus the Billing add-on reaches a comparable range before accounting for chargeback management, fraud tools, and internal tax compliance time.

Feature Merchant of Record Standard Payment Processor
Legal seller on bank statement MoR (Paddle, FastSpring) Your company
Tax collection and remittance MoR handles 100+ jurisdictions You are responsible
Chargeback liability MoR assumes it You bear the risk
PCI compliance burden MoR takes most liability You are responsible
Checkout customization Limited Full control
Typical cost 5%+ per transaction 2.9% + add-ons

Sources: PayPro Global, Paddle.

The tax compliance advantage is the single biggest MoR selling point. SaaS taxability varies by state — roughly 25 U.S. jurisdictions tax SaaS in some form, and international sales add VAT, GST, and digital services taxes. Anrok found that non-compliant SaaS businesses lose an average 4.3% of revenue to tax-related costs and penalties. A MoR eliminates this entire category of operational burden.

The trade-offs are real. MoR platforms limit checkout customization, show the MoR's name (not yours) on bank statements, and create customer lock-in — if you leave the MoR, every customer must re-enter their payment method. As one Reddit discussion summarizes: "Many successful SaaS companies start with MoR for speed, then migrate to direct payment processing as they scale and develop more sophisticated needs."

What Are the Biggest SaaS Payment Fraud Risks

SaaS faces subscription-specific fraud patterns that traditional e-commerce does not. According to Paddle, the six primary SaaS fraud types are subscription fraud (stolen cards used for signups), account takeover (compromised credentials exploiting saved payment methods), chargeback fraud (friendly fraud — disputing legitimate charges), refund fraud, trial abuse, and affiliate fraud.

Card testing attacks are particularly damaging to SaaS companies with free trials. Fraudsters use automated scripts to test stolen card numbers on SaaS platforms, starting with small or $0 charges to verify card validity before deploying them for high-value fraud elsewhere. Clearout reports that over 50% of SaaS fraud begins with fake signups, and about 33% of freemium accounts now use disposable email domains.

Chargeback rates vary dramatically by SaaS segment. SwipeSum puts B2B SaaS at just 0.15%, while broader software and SaaS sits at 0.66%. Digital goods and subscriptions hit 1.85%, according to Chargeblast. The trend is worsening: Sift reported an 83% year-over-year increase in B2C SaaS chargeback rates and a 77% increase for B2B SaaS in 2025. First-party fraud (friendly fraud) now accounts for 36% of all reported fraud, up from 15% a year earlier.

Prevention starts before the first transaction: implement CAPTCHA on payment and signup forms, rate-limit API and payment endpoints, use transaction velocity controls to block rapid repeated attempts, require AVS and CVV verification on all card transactions, enable 3D Secure for card-not-present transactions, and use payment gateway fraud tools like Stripe Radar. For subscription-specific protection, clear billing descriptors reduce "I don't recognize this charge" disputes, automated renewal reminders prevent surprise billing complaints, and chargeback alert services (Ethoca, Verifi) enable refunds before formal disputes are filed.

How Do Enterprise SaaS Companies Handle Payments Differently

Enterprise SaaS operates on entirely different payment rails than self-serve SaaS. The dominant mechanism is invoiced billing with net terms — not automated card charges — and the cost savings are substantial.

ACH (Automated Clearing House) transfers are the standard for enterprise contracts. FeeTrace breaks down the math: Stripe charges 0.8% for ACH, capped at $5 per transaction. On a $10,000 annual invoice, ACH costs $5. The same invoice processed by credit card at 2.9% + $0.30 costs $290.30 — a savings of $285.30 per invoice. At scale, this difference is enormous.

Net-30 and Net-60 payment terms are standard in enterprise procurement. According to Clearly Payments, Net-30 terms appear on 55-65% of B2B invoices in North America, with Net-60 on 15-25%. But only 52-58% of Net-30 invoices are paid on time, and 10-15% exceed 30 days past due. Invoices over $25,000 are paid via net terms more than 80% of the time — enterprise buyers rarely put large contracts on credit cards.

The payoff for offering flexible payment options is significant. Balance reports that offering net terms increases new buyer acquisition by 38%. Resolve found that net terms increase average order values by 25-40%. The smart strategy, per FeeTrace, is "cards for low-touch signup; push ACH for larger invoices, contract renewals, or accounts with a known billing contact."

Enterprise billing infrastructure also requires CRM and CPQ (Configure, Price, Quote) integration, ERP connections for financial reporting, purchase order number support on invoices, multi-entity billing for subsidiaries, and contract amendment handling for mid-cycle upgrades and seat additions.

What Payment Metrics Should SaaS Companies Track

Payment infrastructure directly affects every core SaaS metric. The connection is not abstract — a 1% reduction in involuntary churn translates directly to higher MRR retention, better LTV, and improved LTV:CAC ratios.

MRR and ARR depend on billing system accuracy. Annual prepayments must be normalized to monthly values (divided by 12), not counted in full the month they arrive. The billing platform must track new MRR, expansion MRR from upgrades, contraction MRR from downgrades, churned MRR from cancellations, and reactivation MRR from returning customers. As Dodo Payments notes: "If you are patching together billing with invoicing tools that do not understand recurring contracts, you will spend more time auditing numbers than acting on them."

Churn rate is where payment failures hit hardest. The Kaplan Group puts average B2B SaaS churn at 3.5% monthly — 2.6% voluntary and 0.8% involuntary. Healthy monthly churn is under 2%; above 5% is a red flag. Improving payment recovery directly reduces the involuntary component — the only churn source that is almost entirely preventable with proper infrastructure.

LTV (Customer Lifetime Value) is directly shortened by payment failures. The Kaplan Group reports the average subscription customer stays 24 months. A $50/month subscription has an expected LTV of $1,200 at that average. Every payment failure that causes involuntary churn reduces the actual lifespan and destroys LTV.

SaaS Stage Minimum LTV:CAC Ratio Target Range
Seed / pre-product fit 1.5:1 2-3:1
Series A ($5-15M ARR) 3:1 3.5-4.5:1
Series B ($15-30M ARR) 3:1 4-5:1
Efficient / mature SaaS 4:1 5-8:1

Source: Fiscallion.

Net Revenue Retention above 100% — where expansion revenue exceeds churn — is the defining metric for high-growth SaaS. Slicker notes that "net revenue retention of 120%+ is impossible without strong recovery logic." For a $10M ARR company, moving from the 47.6% median recovery rate to 80% recovery translates to approximately $326,000 in additional retained annual revenue.

Frequently Asked Questions

What percentage of SaaS payments fail on the first attempt

Between 10-20% of subscription payments fail on the first attempt, according to DunnAI, with the average transaction failure rate across industries at 7.9% per The Kaplan Group. High-risk sectors can see failure rates up to 14.7%. The most common cause is generic declines (39%), followed by insufficient funds (26-30%) and expired cards. Visa and Mastercard report approximately 15% of all recurring payments are declined. These failures are not just a minor inconvenience — for a $10M ARR company, a 7.9% failure rate puts $790,000 in annual revenue at immediate risk.

How much does Stripe actually cost for a SaaS company

Stripe's base processing rate is 2.9% + $0.30 per successful card transaction. But for SaaS with recurring billing, you also need Stripe Billing at 0.7% per recurring charge, bringing the effective rate to 3.6-4.1% per transaction. Add Stripe Tax at 0.5% for automated tax compliance and the rate approaches 4.6%. International cards add another 1.5%, and currency conversion adds 1%. ACH processing is 0.8%, capped at $5 per transaction. At $10K MRR, expect roughly $410/month in Stripe fees; at $50K MRR, approximately $2,050/month — before any tax or international add-ons.

Should a SaaS startup use a Merchant of Record like Paddle

A Merchant of Record makes the most sense when selling internationally across multiple tax jurisdictions, when you lack internal tax and accounting expertise, or when you want to outsource compliance entirely. Paddle's 5% + $0.50 per transaction includes payment processing, global tax compliance, chargeback handling, and fraud protection. For a U.S.-only SaaS with simple billing, Stripe at a lower effective rate plus minimal tax compliance may be more cost-effective. Many startups begin with MoR for simplicity, then migrate to direct processing as they scale and need more control over the checkout experience and customer data.

What is the difference between voluntary and involuntary churn

Voluntary churn occurs when customers actively choose to cancel — due to dissatisfaction, budget cuts, switching competitors, or no longer needing the product. Involuntary churn occurs when customers are lost because their payment failed — expired cards, insufficient funds, or issuer declines — even though they intended to stay. Involuntary churn accounts for 20-40% of all SaaS churn. It is the most preventable form of churn because it has nothing to do with product satisfaction and everything to do with payment infrastructure. Effective dunning and smart retry logic can recover 50-85% of these otherwise lost customers.

Do SaaS companies need to worry about PCI compliance

Yes. Any SaaS that processes, stores, or transmits credit card data must comply with PCI DSS — it is mandatory, not optional. However, the compliance burden varies dramatically based on how you handle card data. Using hosted checkout and tokenization (where Stripe, Braintree, or similar platforms store the actual card numbers) reduces your scope from the full SAQ-D to the simpler SAQ-A. Annual compliance costs range from $3,000 for small companies using tokenization to $200,000+ for Level 1 merchants processing over 6 million transactions annually. Non-compliance fines reach $5,000 to $100,000 per month and can stall enterprise sales conversations.

Key Takeaways

  • 10-20% of subscription payments fail on the first attempt, and involuntary churn from payment failures accounts for 20-40% of all SaaS churn — costing the subscription economy $440 billion annually
  • SaaS payment infrastructure is fundamentally more complex than one-time processing: it requires card-on-file storage, dunning management, ASC 606 revenue recognition, multi-jurisdiction tax compliance, and subscription-specific fraud prevention
  • 63% of SaaS companies now use some form of usage-based pricing, and hybrid models combining base subscriptions with usage overages have become the default for modern SaaS products
  • Stripe's effective SaaS rate is 3.6-4.1% + $0.30 per transaction (base 2.9% + 0.7% Billing), while Merchant of Record platforms like Paddle charge 5% + $0.50 but bundle tax compliance, fraud protection, and chargeback management
  • Smart retry logic recovers up to 70% of failed payments, compared to 30% from traditional dunning emails alone — and top-performing SaaS companies achieve 80-85% recovery rates
  • For enterprise SaaS, ACH costs $5 on a $10,000 invoice versus $290.30 for credit card processing — making ACH the default for high-value contracts
  • B2B SaaS chargeback rates average just 0.15%, but digital subscriptions reach 1.85% — and first-party (friendly) fraud increased 36% year-over-year, now accounting for 36% of all reported fraud
  • SaaS taxability varies across roughly 25 U.S. jurisdictions and internationally — non-compliant businesses lose an average 4.3% of revenue to tax-related costs and penalties
Written by 

Tyler Durbin