100% Client-SideCalculators

2026 Stripe Fee & Reverse Invoicing Calculator

Simulate credit card merchant fees, interchange assessments, and net bank payouts across standard US, European, and international Stripe pricing tiers. Calculate in reverse to determine the exact invoice amount needed to receive your desired net payout.

Loading workspace...

#How to Use This Tool

1Select your calculation goal: "I am charging an amount" (direct fee deduction) or "I want to receive an amount" (reverse invoice markup).
2Enter the transaction amount in your merchant currency.
3Choose your card pricing tier (US Domestic 2.9% + $0.30, European Standard 1.5% + €0.25, or International).
4Inspect the total fee breakdown, percentage vs. fixed portion, and effective fee percentage instantly.

#Mathematical Formula & Standards

Direct Transaction Fee: Fee = Amount × Rate + Fixed Fee (e.g. For $100 under US Domestic 2.9% + $0.30: Fee = $100 × 0.029 + $0.30 = $3.20. Net Payout = $100 - $3.20 = $96.80). Reverse Invoicing Formula: To receive a specified target Net payout after Stripe deducts fees: Target Net = Charge × (1 - Rate) - Fixed Fee => Charge Amount = (Target Net + Fixed Fee) / (1 - Rate). For instance, to receive exactly $100 net under 2.9% + $0.30: Charge = ($100 + $0.30) / (1 - 0.029) = $100.30 / 0.971 = $103.30.

#Edge Cases & Technical Considerations

Mathematical Reverse Invoicing Derivation

Simply adding 2.9% + $0.30 ($3.20) to $100 yields $103.20. Charging $103.20 results in a fee of $103.20 × 0.029 + $0.30 = $3.29, leaving only $99.91 net. Our reverse formula ensures you receive exactly $100.00.

Cross-Border & Currency Conversion Surcharges

International credit cards incur an additional 1% cross-border fee. If Stripe performs automatic currency conversion on payout, an extra 1% currency conversion surcharge applies.

Fixed Fee Drag on Microtransactions

Because the $0.30 or €0.25 fixed fee is static, low-ticket transactions suffer a high effective fee rate (e.g. a $2.00 charge incurs $0.36 in fees, an effective rate of 18.0%).

#Frequently Asked Questions

Q:What is the standard Stripe processing fee?

For US merchants, standard domestic card processing is 2.9% + $0.30 per successful charge. European EEA domestic cards are billed at 1.5% + €0.25.

Q:How do I pass Stripe processing fees to my client?

Use the "I Want to Receive" reverse mode in this tool. It applies the formula Charge = (Target Net + Fixed Fee) / (1 - Rate) so that after Stripe deducts fees, your net payout equals your target invoice.

Q:Are refunded transaction fees returned by Stripe?

No. Under Stripe’s current policy, original processing fees are not returned when issuing full or partial refunds to customers.