![]() |
Linkpointcentral payment gateway.............. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Linkpointcentral payment gateway.............. (/showthread.php?tid=5012) Pages:
1
2
|
Linkpointcentral payment gateway.............. - El Forum - 01-01-2008 [eluser]MASS MASS[/eluser] Hi glemigh The following code is same for all sites or it will change according to our site (host and port)....... $myorder["host"] = "secure.linkpt.net"; $myorder["port"] = "1129"; Linkpointcentral payment gateway.............. - El Forum - 01-02-2008 [eluser]MASS MASS[/eluser] Finally i got solution..... $myorder["host"] = “secure.linkpt.net”; $myorder["port"] = “1129”; This is common for all site.......... Now its working ......... Right now i am implementing with CI...................... Linkpointcentral payment gateway.............. - El Forum - 01-02-2008 [eluser]glemigh[/eluser] Yes, and I'm glad you got it working. George Linkpointcentral payment gateway.............. - El Forum - 10-27-2009 [eluser]Unknown[/eluser] Hi, I need some help for integration of first data payment gateway connect with our application.Payment gateway provider new for me.I have gone through user manuals.But i didn't get any solution.Can anybody worked on first data payment gateway connect?Could you please give me step by step procedure? Regards, Venkat Linkpointcentral payment gateway.............. - El Forum - 10-28-2009 [eluser]Unknown[/eluser] HI all. I am trying to do the same thing i.e. use the API. I want to basically validate a given credit card. trying to use the PASS_XML.php file this is the config: $myorder["host"] = "secure.linkpt.net"; $myorder["port"] = "1129"; What is this : $myorder["keyfile"] = "./YOURCERT.pem"; in the file? Thank you all |