Payment API for Android application - android

I would like to integrate payment API for my android app but am still confused with different ways available. I checked PayPal API, Google checkout. In Google checkout there are several options like Email invoices, Buy Now buttons,etc. Actually my requirement is like, I need to purchase a voucher card from an Organization. So can you suggest me a suitable mechanism to achieve this requirement? Also that mechanism should accept all cards.
Any help will be greatly appreciated.

MECL is the Library which will do your Job, User can make payment without having Paypal account i.e. via Cards.

Related

Is there a way how to programatically acces my Google Wallet Merchant Account, so I can check from my phone easily how much I make every day etc?

I am developer, selling my apps.
But I dont always have access to my PC, so I was thinking writing a simple app which would access my Wallet Account to see how much I earned this day/week/month.
Is there any API and some working example how to do this? THanks
Do you know about the official Play console app? It lets you check financial data among other things, like reply to reviews.
If you do need programmatic access there isn't an API, but you can Download reports from Google Cloud Storage which has an API. There are instructions on that page for both a command line tool access and a client library and service account.

Android Pay from my app

I want to make payment from my android application. I am confused with In App Purchase, In App Billing, Android Pay API and third party libraries like pay pal etc.
Are these payment gateways ?
1) In App Purchase
2) In App Billing
3) Android Pay API
What is the different between them ? and what should i use ?
i read on stack overflow. Now google do not permits to use any third party library for making payments. is it true ?
Please help me with above queries.
As far as I know, in App purchase and in App billing are the same thing. They are used for purchases made within the App - for example, I have written a simple game where the first 6 levels are free, but if you want to play the higher levels you have to purchase them and my App has it coded within it, using the Google Play API. They are not used for payments for anything outside of the Apps.
If you want use payment method with you android application then you can use payment gateway like paypal, stripe etc.., Google provide new way to payment that is android pay it provide credit card authentication .
I am mentioning following steps these may be useful for you.
Step 1:- If you are not in us and you want to use android pay then you should have a us registered email id (You can make us email id with help of gmail ) then you can download android pay .
Step2: You can register you credit card in android pay now a days few credit cards are supported by android pay you can try with Visa, Master Card, American Express cards and other cards which support the android pay.
Step 3: Implement following points https://developers.google.com/android-pay/diagrams .
If you have some problem then comment me.

How to transfer amount from one paypal account to another paypal account in android

I have followed below link for shopping payment using paypal and I successfully developed it.
http://www.androidhive.info/2015/02/android-integrating-paypal-using-php-mysql-part-1/
But now I need to transfer money from one paypal account to another paypal account.I searched on google I came across below link.
How to send money to any paypal account
But now I don't know how to use Adaptive Payments API in android app?I do not have any source code regarding Adaptive Payments or any other way of transferring amount from one paypal account to another paypal account in android.
If anyone have any piece of code or solution for this,then please assist me.
Thanks in advance.
In Current Mobile SDK https://developer.paypal.com/docs/integration/mobile/mobile-sdk-overview/ , it doesn't support the Adaptive payment feature.
PayPal has an old MPL package which can support it. https://developer.paypal.com/docs/classic/mobile/gs_MPL/?mark=MPL , but it's deprecated and lack of support. But you can take a look.

How to transfer a money from one account to another account using paypal in android programmatically

I am working on an android app with eclipse ADT. I have to integrate the paypal escrow payment and i haven't find any appropriate documentation for this. So i need some sample code or some suggestions on escrow payment. It will be very helpful
Thanks in advance
The PayPal API does not support this kind of case on a mobile device. Instead, you'd need to implement the functionality from a secure backend and call the payout API.

Paypal Save Card on Android

I'd like to use the paypal SDK for android in order to process real products available in my app. I would like the users to enter their card information only once, or at least only require a security code and for paypal to save these details so I need only send a token of some sort to refer to those saved details, rather than the user entering their card information again when purchasing a different product. Essentialy, I want to make the process of buying further products as easy as possible after the initial purchase.
Is this possible using the paypal SDK for android? or would I need to implement the Paypal REST API on my server, and communicate from the android to the server, and let that do the heavy lifting instead?
I actually don't understand the difference between the Paypal SDK for android, and the REST API available, as I imagine you could use both from android (using HttpClient for example)
Thank you,
Jonas
Sounds like you are wanting to enable future payments in your app. However, PayPal Mobile SDK 2.0+ only supports this feature as PayPal payments and not direct credit cards.
Currently if you wanted to store credit card details you would need to use REST API and the Vault.
Paypal SDK:
The PayPal Mobile SDKs enable native apps(Android, iOS) to easily accept PayPal and credit card payments.
For android: https://developer.paypal.com/docs/classic/mobile/ht_mpl-itemPayment-Android/
Paypal SDK is newer than PayPal Rest API, the best difference is the speed to implement in your aplication.
PayPal Rest API: include features like pre-approved payments, chained payments, and more support for non-U.S. accounts, and sometimes you really dont need that. And take more time de implementation.
I Recommend use Paypal SDK.

Categories

Resources