#mmv - Stripe fees
1 messages · Page 1 of 1 (latest)
Hi you can estimate that with the logic described here: https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
For $100 charge, and a Stripe Fee of 2.9% + $0.30, is the following correct?
($100.00 + $0.30) / (1 - 2.9%) = $100.30 / 0.971 = $103.30
I would charge the customer $103.30, Stripe's fee will be $3.30 ($103.30 * 2.9% + $0.30 = $3.30), and my account's balance will be increased by $100.00