Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any other payment module other than Paypal?

I am developing an e-commerce application in which I want to implement a payment module.

Looking for payment modules I found that there is a Paypal library available for Android.

I want to know if there are any other payment libraries?

like image 966
SJS Avatar asked Jun 01 '11 13:06

SJS


2 Answers

I'm currently using CreditCall... it has an XML API to do it. It also offers a Java library that automates the XML parsing. It allows you to pay using credit or debit card, as well as Paypal, all that through eKashu.

  • Documentation + a basic example
  • CardEaseXML API Download
like image 80
Cristian Avatar answered Oct 06 '22 07:10

Cristian


I think you may use Google Checkout, but I am not certain about this. Perhaps you may have an API for that. Just have a look.

Google Checkout

API Information - You can find examples at the bottom

like image 21
Chathuranga Chandrasekara Avatar answered Oct 06 '22 07:10

Chathuranga Chandrasekara