Android Paypal user login using sdk

918 Views Asked by At

Unable to find login or user registration part in SDK documents.

Want to Payout user after login or sign up paypal account(This payout could be rewards or cashback)

Was able to find article https://www.sitepoint.com/implement-user-log-paypal/

Also paypal android sdk is deprecated https://github.com/paypal/PayPal-Android-SDK not sure if they have sdk for android unable to find.

How can I exactly implement user paypal login in my app ?

This what I want to do

  1. user comes to app
  2. Login or signup paypal account
  3. After successful login or signup will payout user using account details(This payout could be rewards or cashback)

how to implement paypal login or user auth in android app and get access toked?

Update:

https://github.com/paypal/PayPal-Android-SDK on this link it is written paypal sdk is depricated use BrainTree direct, is payout possible using Braintree direct?

2

There are 2 best solutions below

11
On

For a user to log in and connect their account to your app/service, use Log in with PayPal.

Once you have their information, to send them money in a programatic way you can see about getting access to Payouts, which can be used from an API call from a server. Actions in the app could trigger that server's API call.

0
On

Use latest PayPal Android Native SDK. It's super easier now and easy to use

Link: https://github.com/paypal/android-checkout-sdk