Android - Paypal Payouts in Android? - android

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

Related

Android - any way to credit a user with money? or pay into their paypal account?

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

Programmatically send payments to given account - Paypal android SDK

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/

ANDROID- Send money to user? Paypal

In my Android app, I need it to where, if the user has enough points, then they can click a button that will then send them money through PayPal. It's basically like those apps where you watch ads for points, then you redeem for PayPal cash. The problem is, I can't seem to find a way to do this, even though I've seen it done with countless apps.
To give a better understanding of what I am trying to achieve, here is a scenario:
Bob has 1,000 points. In the app, 1,000 points is $1 USD. He clicks a button that says 'Redeem $1'. The app then prompts him to sign into his PayPal account, and then it sends Bob the money (to his PayPal).
How can I achieve this?
The PayPal mobile SDK supports payments to the account associated with the mobile app client_id. Payments to the mobile app user, like you are interested in making, could be built on your server side using the PayPal Payouts API. This API should be supported by all of the PayPal REST SDKs.

How to implement payment functionality in android app

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.

Integrating PayPal with an Android app, without requiring users to have a PayPal account

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.

Categories

Resources