Stripe Billing logo

Stripe Billing

The default subscription engine, priced as a percentage of everything you bill

Stripe Billing is the subscription and invoicing layer that sits on top of Stripe Payments: it stores your product catalog and prices, runs recurring charges across flat-rate, per-seat, tiered, and usage-based models, handles trials, proration, coupons, and plan changes, issues invoices and quotes, recovers failed payments with machine-learned Smart Retries and a card account updater, and gives subscribers a hosted portal, all charged at 0.7 percent of billing volume on top of the standard 2.9 percent plus 30 cents card processing fee, with Stripe remaining your payment processor rather than your merchant of record.

Visit website

Overview

Stripe Billing is the thing most SaaS companies end up on without ever explicitly choosing it. You integrate Stripe to take a card, you need the charge to repeat, and Billing is the object model that makes that happen: customers, products, prices, subscriptions, invoices. Because it is native to the same API you already use for payments, there is no webhook reconciliation between two vendors, no separate customer identity to keep in sync, and no second dashboard for support staff to learn. That structural convenience is worth more in practice than any individual feature on the comparison grid.

The pricing history matters, because it is the main thing that has changed. Stripe used to sell Billing as two tiers, Starter at 0.5 percent and Scale at 0.8 percent, and in July 2024 collapsed them into a single plan at 0.70 percent of billing volume with all the revenue-recovery features included. That was a price cut for Scale customers and a 40 percent increase for everyone on Starter, and it is the reason a wave of teams started pricing out Chargebee, Recurly, and Lemon Squeezy in 2024 and 2025. There is also a pay-monthly option with committed volume tiers that drops the marginal rate to 0.67 percent, which only pays off if your volume is predictable and you are willing to sign an annual contract.

Two acquisitions reshaped what Billing is. Stripe bought Metronome for roughly $1 billion in December 2025 and completed the deal in January 2026, and usage-based billing on Stripe now routes through that engine rather than through the older metered-price primitives. Stripe Tax, sold separately at 0.5 percent per transaction where you are registered, calculates and files sales tax, VAT, and GST across more than 90 countries. Revenue Recognition, again separate, runs 0.25 percent of recognized revenue, dropping to 0.2 percent above roughly $100,000 a month.

The critical thing a small business needs to understand is what Stripe is not. Stripe is your payment processor, not your merchant of record. The contract of sale is between you and your customer, the tax registration obligations are yours, and chargebacks land on your account. Stripe Tax will do the arithmetic and, on the higher tiers of that product, the filing, but the liability never moves. That is the exact opposite of the Paddle, Lemon Squeezy, Polar, Creem, and Dodo Payments model, and it is the single question that should decide between them.

Best for

SaaS and digital companies that already run on Stripe and want subscriptions handled inside the same API, teams selling primarily to United States customers where merchant-of-record tax coverage is not worth a doubled take rate, developers who want full control over the checkout and billing logic, and anyone who values the depth of Stripe's documentation and ecosystem over a lower headline percentage.

Not the right fit for

  • Small teams selling globally with no finance function: Stripe leaves you as the seller of record, so VAT registration in the European Union, GST in Australia, and economic nexus in a couple of dozen United States states remain your legal problem, and Stripe Tax at another 0.5 percent only automates the calculation, not the liability.
  • Companies with low average order values, where the 30 cent fixed component plus the 0.7 percent Billing fee makes a $3 transaction economically silly compared with a bundled merchant of record.
  • Non-technical founders who want a billing system without writing code; Payment Links and the no-code pricing table exist, but anything beyond the simplest plan structure assumes an engineer, which is precisely the gap MoonClerk and Outseta fill.
  • Businesses in industries on Stripe's restricted list, or ones with elevated chargeback profiles, since Stripe can and does freeze accounts and hold reserves with limited recourse and no dedicated account manager below significant volume.
  • Finance teams that want a billing vendor to own revenue recognition, dunning strategy, and SaaS metrics out of the box, since each of those on Stripe is either another paid product, another percentage, or a third-party tool bolted on.

