As an example, I need to pay €100 to this business, and there are 2 separate fees I need to also pay, the fee for the payment processor and the VAT (Value Added Tax).
I know that the fee for the payment processor is 2.4% + .24c and that the VAT is 23% which is only charged on the processor's fee. I also have found out that what I need to pay is €103.35 to reach my goal of €100, but I'm hoping that there is a formula to make this process simpler than guessing, getting it wrong, and trying again.
Basically, I want to plug the amount that I need to pay the business into a formula to find the total that I need to pay to cover the fee and tax as well.
I have a formula (sort of) to calculate how much of my payment will be remaining after fee and VAT: C = Payment F = Processor Fee V = VAT € = Remaining after fee and VAT
(C * 0.024) - 0.24 = F
F * 0.23 = V
C - (F + V) = €
I appreciate the help!