Paypal 将个人详细信息发送至结账页面

发布于 2024-09-03 21:44:05 字数 342 浏览 2 评论 0原文

有人知道如何发送姓名、电子邮件、城市、国家、电话等值来填充 PayPal 结帐页面上的新帐户表单吗?我仅在我的网站上获取帐单和送货地址。只是想将其发送到结帐页面,以便用户不必在该页面上再次填写。

我正在使用 http 中的 paypal ipn 类: //www.micahcarrick.com/04-19-2005/php-paypal-ipn-integration-class.html

请帮忙!

Anybody know how to send values like Name, email, city, country, phone etc to populate the new account form on the paypal checkout page? I am taking billing and shipping address on my site only. just want to send the same to the checkout page so that the user won't have to fill it up again on that page.

I am using the paypal ipn class from http://www.micahcarrick.com/04-19-2005/php-paypal-ipn-integration-class.html

Please help!

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

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

发布评论

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

评论(1

丢了幸福的猪 2024-09-10 21:44:05

看来您需要实施位于的 Express Checkout 文档此处

在快速结帐流程中,买家仍会在流程开始时结帐并在您的网站上付款;但是,买家无需重新输入运输、账单或付款信息,因为这些信息已可从 PayPal 获得。这简化并加快了结帐过程。然后买家可以继续在您的网站上查看订单。您可以添加其他必要的结帐步骤。您还可以在“查看订单”页面上向买家追加销售。

(其他人注意到贝宝文档当前状态下的格式很糟糕,即缺少空格。希望他们很快就能解决这个问题。)

您可以使用 GetExpressCheckout 获取客户的送货信息以便您可以存储它。正如文档 GetExpressCheckout 中所述,“从 PayPal 获取有关买家的信息,包括送货信息。”

Looks like you need to implement the Express Checkout documentation located here.

In an Express Checkout flow, a buyer still checks out at thebeginning of the flow and pays on your site; however, the buyerdoes not reenter shipping, billing, or payment information, becauseit is already available from PayPal. This simplifies and expeditesthe checkout process. The buyer can then proceed to review the orderon your site. You can include other necessary checkout steps. Youcan also up-sell to the buyer on your Review Order page.

(Others have noted the teribble formatting of the paypal documentation in its current state, namely the lack of spaces. Hopefully they'll get that sorted out soon.)

You can use GetExpressCheckout to get a customer's shipping information so that you can store it. As stated in the documentation GetExpressCheckout "obtains information about the buyer fromPayPal, including shipping information."

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