How it works

  1. 1

    You sign up for a Stripe account, complete identity and business verification, and connect a bank account. There is no sales call and no minimum volume. Billing is enabled on the same account as Payments and appears as a section of the same dashboard.

  2. 2

    You define products and prices in the Stripe catalog. A price carries a currency, an interval, and a model: flat rate, per seat, tiered, graduated, volume, or usage-based. Stripe advertises more than fifteen built-in models, and a single subscription can carry multiple prices so add-ons and modules bill on the same invoice.

  3. 3

    Customers subscribe through Payment Links, a hosted Stripe Checkout page, an embedded pricing table, or your own front end talking to the API. Each of those creates a Customer and a Subscription object, and from that moment Stripe drives the renewal cycle itself.

  4. 4

    At each cycle Stripe finalizes an invoice, attempts the charge, and emits webhooks for every state transition. Failures enter the Smart Retries schedule, which is trained on network behavior rather than a fixed retry interval, alongside the card account updater, dunning emails, and optional cancellation surveys.

  5. 5

    Subscribers manage themselves through the hosted customer portal, where they update cards, download invoices, switch plans, and cancel. Mid-cycle changes are prorated automatically by default. Payouts arrive on a rolling schedule, typically two business days in the United States, net of processing fees, the 0.7 percent Billing fee, refunds, and disputes.

Feature breakdown

28 features in 5 modules

Pricing models and catalog

The reason most teams stop shopping: almost any pricing shape is expressible without custom code.
Fifteen or more built-in pricing models
Flat rate, per seat, package, tiered, graduated, volume, and usage-based prices are all first-class objects, so a hybrid platform fee plus consumption model is configuration rather than engineering.
Multi-item subscriptions
A single subscription can carry several prices at once, so a base plan, three add-ons, and a metered overage bill on one invoice against one renewal date.
Usage-based billing via Metronome
Stripe's metered pricing now runs on the Metronome engine it acquired in December 2025, which is built for high-volume event ingestion at the scale AI companies need rather than simple monthly usage counters.
Multi-currency prices
One product can carry per-currency prices so a European buyer sees euros and a United States buyer sees dollars, without a conversion at checkout.
Subscription schedules
Multi-phase schedules let you commit a customer to a defined sequence of prices, for example three months discounted then standard rate, without a cron job of your own.
Entitlements
Features can be attached to products so your application can ask Stripe what a customer is entitled to, which removes a common category of hand-rolled plan-gating code.

Lifecycle: trials, proration, coupons, changes

The unglamorous mechanics that decide how much billing code you write yourself.
Free trials with or without a card
Trials convert automatically at the end of the window, with configurable trial-ending notifications and a defined behavior when no payment method is on file.
Automatic proration
Upgrades, downgrades, and seat changes generate proration line items against the unused portion of the period, charged immediately or rolled into the next invoice.
Coupons and promotion codes
Percentage or fixed-amount discounts with duration, redemption limit, first-time-customer, and minimum-amount restrictions, exposed as customer-facing promotion codes at checkout.
Pause and resume collection
Subscriptions can be paused with a defined behavior for the paused period, which is the retention lever most consumer-facing SaaS should be using before offering a discount.
Billing cycle anchors
Renewal dates can be aligned across a customer's subscriptions so a company with several products bills once rather than on five different days.
Backdating and cancellation scheduling
Cancellations can be immediate or at period end, and subscription start dates can be backdated when migrating an existing book of business.

Recovery and revenue optimization

Included in the 0.7 percent since the 2024 plan consolidation, not sold as an upsell.
Smart Retries
Failed charges are retried on a machine-learned schedule derived from Stripe's own network-wide data on when a given issuer is likely to approve, rather than on a fixed daily cadence.
Card account updater
Expiring and reissued cards are refreshed through the card network updater services, which quietly removes the largest single source of involuntary churn.
Dunning email sequences
Configurable emails on failed payment and expiring card, with a defined end state for the subscription when the retry schedule is exhausted.
Cancellation surveys and retention flows
The customer portal can present a reason survey and offer a pause or a discount before processing a cancellation.
Adaptive Acceptance on the payments side
Stripe reformats and reattempts declined authorizations against issuer behavior, which lifts approval rates on renewals independently of the Billing retry schedule.

Invoicing, quotes, and accounting

