How to transfer a money from one account to another account using paypal in android programmatically

477 Views Asked by At

I am working on an android app with eclipse ADT. I have to integrate the paypal escrow payment and i haven't find any appropriate documentation for this. So i need some sample code or some suggestions on escrow payment. It will be very helpful

Thanks in advance

1

There are 1 best solutions below

0
On

The PayPal API does not support this kind of case on a mobile device. Instead, you'd need to implement the functionality from a secure backend and call the payout API.