PayPal Express Checkout - 账单信息
我们正在尝试使用 PayPal Express Checkout 支付购物车(针对实时网站)。
授权完成后,我们就可以从买家帐户检索运输信息(我们已在沙盒上成功测试了这一点)。
但是,我们可以通过 API 获取任何“账单信息”吗?该网站的所有者坚称,在某些情况下,账单和运输信息可能会有所不同。
We're trying to have PayPal Express Checkout payment for a shopping cart (for a live website).
Once the Authorization is completed, we are able to retrieve the Shipping information from the Buyer account (we've successfully tested this on sandbox).
However, is there any 'billing information' that we can get through the API? The owner of the website insists there might be cases where the billing and shipping information are different.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您无法下载客户资料的账单信息。但是,您可以设置要在“商家服务”| 中应用的销售税。运输和税收|税收计算器。您可以在此处输入要应用的税率。
I don't think you can download the billing information for the customer profile. However, you can set up the sales tax to be applied within the 'merchant services' | Shipping and Tax | Tax Calculator. This is where you put in the tax rates to be applied.
Paypal 用户可以在 Paypal 中保存任意数量的地址。这些地址可以未经确认或验证,并设置为默认账单。当您使用快速结帐时,用户将被引导至 PayPal 网站并选择他们想要使用的地址,然后返回该地址。您可以自行收集并保存地址信息,然后使用 AddressVerify 检查该地址是否是其 PayPal 帐户上经过验证的地址之一。您将电子邮件和地址信息以“名称值对”格式发布,然后 Paypal 返回有关该电子邮件地址的记录中是否存在该地址的信息。
Paypal users can have as many addresses they want saved in Paypal. These addresses can be unconfirmed or verified, and set as a default billing. When you use the Express checkout, the user is directed to the paypal website and selects which address they want to use, and that is returned. You can collect and save address information on your side and then use AddressVerify to check if the address is one of their verified addresses on their PayPal account. You past the email and address information as a post in "Name Value Pair" format, and then paypal returns information back as to whether the address exists in their records for that email address.