Is there any way to make a transaction from my PayPal account to my users PayPal account?
Right now the user can make a transaction to my PayPal account but not the other way around. I would like make it possible to my users to be able to cash out from my account to theirs.
I am using the Android SDK from PayPal, and I can't find any information how to do this. If someone have any knowledge in this, it would be great if one can help me out..
Thanks in advance.
Join PayPal sand box account.
Then you can try like virtual account.
https://www.paypal.com/ipn
https://developer.paypal.com/docs/classic/training/
Related
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
Does anyone know what the best way of crediting a users paypal account with money from an app would be?
For example: user triggers something in my app, this then takes money from my paypal account and puts it into theirs.
Is this possible from within an Android app? and if so how?
Thanks
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.
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.