views:

582

answers:

3

I'm looking for a Java payment gateway library similar to the Rails active_merchant or the libraries available on many other platforms. I've been surprised that I've been unable to find one. I'd like something that supports the major gateways and providers, like Paypal, Google, Amazon, and some direct merchant account providers like Authorize.net.

Does such a thing exist in the open source world?

A: 

Take a look at, http://www.jpos.org . Thats what I am able to find, its under GNU AFFERO GPL.

Adeel Ansari
I did run across them but it looks like a nightmare. They sell their manual, and don't even have an automated fulfillment for orders of that manual - not impressive for a company that markets order processing systems. All I want is a simple layer for web commerce....
Alex Neth
@Alex Neth: I do agree with your take. I was a bit pissed off too, while browsing there website. But they are having a good list of clients, and few are big names.
Adeel Ansari
JPOS worked well for us as an ACH interface. It is used fairly often when working directly with major banks. But AFAIK, its not for hitting the mark you need.
unhillbilly
+1  A: 

oPayc: http://www.opayc.com/

Artem
Looks less ghetto than jpos, but still a commercial product and not open source...
Alex Neth
A: 

I found nice paypal library at sourceforge: http://sourceforge.net/projects/paypal-nvp/

pete