Credit card surcharge

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
softpac
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Mon Oct 22, 2007 12:08 am
Location: Australia

Credit card surcharge

Post by softpac » Fri Feb 08, 2008 1:38 am

Hi

Has anyone worked out how to add a credit card surcharge to the order when the user checks out and uses a credit card for payment? Typically a surcharge may be 1.5% and it's purpose is to cover the merchant fee charged by the bank for processing.

Thanks - Brent

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Post by jmestep » Fri Feb 08, 2008 5:43 am

Every merchant agreement I've ever read for charge card processing says you're not supposed to do that. The only workaround I know of is a discount if they pay by another method.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Fri Feb 08, 2008 7:00 am

I just went through the whole authorize.net setup process and there's a couple of different places where they tell you it's not permitted.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Post by Logan Rhodehamel » Fri Feb 08, 2008 9:53 am

The major card issuers don't like that kind of thing. You can give a "cash discount", but you aren't supposed to have a credit surcharge. It could be done, but before you do please investigate whether this violates any merchant agreements.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Post by Logan Rhodehamel » Fri Feb 08, 2008 10:07 am

For example, if you accept Visa:

http://usa.visa.com/download/merchants/ ... chants.pdf

On page 15 it specifies that you may not add a surcharge to the transaction.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

softpac
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Mon Oct 22, 2007 12:08 am
Location: Australia

must be an australian thing

Post by softpac » Fri Feb 08, 2008 9:53 pm

It must be an australian thing then! Live over here and it is very very common practice. In fact, all but 1 of my suppliers charge a surcharge (business to business transactions, I am not referring to business to consumer). If paying by mastercard or visa, then its typically 1.5%, but if paying by amex, then 5%.

Any other aussies on this forum who can testify that I am telling the truth???!!!

Don't forget, our merchant agreements are not american based. Reading my merchant agreement, it is silent on the matter.

Assuming I am allowed, it sounds like from your answers that it's not possible - only band aid solutions. Oh well - just thought I ask. Thanks.

softpac
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Mon Oct 22, 2007 12:08 am
Location: Australia

other kinds of surcharges

Post by softpac » Fri Feb 08, 2008 10:04 pm

There are other kinds of surcharges besides credit cards. For example, in Australia, it's common practice for restaurants to charge an extra 10% on public holidays. A printing business may charge an extra $15% if the job is urgent.

For whatever reason a surcharge is needed, basically it looks like AC7 cannot do surcharges at the checkout time. That's ok, just wanted to know if it could or not.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Sat Feb 09, 2008 6:00 am

I think everyone just wanted to make sure your experience wasn't marred by an unexpected retraction of your card processing services.

I have a distributor that clearly states on their order screen "A 3% charge will be added to all credit card transactions."

Is that legal and within the agreement of their processor? Probably not. Am I going to blow the whistle on them? No. Why? Because as a merchant, I understand the reason. I don't necessarily agree with their implementation - in my opinion, that should be padded into their price to me just any other cost of doing business. That's how I do it.

But when it's a totally separate dollar amount, billed separately and listed separately on invoices etc, well that's a different story in the US. Feathers get ruffled. Emotions kick in and eventually someone is motivated to complain.

The infamous "Order Handling" charge does it for me, every time. Who are you to charge me for placing an order with you? Why are you "taxing" me for doing business with you? Most importantly, why aren't you confident enough in your business processes that you can't just assume the cost of filling an order is built into your prices to me?

And don't give me that packing/shipping materials crap either. Packing peanuts and cardboard boxes are just another cost of doing business - get used to it. Next thing you know, they'll be charging per-diem fees for the salary of the accounts payable clerk to click the print button on my invoice.

You aussies gotta always do things differently don't ya ;)
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Re: other kinds of surcharges

Post by sohaib » Sat Feb 09, 2008 9:25 am

softpac wrote:For whatever reason a surcharge is needed, basically it looks like AC7 cannot do surcharges at the checkout time. That's ok, just wanted to know if it could or not.
Yes thats right. No support for additional surcharges on CC payments pre-built. You will have to customize this.

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: other kinds of surcharges

Post by Logan Rhodehamel » Sat Feb 09, 2008 10:48 am

sohaibATablecommerce wrote:
softpac wrote:For whatever reason a surcharge is needed, basically it looks like AC7 cannot do surcharges at the checkout time. That's ok, just wanted to know if it could or not.
Yes thats right. No support for additional surcharges on CC payments pre-built. You will have to customize this.
If you are have a valid business reason for doing it and it's not a violation of your merchant agreements, then it's not a very tough customization. I think a few lines of code added to the one page checkout file would probably do it. But Sohaib is right, no surcharge ability is built in.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

Post Reply