Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Sep 2011
    Posts
    18
    Plugin Contributions
    0

    Default Suddenly my Credit Cards Wont Proccess Correctly

    My Host is Just Host. I have an SSL and my Website is coppercreekammo.com. My site has been live for almost 4 months and I have had no major problems. Then in the past week I have had serious issues processing Credit Cards. I am getting the following error when anyone, including my tests try to purchase something from me.

    Dec-19-2011 09:12:32
    =================================

    Comm results: 6 name lookup timed out

    Response Code: .
    Response Text:

    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] => 1.00
    [x_currency_code] => USD
    [x_card_num] => XXXXXXXXXXXXXXXX####
    [x_exp_date] => ####
    [x_card_code] => ****
    [x_email_customer] => FALSE
    [x_email_merchant] => TRUE
    [x_cust_id] => 1
    [x_invoice_num] => 892-sBKyl2
    [x_first_name] => Josh
    [x_last_name] => Lapin
    [x_company] =>
    [x_address] =>
    [x_city] =>
    [x_state] => Missouri
    [x_zip] =>
    [x_country] => United States
    [x_phone] =>
    [x_email] =>
    [x_ship_to_first_name] => Josh
    [x_ship_to_last_name] => Lapin
    [x_ship_to_address] =>
    [x_ship_to_city] =>
    [x_ship_to_state] => Missouri
    [x_ship_to_zip] =>
    [x_ship_to_country] => United States
    [x_description] => test (qty: 1)
    [x_recurring_billing] => NO
    [x_customer_ip] => 72.172.209.221
    [x_po_num] => Dec-19-2011 09:12:17
    [x_freight] => 0.00
    [x_tax_exempt] => FALSE
    [x_tax] => 0.00
    [x_duty] => 0
    [x_allow_partial_Auth] => FALSE
    [Date] => December 19, 2011, 9:12 pm
    [IP] => 72.172.209.221
    [Session] => 9f01a59e07fd6203e0972f709715ca10
    [url] => https://trans.secure-fastcharge.com/cgi-bin/authorize.cgi
    )


    Results Received back from Authorizenet: Array
    (
    [0] => Response from gateway
    [1] =>
    [Expected-MD5-Hash] => A270C3848A52D414FDEFC05A3E6F42D3
    [HashMatchStatus] => FAIL
    )


    CURL communication info: Array
    (
    [url] => https://trans.secure-fastcharge.com/cgi-bin/authorize.cgi
    [content_type] =>
    [http_code] => 0
    [header_size] => 0
    [request_size] => 0
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0
    [namelookup_time] => 0
    [connect_time] => 0
    [pretransfer_time] => 0
    [size_upload] => 0
    [size_download] => 0
    [speed_download] => 0
    [speed_upload] => 0
    [download_content_length] => -1
    [upload_content_length] => -1
    [starttransfer_time] => 0
    [redirect_time] => 0
    )


    RAW data received:
    My credit card processor uses and Emulator to send the charge via Authorize.net (AIM). As i said it has worked for months then all the sudden it stopped working. I can process cards via my virtual terminal so i know there are no issues with that.

    The credit card company blames the hosting service, The host blames zen cart one phone call then the credit card processor the next. Please, Any and all help is appreciated. I am losing business because of this. I need it fixed ASAP, Or faster. Point me in the right direction so i can figure this out.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Suddenly my Credit Cards Wont Proccess Correctly

    Quote Originally Posted by josh.lapin View Post
    My Host is Just Host.
    Code:
    CURL communication info: Array
    (
    [url] => https://trans.secure-fastcharge.com/cgi-bin/authorize.cgi
    [content_type] =>
    [http_code] => 0
    [header_size] => 0
    [request_size] => 0
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0
    [namelookup_time] => 0
    [connect_time] => 0
    [pretransfer_time] => 0
    [size_upload] => 0
    [size_download] => 0
    [speed_download] => 0
    [speed_upload] => 0
    [download_content_length] => -1
    [upload_content_length] => -1
    [starttransfer_time] => 0
    [redirect_time] => 0
    )
    All of those zeros tell you that your hosting company's server is not successfully connecting to the destination URL specified.

    and...
    Quote Originally Posted by josh.lapin View Post
    Comm results: 6 name lookup timed out
    ... the "name lookup timed out" message means that your hosting company's server is not capable of properly performing NS Lookups for the URL that you're trying to connect to.

    That indicates a serious server configuration problem. If the server cannot resolve name lookups, it's in bad shape. Your hosting company should be able to fix it in a snap if they were to actually look at the error message. Chances are they made changes to the core server setups recently and broke things in the process.

    Just in case they don't know what to do, maybe mentioning resolv.conf might trigger their senior server admins about where to start looking. That might not be the final solution, but it's a big key to the puzzle.
    .

    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
    Sep 2011
    Posts
    18
    Plugin Contributions
    0

    Default Re: Suddenly my Credit Cards Wont Proccess Correctly

    Thank you for your help Dr Byte. I have forwarded your response to the Host as I have an open ticket for the matter. I will post results when my Host removes their head from their.......

  4. #4
    Join Date
    Sep 2011
    Posts
    18
    Plugin Contributions
    0

    Default Re: Suddenly my Credit Cards Wont Proccess Correctly

    Just Host has been OF NO HELP TO ME with this issue. They keep telling me they have unblocked the firewall but have in no way been able to assist me in fixing this. What hosting are you guys and girls using for your sites? Obviously it is time to change and i am open to all recommendations.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Suddenly my Credit Cards Wont Proccess Correctly

    Hosting suggestions available at the link at the top of this page.
    .

    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.

 

 

Similar Threads

  1. Credit card details for manual proccess
    By alqudsnet in forum Addon Payment Modules
    Replies: 1
    Last Post: 21 Jun 2011, 12:08 PM
  2. Help...suddenly can't process credit cards
    By ccorwin in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 28 Mar 2011, 04:45 PM
  3. Credit Card Check Out error, help, can not process credit cards after Super Orders
    By ciscomemory_net in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 28 Jul 2009, 06:01 AM

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