ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Using ProductCart
  New Posts New Posts RSS Feed - Link Point API Payment/Authorization
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Link Point API Payment/Authorization

 Post Reply Post Reply Page  12>
Author
Message Reverse Sort Order
scottemiller View Drop Down
Newbie
Newbie


Joined: 19-November-2010
Location: Chicago
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote scottemiller Quote  Post ReplyReply Direct Link To This Post Topic: Link Point API Payment/Authorization
    Posted: 19-November-2010 at 10:05am

Ledfish,

Can you explain more about the 'include file'. 
 
Thanks,
Scott
Back to Top
ledfish View Drop Down
Newbie
Newbie


Joined: 27-October-2005
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote ledfish Quote  Post ReplyReply Direct Link To This Post Posted: 03-April-2009 at 10:36am
Originally posted by earlyimp earlyimp wrote:

We have other customers having issues with LinkPoint. The issues that have been reported persist even when using the test files provided by LinkPoint, indicating that the problems have nothing to do with the ProductCart integration with this payment gateway.

We are investigating the matter and will update both this forum and the WIKI once we have a better picture of what might be causing the various problems that customers are having.
 
Yep, in my case it did turnout to be a host/server set up issue which can only add to the frustration because some host people do not completely understand the process. If they did, you'd have it working in a matter of minutes.
 
But this means that the Linkpoint section of the Wiki needs to be very detailed so that the PC user can tell the host's people, do this, do that with an great deal of confidence.
Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote ProductCart Quote  Post ReplyReply Direct Link To This Post Posted: 31-March-2009 at 7:46am
We have other customers having issues with LinkPoint. The issues that have been reported persist even when using the test files provided by LinkPoint, indicating that the problems have nothing to do with the ProductCart integration with this payment gateway.

We are investigating the matter and will update both this forum and the WIKI once we have a better picture of what might be causing the various problems that customers are having.

Edited by earlyimp - 31-March-2009 at 7:47am
The ProductCart Team

Home of ProductCart shopping cart software
Back to Top
PGL View Drop Down
Newbie
Newbie


Joined: 30-March-2009
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote PGL Quote  Post ReplyReply Direct Link To This Post Posted: 30-March-2009 at 8:14pm
I'm having a heck of a time with Linkpoint API in PC. After I enter the cc info and hit submit in the order form the server just hangs (iisreset is only way to fix it.) I think I have everything setup (per the instructions from ledfish & the wiki) "correctly." We use a dedicated goDaddy server by the way. I've tested the port 1129 and was able to connect to and from the server with another appl. I verified that the DLL is registered (just registered it again, just for sanity sake.) Now the one thing I haven't looked at is this "include file" that ledfish is talking about in step 6. If anyone has any ideas please let me know!

--thanks!
Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote ProductCart Quote  Post ReplyReply Direct Link To This Post Posted: 26-March-2009 at 6:41am
Thank you very much for the detailed feedback. We have updated the WIKI. We will be running additional tests and review the settings to confirm that the information provided in the WIKI is now accurate. If you see any issues, please feel free to edit the WIKI article directly.

http://wiki.earlyimpact.com/productcart/link_point_api
The ProductCart Team

Home of ProductCart shopping cart software
Back to Top
ledfish View Drop Down
Newbie
Newbie


Joined: 27-October-2005
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote ledfish Quote  Post ReplyReply Direct Link To This Post Posted: 18-March-2009 at 11:31pm
Ok, well I have worked on this for 2 days and I finally got is working, so I thought since the Wiki leaves out some important details, that I would leave an update in the hopes that if others find this thread, it will help them get it working.
 
1. First, you must make sure your account is set up for the Global Gateway API. If you call Linkpoint, ask this explicitly. Unless you ask, they may or may not volunteer this information. I suggest asking a second time just to be sure.
 
2. Once you are setup with Linkpoint for Global Gateway API, You must download your pem file. This a security keys file that is specific to your linkpoint account. So in order to download it, you must login to LinkPoint, go the support tab and then select the Download Center. You will then see a link to download your pem file. It will ask for either your store number, the name on your account, the contact name on the account or your SS#/Tax I.D. number. If you get any kind of error or just get automatically logged out, you have entered wrong information.
 
3. the pem file you download should be copied via ftp into your Productcart "pcadmin" folder or whatever the name is of your admin folder if you renamed it.
 
4. You host must have port 1129 open bi-directionally, meaning this port must allow outgoing in incoming communication.
 
