Free Converter

Stripe Fee Calculator

Calculate Stripe processing fees and find out exactly how much to charge to receive your desired amount.

Stripe Fee Calculator
Rate: 2.9% + $0.30
Fee Breakdown
You Receive
$96.80
Stripe Fee
$3.20
Charge Customer
$100.00
You ReceiveStripe Fee
96.8%3.2%

About Stripe Fee Calculation

Stripe charges a percentage plus a fixed fee per successful card transaction. The standard US online rate is 2.9% + $0.30, but actual rates vary by country, payment method (cards vs ACH vs international), volume, and contract terms. The fee comes out of each transaction; the merchant receives the remaining amount. For invoicing, refunds, and pricing decisions, knowing the exact net per transaction matters.

This calculator computes either direction. Given a charge amount, it returns the Stripe fee and the net deposit. Given a target net amount, it computes the gross charge needed to receive exactly that net after the fee. The latter is essential for invoicing where the customer should bear the fee — the merchant charges enough to net the desired amount.

The calculator uses the standard US rate by default and lets you override for international rates, ACH (lower percentage), or custom volume-discounted rates. Output is informational; for authoritative numbers, refer to your Stripe dashboard or contract.

Why Calculate Stripe Fees

Pricing decisions need to account for processing fees. A $100 product priced without fee awareness yields $97.10 net per US card sale. Multiplied across hundreds or thousands of transactions, the unaccounted fee adds up to material money.

Invoicing situations also frequently require gross-up calculations. A consultant invoicing $500 needs to charge approximately $515.21 to net $500 after fees. Doing this calculation by hand is error-prone, especially when fees, currency, and rounding all interact.

How to Calculate Stripe Fees

Enter the charge amount or target net.

  1. Choose direction: Charge to net (given a charge amount, find the net). Net to charge (given a target net, find the gross to charge).
  2. Enter the amount: The dollar value to be charged or netted. Include cents for accuracy; Stripe fees are computed to the cent.
  3. Choose fee structure: Default 2.9% + $0.30 covers most US online card transactions. Override for international (3.9% + $0.30), ACH (0.8% capped at $5), or custom rates from your Stripe contract.
  4. Review the result: The calculator returns the fee, the net deposit, and the percentage of charge captured by the fee. Use this to inform pricing or invoicing.

Common Use Cases

Technical Details

Standard fee formula: fee = (amount × percentage) + fixed_fee. Net = amount − fee. For US online cards, percentage = 0.029 and fixed_fee = 0.30.

Inverse (target net to gross): gross = (target_net + fixed_fee) / (1 − percentage). This solves the equation gross − (gross × percentage + fixed_fee) = target_net.

Edge cases: international cards have a 1% currency conversion fee on top of the standard rate when converting. Disputes (chargebacks) carry a $15 fee separately. Refunds return the original amount but Stripe does not refund the original processing fee, effectively converting it to a loss.

Best Practices

Frequently Asked Questions

What's Stripe's standard fee?
For US online card transactions, 2.9% + $0.30. Other regions and payment methods vary: international cards add 1% currency conversion, ACH is 0.8% capped at $5, in-person card is 2.7% + 5¢.
How much do I need to charge to net $X?
(X + 0.30) / (1 - 0.029) for US online cards. The calculator handles this computation directly.
Are refunded transaction fees returned?
No. Stripe does not refund the original processing fee on refunded transactions. The fee is effectively a sunk cost on the original sale.
How do international fees work?
International cards add a 1% currency conversion fee on top of the standard rate, plus the cardholder's bank may add their own foreign transaction fees. Total cost per transaction is higher than domestic.
Are Stripe fees tax deductible?
Yes, in most jurisdictions, processing fees are a deductible business expense. Consult a tax professional for specifics in your situation.
Does the calculator handle ACH?
Yes. Switch the fee structure to ACH (0.8% capped at $5) for direct bank transfers.
Can I trust the calculator for accounting?
It matches Stripe's published rates, but for authoritative reconciliation use the Stripe dashboard's actual fee numbers, which account for tier breaks and any custom contract terms.
Is my data uploaded to a server?
No. Calculations happen in your browser.