Authorize.net error message with no error message?
Hi There,
I just noticed that when my Authorize.net AIM module declines a card it says the following:
"Your credit card could not be authorized for this reason. Please correct any information and try again or contact us for further assistance."
Isn't there a line missing from this message... like what the actual error is?! Like Incorrect shipping address, billing address, name on card doesn't match, or card number is incorrect?
From a user experience perspective, this additional bit would be very nice to have! Is my module broken... any ideas what I can do to fix?
Thanks.
Re: Authorize.net error message with no error message?
Well you're ahead of me..I'm trying to get the system to at least give us some kind of error message. Right now with Authorize if the customer's card is declined we're just getting it to loop back to the check out page again with no message at all.:huh:
I was searching the forums in hopes to figure out how to create an error page or message on declines.
Can anyone help on first getting it to give an error message and second to be specific as to the error for the other poster?
We would be very grateful for suggestions or help.
By the way my system is on 1.3.8a - on PHP5x/MySql 5x
Thanks
Ruth
Re: Authorize.net error message with no error message?
In both cases, if you're using v1.3.8a and the AIM module, if you turn on Debug Log To File, and do a transaction, a log should be created in the /cache/ folder. Post the contents here.
Re: Authorize.net error message with no error message?
Dr. Byte - now I'm more concerned than I was before I tested this issue. I created a test product of .05 - I put it into the cart and went through the checkout - I intentionally used a bad billing address. After hitting the confirm button I was, as customers have reported been looped back to the checkout without any error message nor confirmation of purchase.
I opened the error log - and here is top line -
Response Code: 2.
Response Text: The transaction resulted in an AVS mismatch. The address provided does not match billing address of cardholder.
Now that all looks fine, as I did enter a bad address... but the transaction went through!! A couple of moments later I received an email that I had just made a charge of .05!! It should have never gone through!!
First I need to fix the error message - but the transaction was clearly bad yet it charged the cardholder. Is this our issue or Authorize.nets issue.
By the way, I'm using the one page checkout in the event that is creating any issues. I can't speak for the other poster.
Ruth
Re: Authorize.net error message with no error message?
A further update on this transaction - Authorize.net shows the transaction as declined... yet the card was charged! Now I am totally confused! I'm going to follow up by contacting them also to see why that happened.
Ruth
Re: Authorize.net error message with no error message?
I've done more research - and it appears that the lack of an error message is in fact due to the FEC contribution. I'm going there to read more on that issue and hopefully how to correct.
I'm still concerned that Authorize.net even with a decline, charged the credit card on a transaction - I will report back if that is in fact something correctable with Authorize or zen. But for now I'm moving my discussion to FEC support (not to be confused with cross posting).
Thanks for reminding me about the debug! Totally forgot about that little gem of a tool.
Ruth
Re: Authorize.net error message with no error message?
Ok, I'm back to this forum again and getting dizzy trying to make sure I do in fact post in the correct place, so bear with me here. I disabled FEC.
I wanted to be sure that was not the issue and so now I am using the standard checkout, but again no error messages. What language file contains the error messages to be displayed. I've checked all through the system and I'm not finding anything at all. Possibly somehow I've not loaded them, but I would have expected that in itself to throw an error (missing files)? Any clues as how to track this issue down to its root would really be helpful.
Ruth
Re: Authorize.net error message with no error message?
I've located the error messages for authorizenet_aim - so that is not the issue.
Back to square one on this one.
Re: Authorize.net error message with no error message?
Quote:
Originally Posted by
rwoody
A further update on this transaction - Authorize.net shows the transaction as declined... yet the card was charged! Now I am totally confused! I'm going to follow up by contacting them also to see why that happened.
Ruth
AVS failures are not specifically handled in the 1.3.8 modules. If you want AVS to trigger a failure, you'll have to configure your gateway account to specifically decline-and-not-charge the card.
Re: Authorize.net error message with no error message?
Quote:
Originally Posted by
rwoody
.I opened the error log - and here is top line -
Response Code: 2.
Response Text: The transaction resulted in an AVS mismatch. The address provided does not match billing address of cardholder.
I'm puzzled by that, since Zen Cart normally only proceeds if the Response Code is 1.
Re: Authorize.net error message with no error message?
Quote:
Originally Posted by
DrByte
I'm puzzled by that, since Zen Cart normally only proceeds if the Response Code is 1.
Me too!!:blink:
I'm really not sure where to look next. Where exactly is the code regarding the error code so I can take a look at it. Would it be within the AIM module itself?
Ruth
Re: Authorize.net error message with no error message?
Has this issue been resolved yet? Would love to find a solution!
Re: Authorize.net error message with no error message?
*What* specific issue are you referring to?
Maybe it would be better if you were to explain what specific problem *you* are having?
Be sure to include answers to all the "Posting Tips" questions shown on the screen when you click the "Reply" button below.