This is a discussion on osc MS-2 MAX and Authorize.net within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello, I am using OSC MS-2 MAX shopping cart and I want to integrate this with authorize.net. All my settings ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello, I am using OSC MS-2 MAX shopping cart and I want to integrate this with authorize.net. All my settings on authorize.net are correct -----Authorize.net settings----------------------------------------------------------------------------------------------------------- Response/Receipt URLS --- blank Relay Response ---- blank Direct Response ----- Delimited Response - yes Default field separator - comma Field encapsulation character - none Password Required Mode ---- none Test Mode - turned off ------------------------------------------------------------------------------------------------------------------------------------------------------- Curl function support is enabled Curl Information is libcurl/7.10.5 OpenSSL/0.9.6 zlib/1.1.3 ------------------------------------------------------------------------------------------------------------------------------------------------------- Settings in the authorize.net module installed in OSC MS2-Max Enable Authorize.net Module --True Login Username -- authorize.net login ID Login Transaction Key -- authorize.net transaction key Transaction Mode -- Production Transaction Method -- Credit Card Sort order of display -- 0 Customer Notifications -- False Merchant Notifications --True ------------------------------------------------------------------------------------------------------------------------------------------------------- I read all the postings on this forum about authorize.net errors and I spent around 48 hours, but I couldn't fix this one. I will be grateful if anyone can help me with this problem. This is the error I am getting after I submit my credit card information. " There has been an error processing your credit card. Please try again." ------------------------------------------------------------------------------------------------------------------------------------------------------- Does OSC MS-MAX2 supports integration with authorize.net? in the authorizenet_direct.php file I have edited the following code too took out this --------------------------------------------------------------------------------------------------------------------------------------------- exec("/usr/bin/curl -d \"$data\" https://secure.authorize.net/gateway/transact.dll", $response); and tried this one --------------------------------------------------------------------------------------------------------------------------------------------- $url = "https://secure.authorize.net/gateway/transact.dll"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,$url); curl_setopt($ch, CURLOPT_VERBOSE, 0); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); $authorize = curl_exec($ch); curl_close ($ch); $response = split("\,", $authorize); --------------------------------------------------------------------------------------------------------------------------------------------- It didn't work. Can anyoneeeeeeeeeee help me fix this problem..plsssss? |
|
#2
| |||
| |||
| I wqas recieving this error also. I have been using authorize.net for a while with osc-max successfully. What i think is that the authorize.net servers where down for sometime. Was it today that you recieved these errors only? I was also not able to login to the authorize.net site earlier today either. I have not contacted them as of yet and will check my backend and let you know what is going on. You may also want to undo your changes as this may very well be an authorize.net problem I will get back to you after some checking. |
|
#3
| |||
| |||
| Its a new OSC MS2-MAX Installation and basically I was trying to integrate authorize.net AIM to the shopping cart. I was getting the errors for the past two days and I dont know the exact reason behind it. I was able to login to authorize.net site and I am able to obtain a new transaction key, but I think there's some problem with the integration thats giving the error. |
|
#4
| ||||
| ||||
| Did you ever get this working? I am now having cURL problems with a new installation of osmax2. I have all the same settings you have on osC admin and Authorize.net. I am getting this error at checkout_process.php: Quote:
Any help is appreciated. Thx, C |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| authorize.net settings | brennanoshea | osCommerce 2.2 Installation Help | 1 | 01-13-2005 01:57 PM |
| Authorize.net Module - help! | tbabasade2 | osCMax v1.7 Discussion | 2 | 12-28-2004 07:28 AM |
| Problem with authorize.net | cpeters | osCommerce 2.2 Installation Help | 1 | 11-24-2004 12:45 PM |
| New Authorize.net problem! Please help! | fueledmedia | osCMax v1.7 Discussion | 1 | 10-14-2004 12:42 AM |
| Authorize.net SIM | doggifts | osCMax v1.7 Discussion | 19 | 11-14-2003 09:41 AM |