Software · Payments Tool

Stripe Net Payout Calculator

Calculates the exact amount to charge a customer so you net a specific payout after Stripe's processing fees — including Instant Payout's edge cases.

What it does

Most people mistakenly add Stripe's processing percentage directly to their target price. But because Stripe takes its cut from the final charged total, straight addition leaves you short. This tool uses the correct inverted formula — Total = (Net + Fixed Fee) / (1 − Percentage Rate) — and shows the full breakdown, not just the answer.

Built for freelancers, MSPs, and small businesses who need to pass on credit card fees transparently and accurately while managing cash flow speed. Zero dependencies — pure HTML/CSS/JS, no frameworks, no tracking, no bloat.

Stripe Net Payout Calculator showing a $500 desired payout resulting in a $515.24 total charge, with a 4-step logic breakdown Stripe Net Payout Calculator in dark mode showing a $500 desired payout resulting in a $515.24 total charge

A $500 target net payout on Standard processing works out to a $515.24 total charge — a $15.24 surcharge — with the full logic breakdown shown below it.

Handles the edge cases

Under the hood

A single index.html — no build step, no server, no dependencies. Open it in any modern browser and it works.

HTML/CSS/JS Zero dependencies Glassmorphism UI System theme support