Stripe Fee Calculator
Calculate Stripe processing fees by country. See the exact net you will receive and the gross amount needed to invoice for a target net.
Enter Your Details
Your Results
LiveHow Stripe Fees Work in 2026
Stripe charges a base processing fee per transaction (e.g. 2.9% + $0.30 in the US, 1.5% + £0.20 in the UK), plus two opt-in surcharges: an international card fee (1.5–2.0%) when the card is issued abroad, and a currency conversion fee (1.0%) when the buyer pays in a currency different from your payout.
- Forward mode: enter the gross — see what arrives in your account net of fees.
- Reverse mode: enter your target net — see the gross amount to invoice for. Perfect for SaaS pricing and freelancing.
- Country presets: auto-fill the correct domestic rate and currency for your Stripe account region.
- Three independent toggles: stack the surcharges only when they actually apply to your scenario.
What are Stripe fees?
Stripe is a developer-first payment processor used by online businesses to accept credit cards, debit cards, and local payment methods. Its standard pricing for US online card payments is 2.9% + $0.30 per transaction — almost identical to PayPal's headline rate, but with no monthly minimum and no extra fees on most ancillary features.
International payments add 1% extra when the customer's card is non-US (3.9% + $0.30 total). Currency conversion adds 1% on top, settled at mid-market — significantly cheaper than PayPal's 3–4% conversion margin. For high-volume merchants, Stripe offers custom rates (Interchange Plus or volume-discounted flat rates) that can drop to 2.2–2.6%.
What sets Stripe apart isn't price — it's the developer experience: a clean API, hosted checkout that's easy to embed, native subscription billing, Connect for marketplaces, Radar for fraud, Atlas for incorporation. The fee is the cost of admission to a comprehensive ecosystem.
How to calculate Stripe fees
Stripe fees have the same percentage-plus-fixed structure as PayPal but with smaller stacked surcharges:
Formula: Fee = Transaction × percent_rate + fixed_fee + international_surcharge + conversion_fee
Where percent_rate is 2.9% (US online), fixed_fee is $0.30, international_surcharge is an extra 1% when the card is from a different country, and conversion_fee is 1% if the transaction is in a non-presentment currency. In-person card-present transactions are cheaper: 2.7% + $0.05.
Worked example. A US online merchant accepts a $100 card payment from a US buyer. Fee: $100 × 0.029 + $0.30 = $3.20 (3.2% effective). Net $96.80. If the buyer is in Spain (international card): fee becomes $100 × 0.039 + $0.30 = $4.20 (4.2% effective). If billing is in USD but the merchant has Stripe set to convert to EUR for payout: add 1% conversion = $5.20 total fee.
On low-ticket transactions, Stripe is meaningfully cheaper than PayPal because of the smaller fixed fee. At $10 transaction size: Stripe = $0.59 (5.9%) vs PayPal = $0.79 (7.9%). On $5 transaction: Stripe = $0.45 (9%) vs PayPal = $0.64 (12.8%). The gap widens as ticket size shrinks.
How to use this calculator
Select your country at the top — Stripe's rates differ by region (US 2.9%, UK 1.5% + 20p for European cards, EU varies). Enter the transaction amount.
Toggle International Card on if the buyer's card is from outside your country (adds the 1% international surcharge). Toggle Currency Conversion on if you're charging in one currency and settling in another (adds Stripe's 1% conversion fee, plus the FX spread). Results show the Stripe fee, net amount received, and effective fee rate. Use the reverse mode (set target net) to calculate the gross to charge if you need to receive a specific amount after fees — useful for fixed-price invoices or subscription products.
Real-world examples
Example 1 — SaaS product, $29/month subscription. US customer, US card. Fee per charge: $29 × 0.029 + $0.30 = $1.14 (3.9% effective). At 1,000 active subscribers: $1,140/month in Stripe fees — typical for a US SaaS company. Compare to PayPal at $29: $0.86 + $0.49 = $1.35 (4.65%). On $29k revenue, Stripe saves $210/month vs PayPal.
Example 2 — Ecommerce store, mixed buyer base. $75 product, 30% of buyers use international cards. Domestic fee: $75 × 0.029 + $0.30 = $2.48 (3.3%). International fee: $75 × 0.039 + $0.30 = $3.23 (4.3%). Weighted average: $2.71 per order (3.6%). On 500 orders/month at $75 average: $1,355 in monthly Stripe fees. Plan for this in your contribution-margin model — fees compound at scale.
Example 3 — Digital goods, $5 average order. A creator selling $5 templates. Fee: $5 × 0.029 + $0.30 = $0.45 (9% effective). On 200 sales/month: $90/month in fees out of $1,000 revenue. Stripe is still cheaper than PayPal here ($0.64 = 12.8%) but neither is great for sub-$10 average tickets. Consider Stripe's subscription tier with annual prepay to lift effective ticket size, or batch low-priced items into bundles.
Common mistakes and benchmarks
The most common mistake is forgetting the international surcharge. A US business serving a global audience sees 20–40% of its transactions from foreign cards, each paying 1% extra. If you model fees at 2.9% flat, you'll be off by 0.2–0.4 percentage points — meaningful at scale.
Second is misusing currency conversion. If you charge in USD but want EUR payouts, Stripe applies a 1% conversion fee. If you charge in the buyer's native currency (EUR) and settle in EUR, no conversion fee. Setting up local-currency pricing per region requires more work (Stripe's adaptive pricing or per-locale pages) but eliminates the conversion overhead.
Benchmarks. Effective Stripe rate for US online businesses: 3.0–3.5%. International-heavy businesses: 3.5–4.2%. In-person retail: 2.8–2.9%. SaaS subscriptions with $25+ average: 3.0–3.5%. Volume-discounted enterprise accounts (above $50k/month): 2.2–2.7%. Compare directly against PayPal using the PayPal fee calculator.