Automatically adding surcharge for Amex credit card
Submitted by AVC on Sat, 28/10/2017 - 22:07
Hi
Is there any way to automatically add surcharge when selecting American Express credit card in pay by credit card section?
Ben
Re: Automatically adding surcharge for Amex credit card
Ben - at the moment, no. The obvious place to specify this is in the Administration|Lookups|Credit Card area. One would add a 'Credit Card Surcharge %' field. We also need a need archetype act.customerAccountPaymentCreditSurcharge
The processing is possibly/probably as follows:
If CC Surcharge not = 0 then
calculate surcharge amount SA
generate debit adjustment transaction for amount SA
generate CC Payment Surcharge transaction for amount SA
endif
The Customer Payment/Credi Card screen needs to be modifiied to show the surcharge.
The Till Balance report needs to be adjusted to show the surcharge amounts.
Tim A/others may have a better design.
Regards, Tim G