1

Use-case

  1. I am implementing a trading application
  2. I am using PayPal API for express checkout
  3. Subscribers should be able to sell & buy using PayPal account
  4. 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

4

1 回答 1

2

尝试使用 Paypal AddressVerify API:https ://developer.paypal.com/webapps/developer/docs/classic/api/merchant/AddressVerify_API_Operation_NVP/

AddressVerify 还可以检查您的用户地址和邮政编码是否正确。

Paypal 默认不提供 AddressVerify API。我认为您必须与客户支持联系才能访问它,然后再次联系他们以获得批准以将其放在您的网站上。

于 2013-05-20T05:59:54.743 回答