Processing fee

shanehicks

Member
We need to be able to set a processing based on the payment method in a gateway. For example, if I want to process with Stripe credit card, add a line after taxes for a variable amount set in that processor. If the user chooses to pay with ACH, it create a Stripe Checkout page with only ACH method it adds that set variable to the total and on success, mark original payment amount as processed. If the user chooses to process it on a card, add the set variable for card amount and follow the same process.

It doesn’t need to be a tax as the line item tax amount doesn’t need to count the processing fee.
 
Back
Top