osCmax v2.5 User Manual
Results 1 to 4 of 4

osc MS-2 MAX and Authorize.net

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 ...

      
  1. #1
    Lurker
    Join Date
    Sep 2004
    Posts
    2
    Rep Power
    0


    Default osc MS-2 MAX and Authorize.net

    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. #2
    Active Member
    Join Date
    May 2004
    Location
    worcester ma
    Posts
    162
    Rep Power
    0


    Default

    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. #3
    Lurker
    Join Date
    Sep 2004
    Posts
    2
    Rep Power
    0


    Default

    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. #4
    Active Member chrismole's Avatar
    Join Date
    Dec 2003
    Location
    Chicago
    Posts
    102
    Rep Power
    9


    Default

    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:

    Fatal error: Call to undefined function: curl_init() in /includes/modules/authorizenet_direct.php on line 150
    I have cURL setting set to "Compiled" and the path included. Curl is compiled with PHP on a Linux server.

    Any help is appreciated.

    Thx,
    C

Similar Threads

  1. authorize.net settings
    By brennanoshea in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 01-13-2005, 12:57 PM
  2. Authorize.net Module - help!
    By tbabasade2 in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 12-28-2004, 06:28 AM
  3. Problem with authorize.net
    By cpeters in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 11-24-2004, 11:45 AM
  4. New Authorize.net problem! Please help!
    By fueledmedia in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 10-14-2004, 12:42 AM
  5. Authorize.net SIM
    By doggifts in forum osCmax v1.7 Discussion
    Replies: 19
    Last Post: 11-14-2003, 08:41 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •