I am trying to perform a simple (in theory ...) task to allow a user of my Android application to make a payment to another user of the application. Paypal seems to be the only viable way to do this (at least in Europe), so I went to their site and found a link to their Android SDK . Cool, however, after some reading, it turns out that this SDK only allows payments from the user to the application account, and not from the user to another user.
So, I did some research, and it seems that there is something called
At the bottom: after several hours reading a bunch of documentation, I returned to the starting point. Maybe I'm looking at the wrong places, but this should be a very common use case and suggested that it would take a few lines of code with a decent library.
So, I ask: can anyone provide a working example of Android activity allowing a user to pay another user by inserting their Paypal credentials and recipient's email address?
source share