Invalid card payment does not show declined message

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
joewkm
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Mon Jun 01, 2009 10:55 pm

Invalid card payment does not show declined message

Post by joewkm » Fri Jun 26, 2009 5:17 pm

I have InternetSecure as my payment gateway (gateway is in test mode). My gateway integration method is xml api.

I am able to checkout successfully without any problems. But when I view the log file on the server, the xml return message says 'Your card number is invalid'. Why is there no message on the front-end to inform the customer the card been declined? Instead, it is showing payment pending status.

Is there a config settings in the admin I have to set to display declined card? I couldn't find one.

Thanks,
Joe

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Invalid card payment does not show declined message

Post by mazhar » Sat Jun 27, 2009 12:13 am

On the receipt page turn on HandleFailedPayments property to true.
[[ConLib:ReceiptPage HandleFailedPayments="true"]]

Post Reply