5. You host must have the LpiCOM 6.0 dll object installed on the server your site is on. This comes in a packet file named 30015_Windows_APICOM.
 
6. There is also and include file that get installed when register the LpiCOM dll on a windows server. This include file allows you host to add some configuration information to it so the LpiCOM is aware of what you pem files name is and the path to where it is located.
 
When  you go to product and enable Linkpoint as a payment option, you will need to supply some information and check some boxes.
 
1. Check the appropriate box for Linkpoint payment module you are using. Global Gateway API is the one that says "Linkpoint with batch post authorization"
 
2. Store name is whatever the file name of your pem file is WITHOUT the .pem
 
3. Enable Test Mode, you can only check this option if you have setup a test account with Linkpoint. If you have not setup a test account, you will have to test using the Linkpoint test credit card numbers. Visa 4111-1111-1111-1111 with any future expiration date is one of the test credit card numbers.
 
You can now go and try testing to see if everything works. here are a few things that might happen.
 
1. If you get a error message that just says ERROR, then you are not communicating with Linkpoint. The problem most likely is that either, 1. the host does not have the DLL properly installed. 2. the include file does not have you properly enter into it (This was the problem I had) 3. Port 1129 is not open on the server your on. 
 
2. If you don't get anything but a 404 error page after you submit the test transaction, most likely your not setup with Linkpoint.
 
3. If you get  "SGS-020005: ERROR (Merchant config file missing, empty or cannot be read) then you are either trying to run in Productcart test mode without a Linkpoint test account or you don't have you pem file in the pcadmin (our whatever you remnamed it folder) or you have entered the wrong store name in Productcart under the Linkpoint payment method (remember it should be the same as your pem file name) or your host has typo'd that file name or configured the include file with the wrong path.
 
4. If you get Error: DECLINED: SGS-000001: D:Declined:XXUX:  You are good to go, when using a test credit card number, you will get a declined message because the card number doesn't really exist, but Linkpoint knows that and has communicated the information back to.
 
 
Hopefully I've provide an exhausting amount of info and you will be able to work though getting yourself setup for Linkpoint If anyone has anything to add, please feel free. If you have questions, you can PM me and I will try to help you out.
 
Led

 
 
Back to Top
dag View Drop Down
Newbie
Newbie


Joined: 05-March-2009
Location: Wichita Falls
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote dag Quote  Post ReplyReply Direct Link To This Post Posted: 18-March-2009 at 6:55pm
Yes, it appears that is what it checks when I run it against my server
Back to Top
ledfish View Drop Down
Newbie
Newbie


Joined: 27-October-2005
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote ledfish Quote  Post ReplyReply Direct Link To This Post Posted: 18-March-2009 at 1:30pm

If I go to troubleshooting utilities under the help tab

Thereis a section in the trouble shooting page called Payment Gateway Components. Under that is a link that says "Payment Gateway Componenets Check"
 
Does anybody know, is that a list of the payment componenets that the HOST has installed ?
Back to Top
dag View Drop Down
Newbie
Newbie


Joined: 05-March-2009
Location: Wichita Falls
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote dag Quote  Post ReplyReply Direct Link To This Post Posted: 17-March-2009 at 6:41pm
http://wiki.earlyimpact.com/productcart/linkpoint_connect?s[]=linkpoint

Have you checked this site?
T Dagdag
Back to Top
ledfish View Drop Down
Newbie
Newbie


Joined: 27-October-2005
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote ledfish Quote  Post ReplyReply Direct Link To This Post Posted: 17-March-2009 at 1:50pm
So here is what I have done:
 
1. pem file is in my renamed pcadmin folder
2. I have checked with the host to make sure the Link Point DLL is installed(registered) on the server. They state that it is.
3. To download the pem file, I had to supply the "contact name" and the file it gave me used my store number as the file name.
4. I have enabled the linkppoint gateway in productcart. I selected "I am using linkpoint API with batch post authorization, entered store name (as on file with linkpoint), enabled test mode, etc.
5. ran troubleshoot utility and made sure xml parser 5 was selected.
 
I'm not sure what else to try. No matter what, I get the dreaded "Error" message. Curiously though, when I'm running throgh a test order, I don't get a message that says" In Test Mode" unless I select "I am using yourpay" which I'm not because I am using Linkpoint Global Connect.
Back to Top
 Post Reply Post Reply Page  12>
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.