How to check if an email address is associated with a Paypal account?

Is there an easy way (API) to find out if a user has a Paypal account or not? Thanks

+4
source share
1 answer

Yes - check the GetVerifiedStatus method in the new Adaptive Accounts PayPal API ( https://www.x.com/community/ppx/adaptive_accounts ).

Obviously, this API access is not allowed for everyone unless a valid use case exists. Therefore, contact PayPal Technical Support to find out if your use case is suitable for this API.

+4
source

All Articles