Use-case
- I am implementing a trading application
- I am using PayPal API for express checkout
- Subscribers should be able to sell & buy using PayPal account
- Subscriber should associate his Trading application account with his PayPal account using the e-mail address registered with PayPal
Problem
Using PayPal API, Is it possible to verify that the PayPal account e-mail address provided is registered with PayPal? ( sending an e-mail activation link will not help here )
Any help will be appreciated