Where Stripe reaches toward the finance department, mostly through separately priced products.
Hosted invoices and invoice PDFs
Every invoice gets a hosted payment page and a downloadable PDF, with configurable numbering, memo fields, custom fields, and branding.
Quotes
Draft quotes with line items, discounts, and expiry that convert directly into a subscription or invoice on acceptance, which covers light sales-assisted deals without a CPQ.
Invoice auto-reconciliation
Bank transfer payments are matched to open invoices automatically, which matters for the annual-contract customers who insist on wire or ACH.
Revenue Recognition
A separately priced product at 0.25 percent of recognized revenue that produces ASC 606 and IFRS 15 compliant accrual reports and monthly close exports.
Stripe Tax
Priced at 0.5 percent per transaction where you are registered, it calculates sales tax, VAT, and GST across more than 90 countries and monitors your registration thresholds. The registrations and the liability stay yours.
Data warehouse and accounting exports
Sigma SQL access, scheduled data pipelines into Snowflake, Redshift, and Databricks, plus connectors to NetSuite and mainstream accounting tools.

Developer surface and operations

The best-documented payments API in the industry, and the real reason engineers pick it.
Unified API and one customer object
Payments, Billing, Tax, and Connect all operate on the same Customer, which eliminates the two-system reconciliation that every third-party billing layer requires.
Comprehensive webhooks and idempotency
Every subscription and invoice state transition emits an event, with idempotency keys, signed payloads, and a replayable event log for reconciliation.
Test mode and sandboxes
A complete parallel environment including test clocks that fast-forward a subscription through renewals, trials, and dunning so you can verify billing logic without waiting a month.
Customer portal
A hosted, configurable self-service portal for card updates, plan changes, invoice history, and cancellation, with a custom-domain option at $10 per month.
Payment Links and pricing tables
No-code hosted checkout links and an embeddable pricing table cover simple plan structures without any front-end work.

Use cases

4 documented

Seed-stage B2B SaaS with a United States customer base

Two engineers, three plans, annual and monthly options, and no appetite for a second vendor or a 5 percent merchant-of-record fee on domestic revenue.

Stripe Checkout plus Billing gets subscriptions live in a week at roughly 4.2 percent all in, the customer portal absorbs card-update requests, and Smart Retries handles involuntary churn without anyone thinking about it.

Usage-priced API company

Revenue is per API call with a monthly platform minimum, and the finance team needs invoices that show a defensible line-item breakdown of consumption.

Metered prices layered under a base subscription produce a single hybrid invoice, and the Metronome engine underneath handles event volumes that would break a naive counter.

Company that just crossed the sales-tax nexus threshold

The accountant flags economic nexus in eleven states and asks who is calculating rates at checkout.

Stripe Tax is switched on for another 0.5 percent and starts calculating and monitoring thresholds immediately, though the registrations and the filings still belong to the business, which is exactly the tradeoff against a merchant of record.

Growth-stage SaaS preparing for a fundraise

Investors want ASC 606 revenue schedules and the current spreadsheet takes four days each month to reconcile.

Revenue Recognition at 0.25 percent produces accrual reports directly from the billing data, and Sigma plus a warehouse pipeline gives the finance team query access instead of CSV exports.

Pricing

from 0.7 percent of billing volume, on top of 2.9 percent plus 30 cents card processing

Percentage of billing volume charged on top of standard Stripe payment processing, with separately priced Tax and Revenue Recognition products and an optional committed annual plan.

PlanPriceIncludes
Billing (pay as you go)0.7%
of billing volume
  • All subscription models, invoicing, and quotes
  • Smart Retries, card account updater, and dunning emails
  • Hosted customer portal and Payment Links
  • Multi-phase subscription schedules and entitlements
  • No monthly minimum and no contract

Since July 2024 this single plan replaced the old Starter at 0.5 percent and Scale at 0.8 percent, which was a price rise for most small accounts.

Billing (pay monthly)Committed monthly fee
annual contract
  • Volume bands with a stated monthly fee
  • 0.67 percent on volume above the band
  • Savings quoted between 11 and 18 percent versus pay as you go
  • Annual commitment required

Worth modelling only if your billing volume is predictable; the savings are real but modest and you give up the ability to walk away monthly.

Stripe Tax0.5%
per transaction where registered
  • Sales tax, VAT, and GST calculation in more than 90 countries
  • Registration threshold monitoring
  • Tax-inclusive and tax-exclusive display handling
  • Reverse charge and tax ID validation

An API-based integration is charged at 50 cents per transaction instead of 0.5 percent, which is worse on small tickets and better on large ones.

Revenue Recognition0.25%
of recognized revenue
  • ASC 606 and IFRS 15 accrual schedules
  • Monthly close reports and audit trail
  • Deferred revenue and waterfall reporting
  • Drops to roughly 0.2 percent above $100,000 a month
