Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2009
    Location
    Los Angeles Area, California
    Posts
    6
    Plugin Contributions
    0

    Default Authorize.net payment module not working

    Using ZenCart 1.3.8. Installed Authorize.net AIM. We have SSL on the hosting server with Seal on the web site with a dedicated IP address, but am getting the following error: "This transaction cannot be accepted. - Your credit card could not be authorized for this reason. Please correct the information and try again or contact us for further assistance." I need to know what is wrong.
    The following is being sent to my email:

    AuthorizenetAIM Alert Aug-12-2009 04:18:34 0
    Aug-12-2009 04:18:34
    =================================

    Response Code: 3.
    Response Text: This transaction cannot be accepted.

    Sending to Authorizenet: Array
    (
    [x_login] => *******
    [x_tran_key] => *******
    [x_relay_response] => FALSE
    [x_delim_data] => TRUE
    [x_delim_char] => |
    [x_encap_char] => *
    [x_version] => 3.1
    [x_type] => AUTH_CAPTURE
    [x_method] => CC
    [x_amount] => 15.73
    [x_currency_code] => USD
    [x_card_num] => XXXXXXXXXXXXXXXX0876
    [x_exp_date] => 0909
    [x_card_code] => ****
    [x_email_customer] => TRUE
    [x_email_merchant] => TRUE
    [x_cust_id] => 2
    [x_invoice_num] => 2-1EOdX1
    [x_first_name] => Patricia A
    [x_last_name] => Reagan
    [x_company] =>
    [x_address] => 21143 Hawthorne Blvd
    [x_city] => Torrance
    [x_state] => California
    [x_zip] => 90503
    [x_country] => United States
    [x_phone] => 360-241-8283
    [x_email] => [email protected]
    [x_ship_to_first_name] => Patricia A
    [x_ship_to_last_name] => Reagan
    [x_ship_to_address] => 21143 Hawthorne Blvd
    [x_ship_to_city] => Torrance
    [x_ship_to_state] => California
    [x_ship_to_zip] => 90503
    [x_ship_to_country] => United States
    [x_description] => Bear Creek - Kiwi Ice (qty: 1)
    [x_recurring_billing] => NO
    [x_customer_ip] => 71.106.251.91
    [x_po_num] => Aug-12-2009 04:18:34
    [x_freight] => 0.00
    [x_tax_exempt] => FALSE
    [x_tax] => 1.33
    [x_duty] => 0
    [Date] => August 12, 2009, 4:18 pm
    [IP] => 71.106.251.91
    [Session] => 4aea56ea9f02bf141cd5cb421dfcf5a3
    [url] => https://secure.authorize.net/gateway/transact.dll
    )


    Results Received back from Authorizenet: Array
    (
    [0] => Response from gateway
    [1] => 3
    [2] => 1
    [3] => 103
    [4] => This transaction cannot be accepted.
    [5] =>
    [6] => P
    [7] => 0
    [8] =>
    [9] =>
    [10] => 15.73
    [11] => CC
    [12] => auth_capture
    [13] =>
    [14] =>
    [15] =>
    [16] =>
    [17] =>
    [18] =>
    [19] =>
    [20] =>
    [21] =>
    [22] =>
    [23] =>
    [24] =>
    [25] =>
    [26] =>
    [27] =>
    [28] =>
    [29] =>
    [30] =>
    [31] =>
    [32] =>
    [33] =>
    [34] =>
    [35] =>
    [36] =>
    [37] =>
    [38] => 891E24302ACA6EB8D17E1852E8588990
    [39] =>
    [40] =>
    [41] =>
    [42] =>
    [43] =>
    [44] =>
    [45] =>
    [46] =>
    [47] =>
    [48] =>
    [49] =>
    [50] =>
    [51] =>
    [52] =>
    [53] =>
    [54] =>
    [55] =>
    [56] =>
    [57] =>
    [58] =>
    [59] =>
    [60] =>
    [61] =>
    [62] =>
    [63] =>
    [64] =>
    [65] =>
    [66] =>
    [67] =>
    [68] =>
    [69] => August 12, 2009, 4:18 pm
    [70] => 71.106.251.91
    [71] => 4aea56ea9f02bf141cd5cb421dfcf5a3
    [Expected-MD5-Hash] => 891E24302ACA6EB8D17E1852E8588990
    [HashMatchStatus] => PASS
    )


    CURL communication info: Array
    (
    [url] => https://secure.authorize.net/gateway/transact.dll
    [content_type] => text/html
    [http_code] => 200
    [header_size] => 237
    [request_size] => 173
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.176297
    [namelookup_time] => 0.001653
    [connect_time] => 0.029187
    [pretransfer_time] => 0.119155
    [size_upload] => 1033
    [size_download] => 375
    [speed_download] => 2127
    [speed_upload] => 5859
    [download_content_length] => 375
    [upload_content_length] => 1033
    [starttransfer_time] => 0.14482
    [redirect_time] => 0
    )


    RAW data received:
    *3*|*1*|*103*|*This transaction cannot be accepted.*|**|*P*|*0*|**|**|*15.73*|*CC*|*auth_capture*|**|**|**|**|**|**|**|**| **|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|*891E24302ACA6EB8D17E1852E858 8990*|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|** |**|**|**|**|**|*August 12, 2009, 4:18 pm*|*71.106.251.91*|*4aea56ea9f02bf141cd5cb421dfcf5a3*

  2. #2
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Authorize.net payment module not working

    Quote Originally Posted by patwithds View Post
    Results Received back from Authorizenet:
    (
    [0] => Response from gateway
    [1] => 3
    [2] => 1
    [3] => 103
    [4] => This transaction cannot be accepted.
    Seems like your Transaction Key is not valid. Remember, the Transaction key is NOT the same as your login account password. It's a key that is assigned to you by Authorize.net.
    Related FAQ article: https://www.zen-cart.com/tutorials/i...hp?article=373
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Aug 2009
    Location
    Los Angeles Area, California
    Posts
    6
    Plugin Contributions
    0

    Default Re: Authorize.net payment module not working

    Thank you, Thank you. I had generated a transaction key, but I guess it didn't take or something. I generated a new one, put it in Zencart and it took the credit card. Hey

    Thanks again

 

 

Similar Threads

  1. 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
  2. Authorize.net module not working properly for me
    By braggweb in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 19 Sep 2008, 09:08 PM
  3. Authorize.Net SIM Module not working right for us
    By chaoscube in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 12 Sep 2008, 09:53 PM
  4. Replies: 1
    Last Post: 15 Jun 2007, 04:45 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