Results 1 to 10 of 13

Threaded View

  1. #1
    Join Date
    Nov 2004
    Posts
    83
    Plugin Contributions
    0

    Default Authorize.net AIM Module does not process transactions

    I was getting the following error when clicking on the confirm order button: This account has not been given the permission(s) required for this request. - Your credit card could not be authorized for this reason. Please correct any information and try again or contact us for further assistance.

    I found some threads about this problem, and tried using some of the code fixes from there. I can now checkout, the order is recorded in the Zen admin, but I don't get a transaction with in the authorize.net account.

    Here is what I have in the code for lines 350-371:

    // SEND DATA BY CURL SECTION
    // Post order info data to Authorize.net, make sure you have cURL support installed

    unset($response);

    // The commented line below is an alternate connection method
    //exec("/usr/bin/curl -d \"$data\" https://secure.authorize.net/gateway/transact.dll", $response);

    $url = 'https://secure.authorize.net/gateway/transact.dll';

    $ch = curl_init();

    curl_setopt($ch, CURLOPT_VERBOSE, 1);
    curl_setopt ($ch, CURLOPT_HTTPPROXYTUNNEL, FALSE);
    curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
    //curl_setopt ($ch, CURLOPT_PROXY,"http://64.202.165.130:3128");
    curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
    curl_setopt ($ch, CURLOPT_URL, $url);
    curl_setopt ($ch, CURLOPT_TIMEOUT, 120);

    $authorize = curl_exec($ch);
    curl_close ($ch);

    I commented out the goDaddy proxy - I contacted the host (cybrhost) and they said that they don't use any proxies. The guy also said he didn't know what curl was, so that concerns me a little. I found this in the Zen admin: Curl enabled libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.1.4

    I know there's still something wrong but I don't know what!

    I've made sure that SSL is turned on, the credit cards in the admin are turned on as well.

    I'm using version 1.3.5. I tried using the code from the 1.3.6 authorizenet_aim.php file and get the same error.
    Last edited by quixotica; 18 Dec 2006 at 02:06 AM.

 

 

Similar Threads

  1. v151 Duplicate transactions authorize.net AIM
    By badarac in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 9 Aug 2016, 03:52 PM
  2. Authorize.net AIM Module Not showing up in Checkout
    By jamadri in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 5 Sep 2013, 05:43 PM
  3. v150 Authorize.net AIM module not showing up as payment option
    By Skippersyacht in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 27 Mar 2012, 09:50 PM
  4. Replies: 1
    Last Post: 29 Apr 2009, 07:58 PM
  5. Authorize.net AIM module not showing up as payment option
    By daisychick in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 19 Dec 2006, 11:26 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR