Android Question Read & do stuff on PayPal account

Shay

Well-Known Member
Licensed User
Longtime User
Hi

is it possible to write app, that can login to paypal account
Read my balance, get indication of new transactions
and also withdraw money automatically (to the account which is already configured there - not trying to steal anything..)

I wish to present it, not through paypal web site, but inside my app

Shay
 

DonManfred

Expert
Licensed User
Longtime User
The PayPal SDK is available for Android here. But sorry, i´m not able to write a wrapper for this library. :-/
The SDK documentation overview/reference can be found here.
There are also a few Sample-Codes for different programming languages on the documentation-Page.

The hole REST-Api should be able to handle with httputils i suppose.
 
Upvote 0
Top