Need some Java/JSP advice on integrating charge card processing into a shopping-cart application

OhioDude

Diamond Member
Apr 23, 2001
4,223
0
0
My company supports and modifies a legacy UNIX-based order processing/invoicing/inventory system that has a browser-based e-commerce front-end written entirely with Java and JSP. One of our customers wants us to add the ability to accept credit card payments over the internet through the e-commerce front-end. This will be my first programming foray into the world of internet credit card processing and I'm looking for some advice.

A Google search returns a plethora of companies that offer services for on-line credit card processing; CardService International, Merchant Warehouse, Merchant Accounts Express, Electronic Transfer, Inc., Charge.com, Paynet... the list goes on and on. Many of these companies offer services I'm not interested in, i.e. POS equipment, shopping cart applications, web hosting, etc. Since I already have the shopping-cart application (the e-commerce front-end), I only need to be able to send customer information to "some service" and have them verify that a charge card is valid and then process the payment. I think that this is referred to as the "payment gateway". It looks like some of the credit-card processing companies provide their own payment gateway and others use 3rd-party gateways, such as LinkPoint and Auth.net.

To be honest, I'm not sure where to start. :confused:

Can somebody point me in the proper direction?

Thanks! :)
 

WannaFly

Platinum Member
Jan 14, 2003
2,811
1
0
We have a similar setup - a custom designed cart/frontend with a payment gateway to verify and process payments. We use verisigns "PayFlowPro", it comes with a GREAT SDK and im sure it can be integrated with JSP/java because it can use a bunch of different methods to interact. I'm not sure of hte price as I dont pay it - But its worked flawlessly for years.
 

OhioDude

Diamond Member
Apr 23, 2001
4,223
0
0
Thanks, WannaFly. I'll check PayFlowPro out.

Any other input greatly appreciated!

:)
 

RemyCanad

Golden Member
Sep 28, 2001
1,849
0
0
I would suggest trying to find a book. There will be a lot of security concerns and that may influence our choice.