贝宝 |网站支付标准|地址覆盖

发布于 2024-08-13 08:37:22 字数 385 浏览 2 评论 0原文

我已经建立了一个与贝宝付款标准集成的网站。这包括address_override=1,用于向 paypal 发送固定的送货地址。

Paypal 的一个“有用”功能是,它将上传的地址预先填充到未注册用户的帐单地址字段中。

如果用户随后填写信用卡详细信息,他们的信用卡显然会被拒绝,因为帐单地址必须与他们的卡相符。如果用户意识到错误并将我上传的地址替换为他们的真实帐单地址,那么一切都会正常工作,但是我工作的客户很紧张,因为用户不会意识到这样做......我必须在某种程度上同意。

有谁知道这个问题的解决方案?我在 Paypal 的标准变量文档中缺少一些变量,其中写着:

“thiis 是地址覆盖,但仅将其用于送货地址,而不是帐单地址”

I have set up a website with integration with paypal's Payment Standard. This includes address_override=1 to send to paypal a fixed the delivery address.

A "helpful" feature of paypal is that it pre-populates the uploaded address into the billing address fields for an unregistered user.

If the user then fills in their credit card details their card will obviously be declined as the billing address must match their card. All works fine if the user realises the error and replaces my uploaded address with their real billing address, but the client im working for is nervous that users will not realise to do this... I have to agree somewhat.

Does anyone know of a solution to this? some variable I'm missing in the standard variables docu's from Paypal which says:

"thiis is an address override, but only uise it for delivery adress, never billing address"

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

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

发布评论

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

评论(2

记忆で 2024-08-20 08:37:22

回复晚了一年,但我也遇到了同样的问题。

我无法将帐单地址和送货地址分开。就我而言,用户可以购买商品作为礼物,因此账单和送货地址会有所不同......就在今天,我最近发现 PayPal 无法将两者分开。噢,孩子。

a year too late for a reply but I had the same problem.

I cannot separate the billing and shipping address. In my case, users can buy items as gift so the billing and shipping address will be different...and just today, I recently found out PayPal has no way to separate both. Oh boy.

南…巷孤猫 2024-08-20 08:37:22

在与 PayPal 通信的脚本中,会有一个 "address_override" =>; “1”。只需将其更改为 "address_override" => “0”。

In the script that commnunicates with PayPal, there will be an "address_override" => "1". Simply, change this to "address_override" => "0".

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