Stripe Fees on Small Transactions: Why $5 Costs ~9%

5 min read · Stripe Fees · Updated Aug 2026

Short answer

Stripe fees feel high on small payments because the fixed per-transaction fee does not shrink with the charge amount. The smaller the charge, the larger that fixed fee becomes as a percentage of revenue.

The math: how the $0.30 fixed fee works

The percentage fee (2.9%) scales with the transaction amount. The $0.30 fixed fee does not — it applies to every transaction regardless of size. On small transactions, the fixed fee becomes the dominant cost.

Stripe fees feel high on small payments because the fixed per-transaction fee does not shrink with the charge amount. The smaller the charge, the larger that fixed fee becomes as a percentage of revenue.

For a $5 transaction, the $0.30 fixed fee alone represents 6% of the transaction value — before the 2.9% percentage fee even applies.

Manual card entry: If your team keys in card numbers (phone orders, invoices paid over the phone), Stripe adds +0.5% on top of standard card pricing — another lift on top of the fixed $0.30, separate from transaction size.

Which businesses are most affected

The fixed fee impact is most significant for businesses where small transactions make up a meaningful portion of volume:

Even if your average transaction is healthy, a significant number of small transactions can drag up your overall blended rate by 0.3–0.5 percentage points.

How to identify if this is affecting you

Export your Stripe Balance CSV and filter for charge rows with amounts under $20. Sum the fees for those rows and compare to the fees you'd pay at a hypothetical "no fixed fee" rate. The difference is the excess you're paying due to small transaction fixed fees.

feeauditor.com does this automatically — it flags transactions where the fixed fee is disproportionate to the charge amount and shows you your effective rate broken down by transaction size bucket.

What you can do about it

When to consider specialized micropayment processors

For transactions consistently under $2, standard card processors like Stripe may not be economical regardless of strategy. Some specialized processors offer micropayment-optimized pricing (e.g., $0.05 + 5% instead of $0.30 + 2.9%).

The break-even between Stripe's standard rate and a micropayment rate of $0.05 + 5% is approximately $8.33 — below that amount, the micropayment processor is cheaper; above it, Stripe wins. This only makes sense if the majority of your transactions are under $8.

Free Stripe Fee Audit: real uploads receive the complete report with no signup or credit card. The raw CSV is not stored; computed reports stay available for up to 30 days under our Privacy Policy.

Common questions

Why are Stripe fees so high on small transactions?

Stripe's fixed per-transaction fee is the same whether the charge is $5 or $100. On a $5 charge, a $0.30 fixed fee is already 6% before the percentage fee is added.

What is the Stripe fee on a $5 payment?

Using 2.9% + $0.30 as the example rate, a $5 payment costs about $0.45 in fees: $0.145 from the percentage fee plus $0.30 fixed. That is roughly a 9% effective rate.

How can I reduce Stripe fees for low-priced products?

Bundle small purchases, increase minimum charge size, move monthly micro-plans to annual billing, or batch usage-based charges into fewer invoices where the customer experience allows it.

Related guides

Official sources

Pricing and payment rules can change. Use official docs as the current reference, then compare them with your own Stripe export.

Audit your real Stripe fee rate

Complete free Stripe fee audit from your Balance CSV - no signup, card, or OAuth.