EnterpriseCustom
negotiated
  • Blended processing and billing rates at volume
  • Interchange-plus pricing available
  • Named account team and technical account management
  • Custom terms for high-volume or multi-entity setups

Realistically available once you are processing serious volume; below that you pay list price like everyone else.

Add-ons

  • Customer portal custom domain ($10 per month)
  • Sigma (SQL analytics) (Usage-based, quoted per charge volume)
  • Radar for Fraud Teams ($0.07 per screened transaction on top of standard Radar)
  • Chargeback dispute fee ($15 per dispute): Refunded if you win the dispute.

Billing notes

  • The 0.7 percent applies to billing volume, meaning invoices Stripe generates, and it stacks on top of the 2.9 percent plus 30 cents processing fee rather than replacing it.
  • International cards add roughly 1.5 percent and currency conversion adds roughly 1 percent, so a globally distributed customer base lands materially above the headline United States rate.
  • Chargebacks cost $15 each plus the lost revenue, and unlike a merchant of record arrangement the dispute is yours to fight.
  • The July 2024 consolidation from Starter and Scale into a single 0.7 percent plan raised costs by 40 percent for small accounts that were on Starter, which is a useful precedent when modelling the next five years.
  • Tax and Revenue Recognition are separate percentages. A company using Billing, Tax, and Revenue Recognition is paying roughly 1.45 percent in software fees before a single card is charged.

Value assessment: Work it at a $50 average ticket. At $10,000 a month that is 200 transactions: $290 plus $60 in processing, plus $70 for Billing, totalling $420, or 4.2 percent. At $100,000 a month across 2,000 transactions the ratio is identical at 4.2 percent, because every component is proportional. Add Stripe Tax and you are at 4.7 percent, add Revenue Recognition and you are near 4.95 percent. Against Paddle at 5 percent plus 50 cents, which works out at 6 percent on the same ticket, Stripe looks cheaper by roughly 1.3 points, and that gap is precisely the price of the merchant-of-record service you are declining. If your customers are mostly domestic and you have an accountant, Stripe is the better economics. If you are selling to forty countries from a two-person company, the 1.3 points buys you not filing forty tax returns, and Stripe is the false economy.

Strengths & limitations

Strengths

  • One API, one customer object, and one dashboard for payments and subscriptions, which eliminates the reconciliation problem that every bolt-on billing layer creates.
  • The pricing model coverage is genuinely broad: flat, seat, tiered, graduated, volume, usage, and hybrid combinations all expressible without custom billing code.
  • Smart Retries and the card account updater are best in class for involuntary churn recovery and are included in the 0.7 percent rather than sold separately.
  • Documentation, SDKs, test clocks, and sandboxes are the industry benchmark, so an engineer who has never used Stripe can ship a working subscription flow in a day.
  • Ecosystem gravity: nearly every SaaS tool, from analytics to entitlements to dunning, ships a Stripe integration first, so Stripe is the option that never blocks a future purchase.
  • The Metronome acquisition gives Stripe a credible answer for high-volume usage-based and AI-era metered pricing rather than a bolted-on counter.
  • No monthly minimum, no contract, and no sales call on the standard plan, so the cost of starting is genuinely zero.

Limitations

  • You are the merchant of record, so global VAT, GST, and United States sales tax registration and liability stay with you even if Stripe Tax does the arithmetic.
  • The fee stack compounds. Billing, Tax, and Revenue Recognition together add roughly 1.45 percent on top of processing, and every one of those was priced upward or introduced after the fact.
  • The July 2024 plan consolidation raised the effective rate 40 percent for small accounts, and there is no contractual protection against that happening again on a pay-as-you-go plan.
  • Support below enterprise volume is email and chat with no named contact, and account freezes or reserve requirements are a well-documented risk with limited escalation path.
  • Non-technical configuration is thin. Anything beyond a Payment Link needs an engineer, which is the entire reason MoonClerk, Outseta, and Zoho Billing have customers.
  • SaaS metrics, cohort retention, and churn analysis are not included; you will end up paying for ChartMogul, Baremetrics, or ProfitWell Metrics alongside.
  • Dunning strategy is configurable but not deeply customizable compared with a dedicated recovery tool, and the cancellation flow is basic next to a purpose-built retention product.

Head-to-head comparisons

6 alternatives

Stripe Billing vs Paddle

