简体   繁体   English

PayPal API,帐户验证

[英]PayPal API, account verification

Use-case 用例

  1. I am implementing a trading application 我正在执行交易申请
  2. I am using PayPal API for express checkout 我正在使用PayPal API进行快速结帐
  3. Subscribers should be able to sell & buy using PayPal account 订户应能够使用PayPal帐户进行买卖
  4. Subscriber should associate his Trading application account with his PayPal account using the e-mail address registered with PayPal 订户应使用在PayPal上注册的电子邮件地址将其交易应用程序帐户与其PayPal帐户相关联

Problem 问题
Using PayPal API, Is it possible to verify that the PayPal account e-mail address provided is registered with PayPal? 使用PayPal API,是否可以验证提供的PayPal帐户电子邮件地址已在PayPal中注册? ( sending an e-mail activation link will not help here ) (发送电子邮件激活链接在这里无济于事)

Any help will be appreciated 任何帮助将不胜感激

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

AddressVerify can also check that your user's address and ZIP/postal code are correct. AddressVerify还可以检查您的用户地址和邮政编码。

AddressVerify API isn't provided by Paypal on default. 默认情况下,贝宝不提供AddressVerify API。 I think you have to talk to customer support to give you access to it, and then contact them again for approval to have it on your site. 我认为您必须与客户支持联系才能获得访问权限,然后再次联系他们以获取批准以将其发布到您的网站上。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM