Stripe fees
-
When I try to implement stripe fees I can add 1.75% and 0.30 as a fixed fee and combine them based on the sale price of the item.
However Stripe charges a fee based on the total amount, so hence the actual fee charged by stripe is a little more than this.eg $200 item
Currently Fee = ($200 * 1.75%) + 0.30c = 3.80 this equals total of $203.80
Stripe fees on $203.80 = $3.87 meaning I receive $199.93.
For me to receive the full $200 for the item the fee needs to be $203.87.Their documentation suggests a formula to calculate what fee to charge dependant on the desired exact received amount (https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers).
Is there any way to do this with this plugin?
The topic ‘Stripe fees’ is closed to new replies.