Calculator template

Payment Processing Fee Template

Estimate payment processor fees, payout, and effective fee rate in a builder-friendly template.

Review the inputs and formulas below, then open this template in the calculator builder to customize the field names, values, result styles, and notes.

Inputs

What people fill out

  • Sale price

    Uses sale_price in formulas, starts as a currency field, and begins at 85.

  • Fee rate

    Uses fee_rate in formulas, starts as a percent field, and begins at 2.9.

  • Fixed fee

    Uses fixed_fee in formulas, starts as a currency field, and begins at 0.3.

  • Extra fee

    Uses extra_fee in formulas, starts as a currency field, and begins at 0.

Outputs

What the template calculates

  • Total fees

    Format currency

    Result style metric

    Formula (sale_price * fee_rate) + fixed_fee + extra_fee

    Combined processor fees on the sale.

  • Payout after fees

    Format currency

    Result style primary

    Formula sale_price - ((sale_price * fee_rate) + fixed_fee + extra_fee)

    Amount left after processor fees are removed.

  • Effective fee rate

    Format percent

    Result style breakdown

    Formula ((sale_price * fee_rate) + fixed_fee + extra_fee) / sale_price

    Total fee burden as a share of sale price.

Use cases

When this template helps

  • Check total processor fees on a sale.
  • See payout after percentage and fixed fees.
  • Use a simple processor template before adding product costs.

Related

More ways to work with this math

FAQ

Quick answers

Short answers for the questions that usually come up first.

Can I edit this payment processing fee template?

Yes. Open the template in the builder, then change the labels, values, formulas, notes, or output display styles to fit your workflow.

Can I save a version after I change it?

Yes. Save it on this device, export JSON, or copy a share link after you make changes.

Can I use this as a starting point for a different calculator?

Yes. Templates are meant to be edited. Remove fields, add new ones, or swap formulas if you want a different custom calculator.