# Stripe Fees Calculator 2026: See Your Real Cost (Beyond 2.9% + 30c)

> Use this Stripe fees calculator to model Stripe processing, Billing, Radar, disputes, international cards, and FX in 2026. See when Stripe's headline price becomes a 5% to 7% take rate.
- **Author**: Ayush Agarwal
- **Published**: 2026-04-04
- **Category**: Payments, Stripe, SaaS
- **URL**: https://dodopayments.com/blogs/stripe-fees-calculator

---

If you searched **stripe fees**, **stripe pricing**, **stripe transaction fee**, or **how much does Stripe charge**, here is the short answer: the 2.9% + 30c headline only describes Stripe's starting card rate. The moment you add subscriptions, tax tooling, fraud screening, cross-border cards, or currency conversion, the real Stripe take rate usually lands closer to 4.5% to 6.5% for a global SaaS business.

This 2026 Stripe fees calculator shows the full stack, then runs the math across different average order values and payment mixes so you can see your real margin impact.

Stripe pricing page snapshot used as the reference point for the 2026 fee matrix

If you already know your problem is bigger than payment processing alone, read [Stripe billing alternatives](/blogs/stripe-billing-alternatives), [Stripe alternatives](/blogs/stripe-alternatives), and [Is stripe a merchant of record](/blogs/is-stripe-a-merchant-of-record) next.

## Stripe fee matrix for 2026

Stripe does not publish one global price card for every geography and contract. The table below uses the standard startup benchmark most US SaaS teams still model against in 2026, then adds the extra layers founders usually forget.

| Fee layer | 2026 benchmark used in this calculator | When it applies | What it does to your real Stripe cost |
| --- | --- | --- | --- |
| Core card processing | 2.9% + 30c | Standard domestic online cards | The advertised base rate |
| Stripe Billing | 0.7% of billing volume | Recurring subscriptions, usage-based invoicing, proration, dunning workflows | Adds a second percentage on revenue, not just on new signups |
| Stripe Tax | Per-transaction tax fee in supported flows | When Stripe calculates and collects tax | Helps calculate tax, but filing and remittance still stay with you |
| Radar for Fraud Teams | Per-screened-transaction fee | When advanced fraud controls are enabled | Usually small per checkout, large at scale |
| Disputes | Flat fee per dispute | Each chargeback filed | Creates noisy margin leakage on top of refund loss |
| International cards | Extra percentage surcharge | Card issued outside your home market | Pushes blended fees up fast for global SaaS |
| Currency conversion | Extra percentage surcharge | Non-home-currency settlement or conversion | Stacks on top of international pricing |
| Instant payouts or treasury extras | Optional extra fee | Only if you need faster access to funds or extra treasury rails | Usually not part of core SaaS math, but can add up |

### A practical founder view of the fee stack

For a global subscription business, Stripe fees rarely appear one by one. They usually show up in this order: processing first, then Billing, then international or FX, then tax tooling, then a few cents for fraud checks, then the occasional dispute fee that nobody budgeted for.

```mermaid
flowchart LR
    A["Base processing 2.9% + 30c"] --> B["Billing fee"]
    B --> C["International and FX"]
    C --> D["Tax tooling"]
    D --> E["Fraud checks"]
    E --> F["Dispute fees"]
    F --> G["Blended effective take rate"]
```

> Stripe's base rate looks manageable in isolation. The problem is that finance teams do not buy Stripe in isolation. They buy processing, then Billing, then tax, then fraud tooling, and only later realize the true percentage is materially higher.
>
> - Ayush Agarwal, Co-founder & CPTO at Dodo Payments

If you want one stack for subscriptions, taxes, and payment orchestration, Dodo's docs are a good reference point for what an all-in workflow looks like: [subscriptions](https://docs.dodopayments.com/features/subscription), [overlay checkout](https://docs.dodopayments.com/developer-resources/overlay-checkout), and [webhooks](https://docs.dodopayments.com/developer-resources/webhooks).

## Stripe fees calculator by average order value and payment mix

