I want to implement Paypal functions in my own android app like what I can do anything from my web Paypal account I want to do in app.
is there any API of paypal for this purpose which will give me the login details of user and will help the user to perform transactions from mobile app.
I'm not talking about receiving payment from my own Paypal account, I want to do what I can do in my web Paypal account.
Any help would be much appreciated. Thanks :)
Yeah check out the Paypal Android SDK, where you can accept credit card and PayPal payments in your mobile apps.
Related
I have made an android app which uses Paypal as payment gateway. If due to some reason I want to refund back the amount to the user from my android app, how can I do that?
You can refer Paypal developer documentation. There they have listed sample code to integrate. On sandbox.paypal.com you can create test account and test your integration. Sharing the link for sale refund below:
https://developer.paypal.com/docs/api/payments/#sale_refund
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.
Does anyone know if it is possible to use Paypal Payouts in an Android app? For example the app user builds up money in their app account. They then decide that they would like to withdraw that money, go to withdraw, enter their paypal account and then their paypal account is credited with the money from their app account (which would come from another paypal account).This would work very similarly to a gambling/casino/poker type app.Does anyone know if this is possible using the Paypal Mobile SDK? Or should I use something else and head in a different direction?
Thanks
I m wrkng on a passenger app. A passenger is able to book a vehicle through this app and he can also pays his fair through app. I want that the passenger pays the money by his credit card onL9 through this app but I nvr worked before with any kind of payment functionality. Is there any one who helped Me for this? just tell Me any link, any tutorial, any kind of APi used for payments, or any other example link etc.
Thanks in advance
1.You can integrate PayPal, and accept the payments through Paypal. You can integrate Paypal in your app using ExpressCheckoutSDK. You will though have to create a Paypal seller account, and also integrate Paypal on your server to check that the payments have been done, etc.
2.You can use Google In-App Billing to make the payments through PlayStore.
I'm developing an Android app, in which users enter and (securely) save their credit card information. I'd then like users to have the option of making payments via PayPal. If the user has a PayPal account, it seems quite simple, but some users won't. Is it possible to make a PayPal payment using the stored credit card information rather than by having the user sign in to PayPal?
Thanks, any help would be much appreciated.
According to PayPal's website, "your buyers don't need a PayPal account". Specifically looks like you could use the Direct Payment API.