Apply a fee that calculates from the TOTAL and not the subtotal
I want to apply a fee that calculates from the TOTAL (including taxes and security deposit) and not the subtotal.
For example, we need to implement a 5% fee on direct bookings but the one we have now doesn't include taxes and the security deposit when it calculates the 5%.
-
Keith commented
Security deposit results in a fee from stripe even if rhe deposit is refunded. So there should be a toggle to include or exclude rhe deposit from the fee computation as well
-
Sam Pierce commented
the credit card % charge for direct bookings should be calculated on the subtotal of the rent and taxes and any other additional fees (not just on the total rent). *The only item not included should be the security deposit.