The biggest mistake in a Stripe fees calculator is using one blended scenario for every company. Average order value changes how painful the fixed 30c component feels. Customer geography changes whether the international surcharge matters. Billing and tax tooling determine whether you are paying closer to 3% or closer to 6%.

### Scenario table 1: Low AOV SaaS at $15 average order value

| Monthly volume | Payment mix | Stripe layers included | Estimated monthly fees | Effective take rate |
| --- | --- | --- | ---: | ---: |
| $7,500 revenue / 500 payments | 90% domestic cards | Processing only | $367.50 | 4.90% |
| $7,500 revenue / 500 payments | 70% domestic, 30% international | Processing + international | $401.25 | 5.35% |
| $7,500 revenue / 500 payments | Same mix | + Billing + Radar | $465.00 | 6.20% |
| $7,500 revenue / 500 payments | Same mix | + Tax workflow + disputes | $517.50 | 6.90% |

Low-ticket products answer the real **stripe credit card fees** question better than any pricing page. The fixed 30c alone turns into a meaningful tax on revenue when your AOV is below $20.

### Scenario table 2: Mid-market SaaS at $79 average order value

| Monthly volume | Payment mix | Stripe layers included | Estimated monthly fees | Effective take rate |
| --- | --- | --- | ---: | ---: |
| $31,600 revenue / 400 payments | 85% domestic cards | Processing only | $1,036.40 | 3.28% |
| $31,600 revenue / 400 payments | 60% domestic, 40% international | Processing + international + FX on half of intl volume | $1,357.60 | 4.30% |
| $31,600 revenue / 400 payments | Same mix | + Billing + Radar | $1,598.80 | 5.06% |
| $31,600 revenue / 400 payments | Same mix | + Tax workflow + disputes | $1,852.00 | 5.86% |

This is where **stripe transaction fee** searches usually land. The base rate still looks fine, but the all-in rate often crosses 5% once the business becomes global and subscription-heavy.

### Scenario table 3: Higher AOV annual plans at $299 average order value

| Monthly volume | Payment mix | Stripe layers included | Estimated monthly fees | Effective take rate |
| --- | --- | --- | ---: | ---: |
| $59,800 revenue / 200 payments | 90% domestic cards | Processing only | $1,794.20 | 3.00% |
| $59,800 revenue / 200 payments | 55% domestic, 45% international | Processing + international + FX on two-thirds of intl volume | $2,381.80 | 3.98% |
| $59,800 revenue / 200 payments | Same mix | + Billing + Radar | $2,840.40 | 4.75% |
| $59,800 revenue / 200 payments | Same mix | + Tax workflow + disputes | $3,257.20 | 5.45% |

Higher AOV softens the fixed fee, but it does not eliminate Stripe's extra billing, international, tax, and dispute layers.

## How much does Stripe charge by fee category?

If you want a quick answer to **how much does Stripe charge**, use this framework:

1. Start with the card fee.
2. Add the international and FX layers based on customer geography.
3. Add Stripe Billing if you run subscriptions or usage invoices.
4. Add fraud tools, tax workflows, and expected dispute frequency.
5. Divide by gross revenue to get the real take rate.

That result is the number that matters for planning, not the headline percentage.

For adjacent analysis, see [Stripe vs merchant of records](/blogs/stripe-vs-merchant-of-records), [Recurring billing alternatives](/blogs/recurring-billing-alternatives), and [Best SaaS billing infra](/blogs/best-saas-billing-infra).

## Stripe vs Dodo all-in take rate

Dodo Payments is priced at **4% + 40c domestic US, +1.5% international, +0.5% subscriptions**. The important difference is structural: Dodo operates as a Merchant of Record, so tax, fraud, and compliance sit inside the operating model instead of as separate tools you assemble yourself.

| Scenario | Stripe blended take rate in this article | Dodo baseline | What usually changes |
| --- | ---: | ---: | --- |
| US-only domestic SaaS | 3.0% to 4.2% | 4% + 40c | Stripe can stay cheaper if you are simple and domestic |
| Global subscriptions | 4.8% to 6.2% | 4% + 40c plus 0.5% subscriptions | Dodo becomes easier to model because tax and compliance are not separate workstreams |
| Global SaaS with tax-heavy footprint | 5.3% to 6.9% | Same baseline | Operational savings usually matter as much as raw fee savings |

