Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Linkpoint API (First Data)


monito

Recommended Posts

Posted

For those who are having problems with the linkpoint central checkout process on April 19th, 2009

 

Edit the linkpointconnect.php file

search for "servlet" just before MODULE_PAYMENT_LINKPOINT_TESTMODE

 

the lines needs to read:

	 if (MODULE_PAYMENT_LINKPOINTCONNECT_YOURPAY == 'False') {
	$this->form_action_url = 'https://secure.linkpointcentral.com/lpc/servlet/lppay';
 } else {
	$this->form_action_url = 'https://secure.linkpointcentral.com/lpc/servlet/lppay';
 }

 

or better

 

	   $this->form_action_url = 'https://secure.linkpointcentral.com/lpc/servlet/lppay';

 

since both servers are the same now....

 

-monito

Posted
For those who are having problems with the linkpoint central checkout process on April 19th, 2009

 

Edit the linkpointconnect.php file

search for "servlet" just before MODULE_PAYMENT_LINKPOINT_TESTMODE

 

the lines needs to read:

	 if (MODULE_PAYMENT_LINKPOINTCONNECT_YOURPAY == 'False') {
	$this->form_action_url = 'https://secure.linkpointcentral.com/lpc/servlet/lppay';
 } else {
	$this->form_action_url = 'https://secure.linkpointcentral.com/lpc/servlet/lppay';
 }

 

or better

 

	   $this->form_action_url = 'https://secure.linkpointcentral.com/lpc/servlet/lppay';

 

since both servers are the same now....

 

-monito

 

Did you get this working? I am having some problems so far, but will keep at it.

Posted

I just spoke with First Data, and the server listed above is the correct one. However, they are having serious issues with it, and advised to be patient and try later to process a payment. Right now, when I process a payment, I get an error message on checkout_payment.php that says "There has been an error processing you credit card, please wait 10 minutes before trying again." Never even gets to LinkPoint/YourPay/First Data.

 

If you don't change the code, you will end up dead-ended at a LinkPoint page.

Posted
Did you get this working? I am having some problems so far, but will keep at it.

Yes, it does work; however, the problem is that I get the Firefox certificate to show-up when it I placed an order. I bet that is scaring my customers.

 

This is very sucky...any advances solutions please lets get everyone inform. I bet there are many of us in the same boat...

 

Thanks,

 

-monito

Posted

Well, I could not get the above fix to work, but after talking to First Data, the following code DOES work. Not sure if both lines are needed, but I am not going to question success.

if (MODULE_PAYMENT_LINKPOINTCONNECT_YOURPAY == 'False') {
$this->form_action_url = 'https://www.linkpointcentral.com/lpc/servlet/lppay';
  } else {
    $this->form_action_url = 'https://secure.linkpt.net/lpc/servlet/lppay';

Posted
Well, I could not get the above fix to work, but after talking to First Data, the following code DOES work. Not sure if both lines are needed, but I am not going to question success.

if (MODULE_PAYMENT_LINKPOINTCONNECT_YOURPAY == 'False') {
$this->form_action_url = 'https://www.linkpointcentral.com/lpc/servlet/lppay';
  } else {
    $this->form_action_url = 'https://secure.linkpt.net/lpc/servlet/lppay';

This is exactly what I used to have that din't work...

 

-monito

Posted
This is exactly what I used to have that din't work...

 

-monito

This is what I get with iexplorer

linkpoint_certificate.jpg

 

and safari

linkpoint_certificate_safari.jpg

 

-monito

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...