from 5% plus $0.50 per transaction, with no monthly fee

The defining choice in this category. Paddle is your merchant of record at 5 percent plus 50 cents, which works out near 6 percent on a $50 ticket and includes global tax filing, chargeback liability, and first-line billing support. Stripe Billing lands near 4.2 percent and leaves every one of those obligations with you. If you sell globally with no finance function, Paddle's 1.8 point premium is cheap. If your customers are United States based and you have an accountant, Stripe wins on cost and on control.

Full Stripe Billing vs Paddle comparison

Stripe Billing vs Chargebee

from $0 per month plus 0.80% of monthly billing value on Flow pay-as-you-go

Chargebee is a billing platform that sits on top of a processor, starting near 0.8 percent of billing value or a $400 monthly minimum, and brings deeper revenue recognition, entitlements, and multi-gateway support. Stripe Billing is cheaper, simpler, and native, but locks your subscription data to one processor. Choose Chargebee when you need gateway independence, complex enterprise contract terms, or a finance-grade close process; choose Stripe when you want fewer moving parts.

Full Stripe Billing vs Chargebee comparison

Stripe Billing vs Metronome

from 0.8 percent of billing volume plus $0.04 per 1,000 ingested events

Now the same company: Stripe acquired Metronome for roughly $1 billion in December 2025 and completed the deal in January 2026. Metronome remains buyable directly at 0.8 percent of billing volume plus 4 cents per thousand ingested events, and it is the right entry point if metered usage is the core of your pricing and you need event ingestion at real scale. Plain Stripe Billing at 0.7 percent is the right entry point if usage is a secondary line item on an otherwise subscription-shaped invoice.

Full Stripe Billing vs Metronome comparison

Stripe Billing vs Schematic

from $0 (Free), then $200 per month (Growth)

Schematic does not replace Stripe Billing, it sits beside it. Stripe owns the money movement and the invoice; Schematic owns plan definitions, entitlements, feature gating, and the drop-in React pricing table, checkout, and portal components, from free up to $200 a month on Growth. Buy both if your engineers are drowning in plan-gating code. Buy Stripe alone if your plan structure is three tiers that never change.

Full Stripe Billing vs Schematic comparison

Stripe Billing vs Zoho Billing

from $39 per organization per month billed annually (Standard), or $79 for Premium which includes subscription billing

Zoho Billing is a flat $39 to $79 a month with no percentage on billing volume, so at $100,000 a month it is dramatically cheaper in software fees than Stripe's $700. The catch is a $1M annual revenue ceiling on the published plans, a far weaker developer surface, and a product built for finance staff rather than engineers. Take Zoho if your billing is invoice-shaped and your team is non-technical; take Stripe if your product self-serves and your team writes code.

Full Stripe Billing vs Zoho Billing comparison

Stripe Billing vs Mollie

from €0.32 per iDEAL transaction, or 1.80 percent plus €0.25 on European Economic Area consumer cards

Mollie is the European answer to Stripe Payments, cheaper on European Economic Area consumer cards at 1.80 percent plus 25 cents against Stripe's 1.5 percent plus fixed fee equivalents, with iDEAL, Bancontact, and SEPA Direct Debit as first-class methods. Its subscriptions API is genuinely thinner: five retries and then cancellation, with no real dunning strategy or revenue recognition. Use Mollie when European local payment methods drive your conversion; use Stripe when the billing engine itself is what you are buying.

Full Stripe Billing vs Mollie comparison

Implementation & onboarding

Setup time
A day to a week. Payment Links and a hosted pricing table can be live in an afternoon with no code. A custom checkout with webhooks, proration handling, and a plan-change flow is realistically a week of engineering and another week of edge cases you did not anticipate.
Learning curve
Low for developers, high for everyone else. The object model of customers, products, prices, subscriptions, and invoices is clean once understood, but it is a developer's mental model, and a non-technical operator will not configure a nontrivial plan structure alone.
Onboarding
Entirely self-serve. Account verification is automated for most businesses. There is no implementation fee, no assigned onboarding manager below enterprise volume, and no professional services requirement.
Migration notes
Inbound migration is unusually good: Stripe will import tokenized card data from another PCI-compliant processor, including from Braintree, Adyen, and others, so subscribers do not re-enter cards. Outbound is equally supported, and this portability is the structural advantage of a processor over a merchant of record. Leaving Paddle or Lemon Squeezy means every subscriber re-enters a card; leaving Stripe does not. Subscription state itself, however, has to be rebuilt in the destination system, and test clocks are the tool for verifying it before cutover.