Clear caveats matter here:

- Dodo **does not support ACH, SEPA, or BACS direct debit** today.
- If you are US-only, low-complexity, and negotiated on Stripe, Stripe may still be the cheaper processing choice.

For the product-side view, compare [Merchant of record for SaaS](/blogs/merchant-of-record-for-saas) with [SaaS accounting guide](/blogs/saas-accounting-guide). If you want Dodo implementation details, see [usage-based billing](https://docs.dodopayments.com/features/usage-based-billing/introduction), [subscription billing](https://docs.dodopayments.com/features/subscription), and [integration guide](https://docs.dodopayments.com/developer-resources/integration-guide).

## What Stripe pricing does not solve for you

Even a perfect Stripe fee calculator does not capture the work that remains on your side:

- sales tax, VAT, and GST registration strategy
- remittance and filing across jurisdictions
- dispute evidence workflows
- finance reconciliation for payouts, refunds, and FX
- subscription operations across upgrades, downgrades, and proration

That is why founders comparing only the base rate often underestimate the real cost of the stack. Related reading: [Revenue leakage SaaS](/blogs/revenue-leakage-saas), [Merchant of record chargebacks](/blogs/merchant-of-record-chargebacks), and [Why localized payment methods are important for higher conversions](/blogs/why-localized-payment-methods-are-important-for-higher-conversions).

## FAQ

### What are Stripe fees in 2026 for a normal online card payment?

For the standard startup benchmark most SaaS teams model, Stripe fees begin at 2.9% + 30c for a domestic online card payment. The moment you add subscriptions, international cards, FX, fraud screening, disputes, or tax tooling, the effective rate usually moves well above that headline.

### What is Stripe pricing for subscriptions?

Stripe pricing for subscriptions usually means card processing plus Stripe Billing. In this article's benchmark model, that means 2.9% + 30c plus a 0.7% Billing layer before you account for tax, fraud, or cross-border surcharges.

### How high can Stripe credit card fees get for international customers?

Stripe credit card fees get meaningfully higher when the buyer's card is issued outside your home market or when currency conversion is required. A globally distributed SaaS business can easily move from a 3% style domestic rate to a 5% style blended rate once international and FX layers are included.

### What is the real Stripe transaction fee for SaaS companies?

The real Stripe transaction fee for SaaS is the all-in number after processing, Billing, tax workflow costs, fraud tooling, and disputes. For many recurring-revenue companies, that lands between 4.5% and 6.5%, not at the 2.9% + 30c headline.

### How much does Stripe charge compared with a Merchant of Record?

Stripe can be cheaper for domestic businesses with simple card processing needs. A Merchant of Record becomes more competitive when you add cross-border sales, tax collection, chargeback handling, and recurring billing complexity because those costs stop being separate workstreams.

### Is Stripe still a good option if I only sell in the US?

Yes. If most buyers are domestic, you do not need ACH-style alternatives, and your tax footprint is manageable, Stripe remains a strong choice. The fee problem becomes more obvious when you layer on subscriptions, international volume, and tax complexity.

## Final take

The best Stripe fees calculator is not a widget. It is a full-stack margin model.

If your business is domestic and simple, Stripe pricing can stay close to the headline rate. If you run subscriptions, sell internationally, or need tax and fraud workflows, the true Stripe fee almost always ends up much higher than 2.9% + 30c.

Use the tables above to model your own AOV and geography. Then compare the result with [Pricing](/pricing), [Stripe billing dodo payments](/blogs/stripe-billing-dodo-payments), and [Stripe alternatives for SaaS](/blogs/stripe-alternatives-for-saas) before you lock in your stack.
---
- [More Payments articles](https://dodopayments.com/blogs/category/payments)
- [All articles](https://dodopayments.com/blogs)