Skip to content

Anonymous

My feedback

1 result found

  1. 619 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Anonymous commented  · 

    Couple of additional notes:
    1. Would want the adjustment to be applied only when payment is made through a processor with a fee (ie. not for cash or check payments).
    2. They fees can vary by processor and within processor by payment type, so the formula could not be hard coded into the invoice until the payment details were entered.

    An error occurred while saving the comment
    Anonymous commented  · 

    The calculation is not quite as simple as a percentage of the subtotal. There are two items to consider:
    1. The processing fees are often a flat charge + percentage of the payment (ex. $0.30 + 2.75%).
    2. The "adjustment" amount goes into the total charge and is then also charged the percentage component of the transaction fee.

    The calculation would be: Adjustment = (Subtotal + $FixedFee) / (1 - %Fee) - Subtotal

    Anonymous supported this idea  · 

Feedback and Knowledge Base