使用paypal验证用户真实身份

发布于 2024-11-07 03:20:04 字数 56 浏览 0 评论 0原文

用户加入我的网站后,是否可以验证其连接 Paypal 帐户的身份并检查信用卡的姓名、地址是否匹配?

is it possible, after user join my websites, to validate their identity connecting a paypal account and check if the credit card's name, surname, address match?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

树深时见影 2024-11-14 03:20:05

正如亨德尔所说,这不是你想要的。不过,另一种方法是使用 Express Checkout 进行 1 美元授权。设置 PAYMENTREQUEST_0_PAYMENTACTION=Authorization,检索令牌并重定向用户以同意 1 美元的授权费用。重定向回您的网站后,您将收到 PayerID,您可以使用它来调用 GetExpressCheckoutDetails 并检索一些(绝对不是全部)信息。
例如名字/姓氏和电子邮件地址。此外,您还会知道他/她有工作资金来源。

一旦满意,您可以致电 DoVoid 取消 1 美元授权,并且用户不会被收取任何费用。

As Heandel said, this is not something you should want. However, an alternative is to do a $1 authorization using Express Checkout. Set PAYMENTREQUEST_0_PAYMENTACTION=Authorization, retrieve the token and redirect the user to agree to the $1 authorization charge. Once redirected back to your site, you'll have received a PayerID, which you can use to call GetExpressCheckoutDetails and retrieve some (definitely not all) information.
E.g. first name / last name and email address. In addition, you'll know he/she has a working funding source.

Once satisfied, you can call DoVoid to void the $1 authorization and the user will not be charged anything at all.

悸初 2024-11-14 03:20:05

不,这是不可能的。 Paypal的确切目标就是避免这种信息“泄露”。

人们使用 Paypal 是因为它允许他们付款而无需向第三方网站透露他们的姓名、地址、信用卡号等。

No, it's not possible. The precise goal of Paypal is avoiding this kind of information "leak".

People use Paypal because it allows them to pay WITHOUT communicating their name, surname, address, credit card number, etc, to third party websites.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文