Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which payment system has good integration with Java?

At the moment, I am using PayPal to implement my payment process. However, I'm not really happy with the so outdated API that PayPal provides for Java. I have googled for a while and I saw a number of alternatives in several articles such as:

  1. 17 paypal alternatives for easier e-commerce.
  2. 6 Online Payment Alternatives If You Hate PayPal.
  3. 5 PayPal alternatives.

I'd be very grateful if you could give me some opinions on the pros and cons of any of these systems. Besides, based on your experience, please tell me which ones you think has good API for Java developers.

like image 554
Mr.J4mes Avatar asked Dec 25 '11 15:12

Mr.J4mes


People also ask

Does Paytm use Java?

It is a client java library that provides an easy way to interact with the Paytm Mini App ecosystem.

Which language is best for payment gateway?

Python language This programming language is appropriate not only for developing a payment gateway. It is used to create a wide variety of solutions. These are automation scripts, life support systems, games, all kinds of applications.


1 Answers

Stripe has a java library and is a very clean and easy payment library to integrate with.

like image 169
Finbarr Avatar answered Sep 28 '22 07:09

Finbarr