Skip to main content

Calculate Credit Card Fee for Clients

Calculate the processing fee charged by Stripe to bill back to your clients who pay by credit card.

Raquel avatar
Written by Raquel
Updated over a year ago

If you want to calculate the processing fee charged by Stripe to bill back to your clients who pay by credit card through BlinkBid, utilize the following formula.

Job Amount

1000.00

Stripe Fee

2.90% + 30¢

Amount to Charge

1,030.17

The calculation:

Job Amount/(1-Stripe Fee)+.30 = 1,030.17

Or, in the example above:

1000/(1-.029)+ .30 = 1,030.17

Did this answer your question?