Platform, API & security

Platforms
Web dashboardREST APIOfficial SDKs for Ruby, Python, PHP, Java, Node, Go, .NETiOS and Android SDKsReact, Next.js, and Vue componentsStripe CLIStripe mobile app
API
Comprehensive REST API with idempotency keys, signed webhooks for every subscription and invoice state transition, test clocks for time-travel testing, Sigma for SQL access, and an MCP server plus agent toolkit for AI-driven integration.
Compliance
PCI DSS Level 1SOC 1 Type 2SOC 2 Type 2GDPRPSD2 and SCA supportISO 27001
Data residency
Global infrastructure with regional processing entities. Data residency commitments for the European Union are available to larger accounts; there is no self-serve regional hosting toggle.
SSO
SSO and SAML available on Stripe accounts, with team roles, granular permissions, and mandatory two-factor authentication.
Security notes
Card data never touches your servers when using Stripe Elements or Checkout, which keeps most integrations in PCI SAQ A scope. Radar fraud screening is included on standard pricing, with Radar for Fraud Teams as a paid upgrade. Disputes cost $15 each and are your responsibility to contest.

Support & resources

Channels
24/7 email support24/7 chat supportPhone support (callback, availability varies by account)Named account team at enterprise volume
Documentation
docs.stripe.com is the industry reference: API reference, guides, recipes, sample integrations, and a well-maintained changelog.
Community
Very large third-party ecosystem including Stack Overflow, a Discord, and an enormous body of tutorials; Stripe also runs Sessions, its own developer conference.

Company

Founded
2010
Headquarters
South San Francisco, California and Dublin, Ireland
Ownership
Private, venture-backed
Founders
Patrick Collison, John Collison
Employees
Approximately 8,000 (est. 2026)
Funding
More than $9B raised across many rounds, with a tender offer in early 2025 valuing the company at $91.5B. Stripe has not gone public.

Funding history

RoundAmountYearNotes
Series H$600M2021Valued the company at $95B, then the highest private valuation of a United States startup.
Series I$6.5B2023Raised at a $50B valuation, largely to cover employee tax obligations on expiring equity.
Tender offerSecondary2025Employee share sale conducted at a $91.5B valuation.

Timeline

  1. 2010Founded by Patrick and John Collison as a way for developers to accept payments with seven lines of code.
  2. 2018Stripe Billing launches as a dedicated subscription and invoicing product rather than a recurring-charge helper.
  3. 2021Stripe Tax launches, adding automated sales tax, VAT, and GST calculation as a separately priced product.
  4. 2022Revenue Recognition ships, giving finance teams ASC 606 and IFRS 15 schedules generated from billing data.
  5. 2024The Starter and Scale Billing plans are consolidated into a single plan at 0.70 percent of billing volume, raising costs for small accounts previously on Starter.
  6. 2025Stripe agrees to acquire Metronome for roughly $1 billion to own the metering layer for usage-based and AI-era pricing.
  7. 2026The Metronome acquisition completes in January and becomes the engine behind Stripe's usage-based billing.

Integrations

  • QuickBooks, Xero, and NetSuite
  • Salesforce and HubSpot
  • Snowflake, Redshift, and Databricks via data pipeline
  • Shopify, WooCommerce, and most ecommerce platforms
  • Zapier and Make
  • ChartMogul, Baremetrics, and ProfitWell Metrics
  • Churnkey, Churn Buster, and other dunning tools
  • Stigg, Schematic, and other entitlement layers
  • Avalara and TaxJar (as alternatives to Stripe Tax)
  • Slack and PagerDuty for operational alerting

Frequently asked questions

10 questions

What is Stripe Billing and how is it different from Stripe Payments?

Stripe Payments moves money: it takes a card and settles funds to your bank. Stripe Billing is the subscription layer on top, holding your product catalog, prices, subscriptions, and invoices, and driving the recurring charge cycle including trials, proration, coupons, dunning, and the customer portal. Payments is charged at 2.9 percent plus 30 cents in the United States. Billing adds 0.7 percent of billing volume on top.

Is Stripe a merchant of record?

