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?
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
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
Related
I am developing an demo application to integrate Amazon Pay In android application. Is there any proper documentation for the same. Thanks in advance
For using Amazon Pay in a mobile app, I'd recommend you to create a (or re-use an existing) web-based Amazon Pay integration as described in the official documentation. For most scenarios the "One-time payments" guide will be the integration guide you want to refer to. You would simply call this web page then from the Android app (or iOS app, or whatever) and send the buyer back to the app after the payment has been completed.
As the integration is independent from Android in this scenario, you can of course use any programming language you prefer. Using PHP, Java, C# (or other .NET languages), Ruby or Python is recommended though as there are officially supported SDKs available for those.
For other "in-app" integration options, you should contact Amazon Pay directly.
When I tried to find official documentation for android for integrating paypal express, I found
Important: PayPal Mobile SDKs are now Deprecated and only existing integrations are supported. For all new integrations, use Braintree Direct or Express Checkout'.
I couldn't find any android documentation in the recommended pages as well. Is it something like we have to use the REST API provided by them in android as well?
Please guide me how I can implement paypal in android.
Did you look at the Braintree SDK? It will tie PayPal, direct credit card processing, Venmo, Apple and Google Pay in a single integration. That's what I would recommend.
Specifically, you should use their Drop In UI. Here's a guide for Android integration with Braintree.
Does the new native PayPal sdk for android have the ability to pull shipping information to give to the merchant? The sample code provided on the PayPal site will process cards etc, but it appears to me that the api only provides payment confirmation. What good is this api if you don't know where to send your product?
Anyone know how to do this?
Jeff from PayPal at your service. The PayPal Android SDK does not support shipping addresses just yet. Your feedback is heard, and we plan to add the feature as soon we can!
I have a app which needs a centralised Database.So I am planning to use Google Spread Sheets.
I have gone through this link,
but I really did not understand much in it.
So is there any example codes available please suggest.
Related SO question: Using Google Docs and Google Spreadsheet APIs for Android. There's an answer which links to projects with API docs and examples.
So is there any example codes available please suggest.
I'm still workin on it dono how to use the Google API itself i have
the libraries downloaded
Why not also google for some examples - http://www.google.com/search?q=android+google+spreadsheet+example?
I am trying to integrate payment gateway in my android app.
Purpose of app is to buy online e books.
Site is already Developed and it is using EBS service for payment.
To be specific App is designed for Asian countries only.
Can anyone help me regarding this?
Do i need to simply call my site URL for this or it is not a practical approach.
Any help would make work my simpler as i am not familiar with this stuff.
Please help me if you have experience with it but please do not just copy paste links as i have gone through many sites for that.
Here, EBS support you can find the API that EBS provides. There is no specific API currently available for android. I think you should have to implement it at your server side and make a call with web services.