Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Aug 2007
    Posts
    32
    Plugin Contributions
    0

    Default Problems with Link Point

    Hiya,

    Can any Zen geniuses help out a ZC newbie? I've been trying to get my Linkpoint module working on my Zen Cart site, but seem to be stuck with the following error after trying to confirm a test order:

    "we are presently unable to contact the Credit Card company for authorization"

    I followed the instructions for setup (got the SSL, PEM is installed, port is open):

    * LinkPoint or YourPay Account (naturally)
    * cURL is required and MUST be compiled into PHP with SSL support
    * Port 1129 is used for bidirectional communication with the gateway, so must be open on your host's router
    * PEM RSA Key File (Provided by LinkPoint)
    * You need to have an SSL certificate active on your site to protect your customers' sensitive data

    So I imagine I'm stuck somewhere on curl, but I am not much of a coder so I don't know what I'm looking out for when trying to fix.

    Many thanks in advance for your big brains. Mine feels very small right now.

    Thx

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

    Default Re: Problems with Link Point

    I replied to your other post with the following questions. Perhaps you can answer them here:

    Quote Originally Posted by iheartguts View Post
    Having the same problem, also with Link Point.
    1. Just to clarify, by "having the same problem", do you mean that your checkout "hangs" after clicking Confirm? Or something else?

    2. Who's your hosting company?

    3. What version of Zen Cart?

    4. What addons/contributions have you installed?

    5. Are you using the built-in Linkpoint API module, or the older one from the downloads area?

    You might try reading this FAQ:
    https://www.zen-cart.com/tutorials/i...hp?article=298
    .

    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
    Jan 2004
    Posts
    66,380
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Problems with Link Point

    Also, grab the curltest tool from this thread:
    http://www.zen-cart.com/forum/showth...522#post408522

    Upload the unzipped php file to your server, and post a link to it.
    Also, try running it with your browser. What happens?
    Then add ?linkpoint=1 to the URL ... now what happens?
    .

    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.

  4. #4
    Join Date
    Aug 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Problems with Link Point

    Hi Dr. Byte,

    Sorry for posting twice, I thought maybe the other thread was too old.

    > 1. Just to clarify, by "having the same problem", do you mean that your checkout "hangs" after clicking Confirm? Or something else?
    It processes, then gives the following error: we are presently unable to contact the Credit Card company for authorization

    > 2. Who's your hosting company?
    Open Source Host

    3. What version of Zen Cart?
    Zen Cart 1.3.7
    Database Patch Level: 1.3.7

    4. What addons/contributions have you installed?
    Nothing special that I know of, but I ahve made several modifications to templates and such

    5. Are you using the built-in Linkpoint API module, or the older one from the downloads area?
    built-in version

    thanks for the curl test, here's what I got:

    Array
    (
    [url] => "http://www.zen-cart.com/testcurl.php"
    [content_type] => text/html
    [http_code] => 200
    [header_size] => 125
    [request_size] => 174
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.00672
    [namelookup_time] => 0.00249
    [connect_time] => 0.003267
    [pretransfer_time] => 0.00333
    [size_upload] => 0
    [size_download] => 2142
    [speed_download] => 318750
    [speed_upload] => 0
    [download_content_length] => 0
    [upload_content_length] => 0
    [starttransfer_time] => 0.006694
    [redirect_time] => 0

    CURL Test Page
    This page is intended for testing CURL behaviour. You should be accessing this page via CURLTEST.PHP running on YOUR server.

    You submitted the following fields and data:

    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )

    Data validation
    Good
    Other Info
    Your server IP address is: 75.126.147.171.
    user-agent: unknown.


    thanks for your help!
    w

  5. #5
    Join Date
    Aug 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Problems with Link Point

    the above is what it looks like with the ?linkpoint=1

    this is what it looks like with just the curltest:

    CURL Test Page
    This page is intended for testing CURL behaviour. You should be accessing this page via CURLTEST.PHP running on YOUR server.

    You submitted the following fields and data:

    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )

    Data validation
    Good
    Other Info
    Your server IP address is: 75.126.147.171.
    user-agent: unknown.
    Copyright © 2003 - 2007 Zen Ventures, LLC - Powered by Zen Cart™

    Array
    (
    [url] => "http://www.zen-cart.com/testcurl.php"
    [content_type] => text/html
    [http_code] => 200
    [header_size] => 125
    [request_size] => 174
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.009533
    [namelookup_time] => 0.004554
    [connect_time] => 0.005335
    [pretransfer_time] => 0.005393
    [size_upload] => 0
    [size_download] => 2142
    [speed_download] => 224693
    [speed_upload] => 0
    [download_content_length] => 0
    [upload_content_length] => 0
    [starttransfer_time] => 0.009507
    [redirect_time] => 0

    thank you

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

    Default Re: Problems with Link Point

    What's the URL to your curltest.php ?

    Or at least try adding this as an alternate parameter:
    ?url=https://secure.linkpt.net:1129/LSGSXML
    .

    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
    Aug 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Problems with Link Point


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

    Default Re: Problems with Link Point

    Okay - your CURL communications appears to be fine as far as Linkpoint connectivity is concerned.

    Let's turn on debug logging to find out what results are coming back from linkpoint:
    Go to the Zen Cart Admin edit screen for your Linkpoint module -- click Edit.
    Now add &debug=on to the end of the URL in the browser, and press Enter.
    Scroll down to the bottom of the list and choose a logging option. Email is easiest in this case, as long as you can access the Store send-from email account as indicated in the Admin->Config->Options screen.

    Now try a transaction and post the log details.
    .

    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.

  9. #9
    Join Date
    Aug 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Problems with Link Point

    Thank you so much for all your help. Here's the log details, with address, etc. removed, of course. Looks like a connection problem, or problem with headers?

    HTML Code:
    USUNSPECIFIED71.106.168.6ECI267662817886/home/iheartgu/public_html/shop/includes/modules/payment/linkpoint_api/267662817886.pemsecure.linkpt.net11297.24 server responds: unable to use client certificate (no key found or wrong pass phrase?) ErrNo:58 server responds: FAILURECould not connect.
    Warning: Cannot modify header information - headers already sent by (output started at /home/iheartgu/public_html/shop/includes/modules/payment/linkpoint_api/class.linkpoint_api.php:178) in /home/iheartgu/public_html/shop/includes/functions/functions_general.php on line 44
    thanks again, you absolutely rule.
    Last edited by Kim; 3 Oct 2007 at 06:10 PM.

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

    Default Re: Problems with Link Point

    Quote Originally Posted by iheartguts View Post
    unable to use client certificate (no key found or wrong pass phrase?) ErrNo:58
    1. What was the filename of the .pem file you downloaded?
    2. What is the store-number value you entered in the ZC admin module settings?
    They need to match.
    .

    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.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Link Point/ Your Pay Check Out Problems.
    By andy106 in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 19 Aug 2010, 08:58 PM
  2. Closed out link point going with paypal?
    By ryanb4614 in forum PayPal Website Payments Pro support
    Replies: 2
    Last Post: 8 Jul 2008, 01:09 AM
  3. Time Out Response with Link Point on GoDaddy hosting
    By thejov in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 7 Mar 2008, 06:04 AM
  4. how do you do a refund with Cardservice International/link point ?
    By snarkys in forum Addon Payment Modules
    Replies: 2
    Last Post: 29 Aug 2006, 03:11 PM
  5. Link Point
    By wolftone in forum Built-in Shipping and Payment Modules
    Replies: 16
    Last Post: 16 Aug 2006, 11:03 AM

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