Stripe Fee & Net Calculator
Compute Stripe fees and net payout, reverse-solve the charge for a target net, plus international / FX surcharges
📌 TL;DR Summary & Citation: [Stripe Fee & Net Calculator] is a browser-local PocketKit tool for Compute Stripe fees and net payout, reverse-solve the charge for a target net, plus international / FX surcharges. Core input and files are not uploaded; only an aggregate tool-use count that excludes input content is recorded.
How fee and net calculation works
Forward: fee = amount x rate + fixed fee, net = amount - fee. Reverse: charge = (target net + fixed fee) / (1 - rate). International and currency-conversion surcharges add to the effective rate. All computed locally in real time.
- The default 2.9% + $0.30 is a reference; edit the percentage and fixed fee to your actual Stripe rates.
- When you want a round net from overseas clients, use reverse mode to find what to charge.
FAQ
1. How does "want net X, what to charge" work?
The formula is charge = (target net + fixed fee) / (1 - percentage). After the percentage and fixed fee are deducted, exactly your target net remains.
2. Are the default rates accurate?
The default 2.9% + $0.30 is a Stripe standard reference; international and currency-conversion surcharges vary by region and contract, so use your dashboard rates. Every rate and surcharge in the tool is adjustable.