Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Oct 2008
    Posts
    11
    Plugin Contributions
    0

    Default Linkpoint API (We apologize for the inconvenience, but...)

    Hello:

    I am currently unable to process orders using a linkppoint API module that has been functioning properly for months.

    I (and everyone else attempting to purchase with a CC# at rompalicious) am receiving the following error:

    "We apologize for the inconvenience, but we are presently unable to contact the Credit Card company for authorization. Please contact the Store Owner for payment alternatives."

    After searching elsewhere in the forums I have had a few conversations with the host (JSweb) and we have evaluated Dr. Byte's advice from a similar (older) thread:

    - port 1129 not open for bidirectional communication
    - CURL access requires a proxy server configuration
    - CURL is not installed or not functioning
    - incorrect or invalid or "no" .PEM file found in modules/payment/linkpoint_api folder

    These do not seem to be the problem (e.g. port is forwarded, etc.).

    Again, nothing has changed that I am aware of but it just stopped working within the last 24 hours.

    Any thoughts/suggestions/advice?

    Thank you.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Linkpoint API (We apologize for the inconvenience, but...)

    There is a debug tool/module that will create entries in a log so you can determine precisely what is not happening...
    Could be that LP is having issues
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Linkpoint API (We apologize for the inconvenience, but...)

    Here's the results from the Debug file. Doesn't look terribly specific to me. Any insight?

    "Apr-20-2009 07:50:26
    =================================

    Communication Result: 7 - couldn't connect to host

    Response Code: <

    Sending to Gateway:
    result = LIVE
    oid = 676-h5HGbb
    ip = 68.189.137.166
    ponumber =
    subtotal = 1
    tax = 0.07
    shipping = 0
    chargetotal = 1.07
    cardnumber = ******
    cardexpmonth = 09
    cardexpyear = 11
    cvmindicator = provided
    cvmvalue = ******
    userid = 2
    customerid = 2
    name = <edited out>
    company =
    address1 = <edited out>
    address2 =
    city = <edited out>
    state = <edited out>
    country = US
    phone = <edited out>
    email = <edited out>
    addrnum = <edited out>
    zip = <edited out>
    sname = <edited out>
    saddress1 = <edited out>
    saddress2 =
    scity = <edited out>
    sstate = <edited out>
    szip = <edited out>
    scountry = US
    comments = Website Order
    items = Array
    (
    [1] => Array
    (
    [id] => 1583
    [description] => 2.5 Liter/4 Cyl Engine Parts - Part 1 (Crown OE, CJ, YJ, TJ)
    [quantity] => 1
    [price] => 1.00
    )

    )

    ordertype = PREAUTH
    host = secure.linkpt.net
    port = 1129
    keyfile = <edited out>/includes/modules/payment/linkpoint_api/<edited out>.pem
    configfile = <edited out>
    transactionorigin = ECI
    terminaltype = UNSPECIFIED


    Result: proved>FAILURE</r_approved><r_error>Could not connect.</r_error>

    Communication Result: 7 - couldn't connect to host
    CURL info: Array
    (
    [url] => https://secure.linkpt.net:1129/LSGSXML
    [http_code] => 0
    [header_size] => 0
    [request_size] => 0
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0
    [namelookup_time] => 5.1E-5
    [connect_time] => 0
    [pretransfer_time] => 0
    [size_upload] => 0
    [size_download] => 0
    [speed_download] => 0
    [speed_upload] => 0
    [download_content_length] => 0
    [upload_content_length] => 0
    [starttransfer_time] => 0
    [redirect_time] => 0
    )

    "

  4. #4
    Join Date
    Oct 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Linkpoint API (We apologize for the inconvenience, but...)

    Oh... and thank you very much for your help. It is very much appreciated!

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Linkpoint API (We apologize for the inconvenience, but...)

    Code:
    Communication Result: 7 - couldn't connect to host
    
    Response Code: <
    
    Sending to Gateway:
    result = LIVE
    oid = 676-h5HGbb
    ip = 68.189.137.166
    Try pinging that IP - I suspect that this is the LP IP address
    Would call them if that is the case
    Zen-Venom Get Bitten

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

    Default Re: Linkpoint API (We apologize for the inconvenience, but...)

    The IP kobra mentioned is very unlikely to be the issue (It's the customer's IP, not Linkpoint's).
    However, he's right that the communications going to Linkpoint is broken.
    Quote Originally Posted by rompalicious View Post
    Communication Result: 7 - couldn't connect to host

    host = secure.linkpt.net
    port = 1129

    Communication Result: 7 - couldn't connect to host
    (
    [url] => https://secure.linkpt.net:1129/LSGSXML
    )
    The real problem is that your server can't talk to the Linkpoint server. Usually that's because your hosting company's server isn't allowing you to successfully connect to the linkpoint server. That could be a port 1129 block or other firewall misconfiguration, or a DNS misconfiguration which prevents server-name lookups from working properly. Your hosting company will have to fix those problems.

    Alternatively, Linkpoint's servers might not be responding. You'll have to follow up with *them* about that angle.
    .

    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.

  7. #7
    Join Date
    Oct 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Linkpoint API (We apologize for the inconvenience, but...)

    Well... having spoken to LP, they provided me with the correct address for the linkpoint module (secure.linkpt.net) which was already set correctly within the module (as expected since it's been working perfectly for a long time). We (LP and I) also tried using the direct LP IP address to bypass potential DNS problems but received the very same result when a transaction was tried...

    LP did mention that they moved servers around over the weekend but don''t see why that would be an issue. Also tried looking up the host's IP address (as provided to me by them) to see if it was blacklisted suddenly anywhere and it looks clean at all the blacklist aggregates I've tried.

  8. #8
    Join Date
    Aug 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: Linkpoint API (We apologize for the inconvenience, but...)

    Linkpoint is down. Actually, tech support said it was "sporadic", which mathces their Gateway Status Page. Something about a platform change they attempted. No announced eta from level 2. Big FAIL.

  9. #9
    Join Date
    Oct 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Linkpoint API (We apologize for the inconvenience, but...)

    Yes. It does appear that the issue is LP connection problems due to the server move over the weekend. At least according to them and my host.

    Apparently, they are still wading through over 300 support tickets with no ETA on a fix in sight...

    Very disappointing. Epic FAIL.

    Thankfully, most of my customers seem willing to go the PayPal IPN route for the time being.

  10. #10
    Join Date
    Jan 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Linkpoint API (We apologize for the inconvenience, but...)

    Quote Originally Posted by eflat View Post
    Linkpoint is down. Actually, tech support said it was "sporadic", which mathces their Gateway Status Page. Something about a platform change they attempted. No announced eta from level 2. Big FAIL.
    I'm having the same trouble, starting sometimes yesterday linkpoint started failing to connect to the gateway.

    I called my webhost and they claim not to have touched the firewall/router settings.

    I just got off the phone with link-point and what i found out is that over the weekend, they chaged the IP address of the gateway. The new gateway IP address is 208.72.248.102.

    The IP address listed in the log file is your customers IP address.

    I'm working with my webhost, but what I think has happened, is the pinholes they put in their firewall/router port forwarding setup for me is IP based, not hostname based and they will have to go in an setup the new linkpoint IP address to make it work.

    This is my first guess.....I will advise of any success

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. YourPay: We apologize, but we are presently unable to contact the Credit Card company
    By cleverpork in forum Built-in Shipping and Payment Modules
    Replies: 31
    Last Post: 17 May 2009, 04:09 PM
  2. CURL functions not found - required for Linkpoint API payment module
    By raino in forum Managing Customers and Orders
    Replies: 1
    Last Post: 2 Dec 2006, 04:19 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