I'm building an e-comm site and I've been searching around for a 3rd-party credit card service provider that offers a Java API for connecting to a gateway to authorize transactions. Can any of you guys recommend a service provider that you know offers a Java API for server-side CC processing?
I called Citibank and CardService International, but Citibank only offers HTML-embedded processing, which I don't want, and CardServices International does not support proxy servers with SSL, which won't work for me.
Thanks,
Raffi
-
Credit Card Processing with 3rd-party Java API? (5 messages)
- Posted by: Raffi Basmajian
- Posted on: August 20 2003 11:07 EDT
Threaded Messages (5)
- Credit Card Processing with 3rd-party Java API? lynksys.com by Yogesh Prajapati on August 20 2003 13:13 EDT
- sorry !! correct URL is http://www.lynksystems.com/ by Yogesh Prajapati on August 20 2003 13:42 EDT
- Thanks by Raffi Basmajian on August 20 2003 02:01 EDT
- sorry !! correct URL is http://www.lynksystems.com/ by Yogesh Prajapati on August 20 2003 13:42 EDT
- Credit Card Processing with 3rd-party Java API? by Weston Aiken on August 20 2003 13:36 EDT
- Credit Card Processing with 3rd-party Java API? by Sean Sullivan on August 21 2003 02:59 EDT
-
Credit Card Processing with 3rd-party Java API? lynksys.com[ Go to top ]
- Posted by: Yogesh Prajapati
- Posted on: August 20 2003 13:13 EDT
- in response to Raffi Basmajian
Raffi,
Please contact www.lynksys.com. The contact person is Chris Francis (CFrancis at lynksystems dot com).
They provide servlet based interface that might help you build your Java based credit card processing system easily. We have used it for our J2EE based application development. It is working nicely in conjuction with web client like WebBrowser and IVR. One thing I did not like though is that their document (Lynk Java Servlet Installation and Usage) included "settle" request and it worked with the test store/account but failed in production when we got started with real store/account. So then we had to change our business logic to authorize first (very minimal amount) and then do direct "sale" with actual amount instead of "settle" at the end.
Hope this help. -
sorry !! correct URL is http://www.lynksystems.com/[ Go to top ]
- Posted by: Yogesh Prajapati
- Posted on: August 20 2003 13:42 EDT
- in response to Yogesh Prajapati
please go to http://www.lynksystems.com/ -
Thanks[ Go to top ]
- Posted by: Raffi Basmajian
- Posted on: August 20 2003 14:01 EDT
- in response to Yogesh Prajapati
Great, thanks for the info!
Raffi -
Credit Card Processing with 3rd-party Java API?[ Go to top ]
- Posted by: Weston Aiken
- Posted on: August 20 2003 13:36 EDT
- in response to Raffi Basmajian
Verisign offers a service called PayFlowPro that has a Java API.
http://www.verisign.com/products/payflow/pro/ -
Credit Card Processing with 3rd-party Java API?[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: August 21 2003 02:59 EDT
- in response to Raffi Basmajian