Ulf Dittmer wrote:What do you mean by "payment gateway" - a payment processor? If so, then an Internet search for that term will find many such companies. There's no standard API for payment processing, so each company has their own API; you should be able to find the details on the companies' respective web sites.
No i mean an extensible java framework to enable integrating many payment gateways into a single java payment framework.
sorry if i didn't explained well.
I mean a java framework that we can plug any payment gateway like paypal & authorize.net ect..but the java core framework take care of processing payment depending on selected/active gateway
any library such that?