从贝宝获取详细信息?

发布于 2024-09-01 02:11:38 字数 52 浏览 1 评论 0原文

是否可以让用户通过 paypal 登录我的网站并让网站检索用户的 paypal 邮政地址?

Is it possible to have a user sign into mywebsite via paypal and have the website retrieve the user's paypal postal address?

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

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

发布评论

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

评论(2

鹿港巷口少年归 2024-09-08 02:11:38

有可能进行 PayPal 集成。请参阅他们的 PayPal SOAP API 概述< /a>.我看到它主要用于信用卡验证和收费。

还有一些替代方案可以让用户登录 PayPal,但您必须先将他们重定向到 PayPal。有多种方法可以获取他们在购买时提供的地址,但您无法通过您的网站在 PayPal 上验证它们。

PayPal 付款网站Pro允许一些附加功能。

快速结账让您接受
您网站上的 PayPal 付款。你的
客户受益,因为支付
物品速度很快。他们不必
花时间输入财务和
运输信息,因为他们
信息已经存储在他们的
贝宝帐户。

  1. 您的客户通过输入电子邮件地址选择使用 PayPal 付款
    和 PayPal 密码,无需留下
    您的网站。
  2. 您的客户使用 PayPal 进行付款。
  3. 付款信息通过 PayPal Express Checkout 发送至 PayPal
    API操作。
  4. 交易资金将发送至您的 PayPal 帐户。

但是似乎您不能让用户登录并仅检索他们的信息而不执行购买。

There are possibilites to do PayPal integrations. See their PayPal SOAP API Overview. I've mainly seen this being used for validating and charging credit cards.

And there are alternatives that lets the users login to paypal but you have to re-direct them to paypal first. There are ways to get the adress that they provided in the purchase but you cannot authenticate them on PayPal via your site.

The Website PayPal Payments Pro allows for some additional features.

Express Checkout lets you accept
PayPal payments on your website. Your
customers benefit because paying for
items is fast. They don't have to
spend time typing in financial and
shipping information because their
information is already stored in their
PayPal account.

  1. Your customer chooses to pay with PayPal by entering their email address
    and PayPal password, without leaving
    your website.
  2. Your customer makes the payment using PayPal.
  3. The payment information is sent to PayPal using PayPal Express Checkout
    API operations.
  4. The funds from the transaction are sent to your PayPal account.

But it seems you cannot let the users login and just retreiv their information without performing a purchase.

丘比特射中我 2024-09-08 02:11:38

我刚刚看到这个问题,但是可以在不强迫人们购买的情况下获取邮政地址。您只需使用高级个人数据 API 端点即可。步骤如下:

1) 使用权限 API 获取用户的访问令牌。请务必请求高级用户数据权限。

2) 获得令牌后,使用从 oauth 令牌获得的签名构建高级个人数据请求。这应该包括地址信息。

I just saw this question, but it is possible to get the postal address without forcing people to make a purchase. You simply need to use the Advanced Personal Data API endpoint. The steps are as follows:

1) Use the permissions API to get an access token for your user. Be sure to ask for the Advanced User Data permission.

2) Once you've got the token, build an advanced personal data request using the signature you'll get from the oauth token. This should include address information.

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