Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Dec 2007
    Posts
    4
    Plugin Contributions
    0

    Default Authorize.net AIM not working

    need some help, hooking up Zen Cart 1.3.7 to Authorize.net AIM, and transactions don't appear to be working....Host is Wild West (GoDaddy) and curl has already been changed to proxy.shr.secureserver.net:3128.

    http://babyangelbug.com/curltest.php appears to work fine, but adding the ?ssl=1 seems to time out...could this be related?

    when I try to run a transaction, i get the following message: "This transaction cannot be accepted. - Your credit card could not be authorized for this reason. Please correct any information and try again or contact us for further assistance."

    get a debug message as follows:

    Response Code: Array
    > (
    > [0] => 3
    > )
    > Array
    > (
    > [0] => This transaction cannot be accepted.
    > )
    > Sending to Authorizenet: Array

    any and all help appreciated. Store owner is frantic to get this working for holiday orders--thanks!

  2. #2
    Join Date
    Dec 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Authorize.net AIM not working

    a sidenote, installed the(newer) AIM module I found on a previous post and still not working. full debug message (with personal data deleted) if it helps:

    Response Code: Array
    > (
    > [0] => 3
    > )
    > Array
    > (
    > [0] => This transaction cannot be accepted.
    > )
    > Sending to Authorizenet: Array
    > (
    > [x_login] => *******
    > [x_tran_key] => *******
    > [x_relay_response] => FALSE
    > [x_delim_data] => TRUE
    > [x_version] => 3.1
    > [x_type] => AUTH_CAPTURE
    > [x_method] => CC
    > [x_amount] => 75.40
    > [x_card_num] => *******3240
    > [x_exp_date] => 0510
    > [x_card_code] => *******
    > [x_email_customer] => FALSE
    > [x_email_merchant] => TRUE
    > [x_cust_id] => 24
    > [x_invoice_num] => 19
    > [x_first_name] => ********
    > [x_last_name] => *******
    > [x_company] =>
    > [x_address] => 145 Rue Saint Jacques
    > [x_city] => Line Lexington
    > [x_state] => Pennsylvania
    > [x_zip] => 18932
    > [x_country] => United States
    > [x_phone] => ********
    > [x_email] => *********
    > [x_ship_to_first_name] => ******
    > [x_ship_to_last_name] => ******
    > [x_ship_to_address] => 145 Rue Saint Jacques
    > [x_ship_to_city] => Line Lexington
    > [x_ship_to_state] => Pennsylvania
    > [x_ship_to_zip] => 18932
    > [x_ship_to_country] => United States
    > [x_description] => Kick and Grow Tummy Zone™ Developmental Mat(qty: 1)
    > [Date] => December 18, 2007, 9:28 pm
    > [IP] => 71.225.248.72
    > [Session] => b25c75f262a31307849fefe74c094870
    > [url] => https://secure.authorize.net/gateway/transact.dll
    > )
    >
    >
    > Result: Array
    > (
    > [0] => 3
    > [1] => 1
    > [2] => 103
    > [3] => This transaction cannot be accepted.
    > [4] =>
    > [5] => P
    > [6] => 0
    > [7] =>
    > [8] =>
    > [9] => 75.40
    > [10] => CC
    > [11] => auth_capture
    > [12] =>
    > [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] => 246E61FA349812D275B31BBE427DDCFA
    > [38] =>
    > [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] => December 18 2007 9:28 pm
    > [69] => 71.225.248.72
    > [70] => b25c75f262a31307849fefe74c094870
    > )
    >
    >
    > CURL info: Array
    > (
    > [url] => https://secure.authorize.net/gateway/transact.dll
    > [content_type] => text/html
    > [http_code] => 200
    > [header_size] => 237
    > [request_size] => 1094
    > [filetime] => -1
    > [ssl_verify_result] => 0
    > [redirect_count] => 0
    > [total_time] => 0.196
    > [namelookup_time] => 0.004
    > [connect_time] => 0.004
    > [pretransfer_time] => 0.142
    > [size_upload] => 0
    > [size_download] => 233
    > [speed_download] => 1188.7755102
    > [speed_upload] => 0
    > [download_content_length] => 233
    > [upload_content_length] => 0
    > [starttransfer_time] => 0.196
    > [redirect_time] => 0
    > )
    >
    > Using CURL Proxy: [proxy.shr.secureserver.net:3128] with Proxy Tunnel: On

  3. #3
    Join Date
    Dec 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Authorize.net AIM not working

    added a few lines of go-daddy-specific code to the authorizenet_aim.php file and reinstalled as suggested by another thread, same issue but slightly different debug string returned---I know there's been a bit of buzz between hooking up AIM with Godaddy hosting, I've gone through the posts and don't know what else I might be missing, hoping a kindly code guru can point me in a new direction:

    Dec-19-2007 01:53:54
    > =================================
    >
    > 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] => 0.22
    > [x_card_num] => *******1046
    > [x_exp_date] => 1111
    > [x_card_code] => *******
    > [x_email_customer] => FALSE
    > [x_email_merchant] => TRUE
    > [x_cust_id] => 1
    > [x_invoice_num] => 19
    > [x_first_name] => ******
    > [x_last_name] => ******
    > [x_company] => ******
    > [x_address] => ******
    > [x_city] => ******
    > [x_state] => North Carolina
    > [x_zip] => 27612
    > [x_country] => United States
    > [x_phone] => ******
    > [x_email] => ******
    > [x_ship_to_first_name] =>
    > [x_ship_to_last_name] =>
    > [x_ship_to_address] =>
    > [x_ship_to_city] =>
    > [x_ship_to_state] =>
    > [x_ship_to_zip] =>
    > [x_ship_to_country] =>
    > [x_description] => z- 25 cent TEST ONLY- DO NOT PURCHASE (qty: 1)
    > [Date] => December 19, 2007, 1:53 pm
    > [IP] => 68.221.14.199
    > [Session] => 14705f8eef71ab5b547e3c9d0ef232c4
    > [url] => https://secure.authorize.net/gateway/transact.dll
    > )
    >
    >
    > Results Received back from Authorizenet: Array
    > (
    > [0] => 3
    > [1] => 1
    > [2] => 103
    > [3] => This transaction cannot be accepted.
    > [4] =>
    > [5] => P
    > [6] => 0
    > [7] =>
    > [8] =>
    > [9] => 0.22
    > [10] => CC
    > [11] => auth_capture
    > [12] =>
    > [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] => E9811DD8F9C71972FD42E4BE0CEEA85F
    > [38] =>
    > [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] => December 19, 2007, 1:53 pm
    > [69] => 68.221.14.199
    > [70] => 14705f8eef71ab5b547e3c9d0ef232c4
    > )
    >
    >
    > CURL communication info: Array
    > (
    > [url] => https://secure.authorize.net/gateway/transact.dll
    > [content_type] => text/html
    > [http_code] => 200
    > [header_size] => 237
    > [request_size] => 1055
    > [filetime] => -1
    > [ssl_verify_result] => 0
    > [redirect_count] => 0
    > [total_time] => 0.417
    > [namelookup_time] => 0.003
    > [connect_time] => 0.003
    > [pretransfer_time] => 0.303
    > [size_upload] => 0
    > [size_download] => 376
    > [speed_download] => 901.678657074
    > [speed_upload] => 0
    > [download_content_length] => 376
    > [upload_content_length] => 0
    > [starttransfer_time] => 0.417
    > [redirect_time] => 0
    > )
    >
    > Using CURL Proxy: [proxy.shr.secureserver.net:3128] with Proxy Tunnel: On
    >
    > RAW data received:
    > *3*|*1*|*103*|*This transaction cannot be
    > accepted.*|**|*P*|*0*|**|**|*0.22*|*CC*|*auth_capture*|**|**|**|**|**|**|**|**|* *|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|*E9811DD8F9C71972FD42E4BE0CEEA 85F*|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**|**| **|**|**|**|**|*December
    > 19, 2007, 1:53 pm*|*68.221.14.199*|*14705f8eef71ab5b547e3c9d0ef232c4*

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Authorize.net AIM not working

    You're using invalid login ID and/or transaction key.
    .

    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.

  5. #5
    Join Date
    Dec 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Authorize.net AIM not working

    Quote Originally Posted by DrByte View Post
    You're using invalid login ID and/or transaction key.
    oh you gotta be KIDDING me! I can't BELIEVE that was it....I C&P'd the original transaction key before and double-checked, but generated a new one just now to be safe and lo and behold, that seems to have worked so far. Sometimes the easiest solution is the one oft overlooked.

    Dr.Byte, thank you.

  6. #6
    Join Date
    Apr 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Authorize.net AIM not working

    I am having a similar issue. The configuration with processor is invalid. Call Merchant Service Provider. - Your credit card could not be authorized for this reason. Please correct the information and try again or contact us for further assistance.
    I have tried copying and pasting the login info for the processor. I have been unable to get a log. I am unsure how to get logging working. Any suggestions would be appreciated.
    Thanks
    Jason

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

    Default Re: Authorize.net AIM not working

    Quote Originally Posted by jsiegmund View Post
    I am having a similar issue. The configuration with processor is invalid. Call Merchant Service Provider. - Your credit card could not be authorized for this reason. Please correct the information and try again or contact us for further assistance.
    I have tried copying and pasting the login info for the processor. I have been unable to get a log. I am unsure how to get logging working. Any suggestions would be appreciated.
    Thanks
    Jason
    What version of Zen Cart?
    In the latest version, you can enable debug logging directly in the admin settings for the module.

    Ultimately you're going to need to contact authorize.net and/or your bank in order to resolve the problem.
    .

    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.

  8. #8
    Join Date
    Feb 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Authorize.net AIM not working

    IM getting the same problem. I'm using Zen Cart v1.3.8a/v1.3.8 and I'm trying authorize.net AIM. My website is www.valenticlothing.com. I passed the TEST Mode along with manual transaction. Here the error log:

    Feb-05-2010 07:10:57
    =================================

    Response Code: 2.
    Response Text: This transaction has been declined

    Results Received back from Authorizenet: Array (
    [0] => Response from gateway
    [1] => 2
    [2] => 2
    [3] => 205
    [4] => This transaction has been declined
    [5] =>
    [6] => P
    [7] => 2833519752
    [8] => 5-IGHZSF
    [9] => Letters to Manila V-Neck (qty: 1)


    [NOTE: remainder of content removed for privacy]

  9. #9
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Authorize.net AIM not working

    Quote Originally Posted by zhangz84 View Post
    Results Received back from Authorizenet:
    [0] => Response from gateway
    [1] => 2
    [2] => 2
    [3] => 205
    [4] => This transaction has been declined
    Error Code #205 indicates that the merchant number configured in your Authorize.net account is invalid.
    There's nothing you can do about it on your end or in Zen Cart.
    You'll have to contact your Authorize.net account representative to fix the problem.
    .

    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.

  10. #10
    Join Date
    Feb 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Authorize.net AIM not working

    thanks, i noticed your post in another thread =)

    do you know where I can change the credit card entry form? there is a typo under the field where i have expiration date.

    the credit card entry form is the place where it's

    credict card number, CVV, expiration date etc.

    thanks a bunch!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 AIM Authorize.net module suddenly quit working due to SSL communications error?
    By Johnnycopilot in forum Addon Payment Modules
    Replies: 13
    Last Post: 30 Aug 2016, 07:20 PM
  2. Low Order Fee not working with Authorize.net AIM
    By Feznizzle in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 22 Mar 2014, 12:00 AM
  3. v150 Difference Between Authorize.net (SIM) and Authorize.net (AIM)
    By joem83 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 30 Aug 2012, 10:48 PM
  4. Replies: 1
    Last Post: 15 Jun 2007, 04:45 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