No, and this is the most important thing to understand before choosing it. Stripe is a payment processor. The contract of sale is between you and your customer, sales tax and VAT registrations are in your name, the filings are your obligation, and chargebacks land on your account at $15 each. Paddle, Lemon Squeezy, Polar, Creem, and Dodo Payments take all of that on as the legal seller. Stripe Tax will calculate the tax for another 0.5 percent, but the liability never moves.

What does Stripe Billing actually cost on a $50 average ticket?

At $10,000 a month, which is 200 transactions, you pay $290 plus $60 in processing fees and $70 in Billing fees, for $420 total, or 4.2 percent. At $100,000 a month across 2,000 transactions it is the same 4.2 percent, because every component scales proportionally. Adding Stripe Tax takes you to 4.7 percent and adding Revenue Recognition to roughly 4.95 percent. International cards and currency conversion push it higher still.

Did Stripe raise the price of Billing?

Yes. Until July 2024 there were two plans, Starter at 0.5 percent and Scale at 0.8 percent. Stripe consolidated them into a single plan at 0.70 percent with all the revenue-recovery features included. That was a cut for Scale customers and a 40 percent increase for the many small accounts on Starter, and it is worth remembering when modelling long-term costs, because a pay-as-you-go plan carries no protection against the next change.

Does Stripe Billing support usage-based pricing?

Yes, and it got materially stronger. Metered and tiered prices have existed for years, and after Stripe acquired Metronome for roughly $1 billion in December 2025, completing in January 2026, usage-based billing routes through the Metronome engine, which was built for the event volumes AI and infrastructure companies generate. Hybrid models combining a base platform fee with metered consumption on the same invoice are fully supported.

How does Stripe handle failed payments and dunning?

Smart Retries reschedule failed charges using a model trained on Stripe's network-wide data about when a given issuer is likely to approve, rather than retrying on a fixed interval. The card account updater refreshes expiring and reissued cards through the card networks. Configurable dunning emails fire at each stage, and the customer portal can present a cancellation survey with a pause or discount offer. All of this is included in the 0.7 percent.

Can I move my subscribers off Stripe if I leave?

Yes, and this is the structural advantage of a processor over a merchant of record. Stripe will export tokenized card data to another PCI-compliant provider, and will import it on the way in, so your subscribers do not re-enter their cards. Leaving Paddle or Lemon Squeezy means the card data belongs to them and every subscriber has to re-enter payment details, which typically costs a meaningful slice of your recurring revenue. Subscription state and plan logic still have to be rebuilt in the destination system.

When are payouts made and to which countries?

Standard payouts arrive on a rolling schedule, typically two business days in the United States, with daily, weekly, or monthly options and instant payouts available for a fee. Stripe supports businesses in more than 45 countries and can accept payments in more than 135 currencies, with currency conversion charged at roughly 1 percent when settling into a different currency than the charge.

Do I need an engineer to use Stripe Billing?

For anything beyond the basics, yes. Payment Links and the embeddable pricing table cover simple plan structures with no code, and the customer portal is configured in the dashboard. But custom checkout, plan-change logic, webhook handling, and entitlement gating all assume a developer. If you do not have one, MoonClerk, Outseta, or Zoho Billing will get you further faster.

Does Stripe Billing include SaaS metrics like MRR and churn?

Only shallowly. The dashboard shows basic recurring revenue figures, but cohort retention, expansion and contraction breakdowns, and proper churn analysis are not part of the product. Most Stripe-based companies pair it with ChartMogul, Baremetrics, or ProfitWell Metrics, and that is another line item to budget for.

Editorial verdict

Stripe Billing is the safe answer, and for a United States focused SaaS company with an engineer on staff it is also usually the right one. At roughly 4.2 percent all in on a $50 ticket it undercuts every merchant of record by more than a point, the pricing model coverage is the broadest available, Smart Retries and the account updater are genuinely best in class, and card portability means leaving is possible rather than theoretical. The counterargument is compounding: Billing at 0.7 percent, Tax at 0.5 percent, Revenue Recognition at 0.25 percent, plus whatever you spend on metrics and entitlements, and a company that started at a clean 2.9 percent finds itself near 5 with four separate invoices. And the tax liability is still yours. Buy Stripe if you sell mostly at home, write code, and want the deepest ecosystem in software. Buy a merchant of record if you sell everywhere and would rather pay a visible premium than discover an unfiled VAT return two years late.

Written by the SaaSTracker editorial team. Awards, when shown, are judged against the published criteria in our methodology.