2

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

user1784588
  • 99
  • 2
  • 12

1 Answers1

0

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.

tomwhipple
  • 2,850
  • 27
  • 28