pulling shipping information from android PayPal sdk - android

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!

Related

Amazon Pay Integration in Android

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.

Transfer Money through Paypal Android SDK

I need to integrate the capability of transferring the money through paypal from one user to another via android mobile application. I had gone through Paypal SDK and documentation on their developer website but it is little bit confusing. So, can anyone help me out with how we can implement Paypal SDK for transferring money.
That feature is not supported by the SDK at the moment. It (and the REST APIs) only support the case where the merchant/developer accepts money from the end user.

Paypal recurring payment - Android

I need to add Paypal recurring payment option in Android application. Is it possible using Paypal Android MECL or MPL SDK?
I googled and can't find any solution. Any help would be appreciated.
Reply from Developer#paypal.com
We don’t have a specific recurring payment Android SDK, but you can use Mobile Express Checkout for that functionality. Please refer to this page for more information. If you have further questions, please create a ticket with our tech support team for assistance with this issue.

Android : Payment Processing

I've referred lot of things for payment processing system to android app. It proviedes Paypal's SDK as best to do. But, i've little confusion in there for below image -
What's the difference between these two - Mobile Express Checkout Library & Mobile Payment Libraries. And, which one will i choose to do the payment processing for android app. Anyone please, explain with brief explanation please. Thanks in Advance.
I hope this will help you :
Mobile Payment Libraries (MPL): Add in-app payments by just adding a
Pay with PayPal button to your iOS or Android app. PayPal’s library
will display an in-app UI to ask the buyer to log in and complete the
payment. It's the quickest way to add payments into your app, and you
can do it without having back-end services running.
Mobile Express Checkout Library (MECL): If you want the PayPal
checkout flow to be in a browser or webview, you can use our Mobile
Express Checkout Library. This is useful if you already have a express
checkout integration completed for your website or if app store
policies require you to complete your checkout flow in a browser. This
library will help you integrate the mobile web flow into your app.
I got this information from here.

Android In-app purchases with Phonegap

Is there any way to implement Android In-app purchases with Phonegap? I can't find any information abt this issue. For example I can do IAP on iOS using InAppPurchaseManager Phonegap plugin. But there are no relevant plugins for Android.
And if it's impossible for some reason can you suggest any other way to implement instant(or renewable) payments for Phonegap Android app. I know there is a PayPal API for Android but I can't use it because of Phonegap...
The only way I can see is to use PayPal API for web-sites (and I have website where I can implement it) but I believe it's a bad user experience.
Please Help! Any suggestions!?
Thanks.
A partner and I just open sourced Android PayPal PhoneGap plugin and did a pull request to incorporate it into the PhoneGap plugin repository.
The plugin and instructions are now available on a branch here in this fork.
Let us know if you have any feedback.
PayPal recently released a PhoneGap plugin for Android, which is actively supported by PayPal.

Categories

Resources