da11as Posted December 23, 2003 Share Posted December 23, 2003 I am running into an error message when attempting to post a credit card transaction to authorize.net. The error reads "33 - Invoice is required." I checked with the authorize.net support folks, and they believe that I'm passing a value named invoice with an empty value. Can anyone suggest where I might look to configure such a setting, or let me know (a) how to pass a valid order number, or (B) to whack the value so it doesn't get passed at all? Thanks in advance! -Dallas Link to comment Share on other sites More sharing options...
doby48 Posted December 23, 2003 Share Posted December 23, 2003 First, make sure you are not using an outdated mod. There is a contrib for ADS that can be found at http://www.oscommerce.com/community/contributions,725. Try that first and see how it goes. I had some problems until switching over to that one and all is fine now. Remember... Pillage BEFORE you burn! Link to comment Share on other sites More sharing options...
da11as Posted December 23, 2003 Author Share Posted December 23, 2003 Arrgh! I'd originally changed my config so the explicit error appears in the red banner. I installed the foolproof mod - I now get the error, but the banner no longer says anything useful beyond "There has been an error processing your credit card. Please try again." Does anyone know offhand the link to the article that explains how to enable the explicit error messages so I can see what the current error is? I remember changing the file, but I can't find the article that explained what to change. Thanks for your help! Link to comment Share on other sites More sharing options...
doby48 Posted December 23, 2003 Share Posted December 23, 2003 I know with the ADS mod anyways you can add the following code to the bottom. // Testing echo out the result from authorizenet foreach($response as $key=>$value) { echo "$key: $value<br>"; } exit; // Testing Code End Not familiar with your method but that may work for you as well. Remember... Pillage BEFORE you burn! Link to comment Share on other sites More sharing options...
Bobo Posted December 24, 2003 Share Posted December 24, 2003 Guys, I just installed this mod. However, it odes not seem to support CCV (Card Code Verification). I currently have Authorize.net set to require thsi information. Has any of you managed to implement CCV? Thanks. Link to comment Share on other sites More sharing options...
Tuan Le Posted December 31, 2003 Share Posted December 31, 2003 TTT Link to comment Share on other sites More sharing options...
Tuan Le Posted January 6, 2004 Share Posted January 6, 2004 I know with the ADS mod anyways you can add the following code to the bottom. // Testing echo out the result from authorizenet ? ?foreach($response as $key=>$value) { ?echo "$key: $value<br>"; } exit; // Testing Code End Not familiar with your method but that may work for you as well. Where do I need to add that codes to get the true error message? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.