Forums / Addon Payment Modules / Linkpoint API (We apologize for the inconvenience, but...)

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

Locked
Results 1 to 14 of 14
This thread is locked. New replies are disabled.
20 Apr 2009, 16:55
#1
rompalicious avatar

rompalicious

New Zenner

Join Date:
Oct 2008
Posts:
11
Plugin Contributions:
0

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.
20 Apr 2009, 17:51
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

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
20 Apr 2009, 18:56
#3
rompalicious avatar

rompalicious

New Zenner

Join Date:
Oct 2008
Posts:
11
Plugin Contributions:
0

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
)

"
20 Apr 2009, 18:57
#4
rompalicious avatar

rompalicious

New Zenner

Join Date:
Oct 2008
Posts:
11
Plugin Contributions:
0

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

Oh... and thank you very much for your help. It is very much appreciated!
20 Apr 2009, 19:04
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

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

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
20 Apr 2009, 19:35
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

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.

rompalicious:


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.
20 Apr 2009, 21:39
#7
rompalicious avatar

rompalicious

New Zenner

Join Date:
Oct 2008
Posts:
11
Plugin Contributions:
0

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.
20 Apr 2009, 23:40
#8
eflat avatar

eflat

New Zenner

Join Date:
Aug 2008
Posts:
33
Plugin Contributions:
0

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.
21 Apr 2009, 15:07
#9
rompalicious avatar

rompalicious

New Zenner

Join Date:
Oct 2008
Posts:
11
Plugin Contributions:
0

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.
21 Apr 2009, 15:36
#10
gchalk avatar

gchalk

New Zenner

Join Date:
Jan 2008
Posts:
16
Plugin Contributions:
0

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

eflat:

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
21 Apr 2009, 16:45
#11
eflat avatar

eflat

New Zenner

Join Date:
Aug 2008
Posts:
33
Plugin Contributions:
0

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

Supposedly this is fixed, but my app is still not working. I can telnet to the new ip on 1129 and "connect", which supposedly means I'm in. But my app fails with a connection timeout. My guess is it's trying to login at that point. Level 2 support is supposed to call me back...

:yuck:
22 Apr 2009, 14:50
#12
rompalicious avatar

rompalicious

New Zenner

Join Date:
Oct 2008
Posts:
11
Plugin Contributions:
0

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

I now have this working - thank you for everyone's feedback. As the poster a couple posts ago said, my host needed to open up the firewall for port 1129 on the new IP address that LP is using (208.72.248.102). That did the trick.
04 May 2009, 00:13
#13
baktasht avatar

baktasht

New Zenner

Join Date:
Nov 2007
Posts:
8
Plugin Contributions:
0

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

Just have them open port 1129 on your server. I had the same problem and that fixed it.
25 Sep 2009, 06:20
#14
faytebuds03 avatar

faytebuds03

New Zenner

Join Date:
Mar 2009
Posts:
7
Plugin Contributions:
0

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

rompalicious:

I now have this working - thank you for everyone's feedback. As the poster a couple posts ago said, my host needed to open up the firewall for port 1129 on the new IP address that LP is using (208.72.248.102). That did the trick.


Hi there, Please help me this is so urgent, because right now the people in my hosting provider did not do anything with the port and such, can you please share to us what is your hosting provider? I might go ahead and check that hosting... thinking of moving the site..

Thanks a lot..

Fayte:smile: