Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Getting an error from Authorize.net and need help


eMayTrix

Recommended Posts

Hi OsCommerce Gurus,

 

After reading, following, and searching the posts here, I decided to post for help because I couldn't find solutions to my problem.

 

I am getting the following error after clicking "Confirm Order" in the cart:

 

0: 3,2,33,Invoice is required.,000000,P,0,,Your Products Description,17.00,CC,auth_capture,3,May,Lilly,,[phone, address are edited out for this post] ,,,,,, 77E94A320B079EE61757DF2F73CF4605 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, FALSE, aceca26978d874854b963d016253a03b

 

I don't know what it means by "Inovice is required" and therefore don't know how to troubleshoot. Any suggestions and inputs are appreciated. Thanks.

 

Here are the details of what I've done so far:

 

1. I installed osCommerce 2.2-CVS (provided by my web host in the CPanel)

 

2. I intalled Bao Nguyen's Contribution (it can be found in http://www.oscommerce.com/community/contributions,725)

 

3. I changed the x_Version to 3.1 in the authorizenet_direct.php

 

4. I also changed some lines in authorizenet_direct.php

 

from

 

x_Address => "{$order->customer['street_address']}",

x_City => "{$order->customer['city']}",

x_State => "{$order->customer['state']}",

x_Zip => "{$order->customer['postcode']}",

 

to

 

x_Address => "{$order->billing['street_address']}",

x_City => "{$order->billing['city']}",

x_State => "{$order->billing['state']}",

x_Zip => "{$order->billing['postcode']}",

 

5. Add the testing lines as Bao Nguyen suggested in :

 

foreach($response as $key=>$value) // Testing

{ echo "$key: $value<br>"; } // Testing echo out the result from authorize

exit; // Testing

 

6. I ran a tiny script and found that curl support are installed in the server. In fact, the sever has libcurl/7.10.5 OpenSSL/0.9.6b zlib/1.1.4, and the safe_mode is turned off.

The script I ran is:

 

<?php

echo phpinfo();

?>

 

6. The Authorizenet account has the following settings:

- Delimited Response: No

- Default Field Separa: , (comma)

- Transaction Version: 3.1

- Account is in Test Mode

- No other connections were used in this account previously.

 

7. OsCommerce Cart is in Production Mode.

 

Hope these details will help you looking into my problem.

 

Again, any suggestions and inputs regarding this 3,33 error code are appreciated. Thank you very much.

 

May

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...