【问题标题】:PayPal sandbox UK Payments Pro Hosted payment page does not process cardPayPal 沙盒 UK Payments Pro 托管支付页面不处理卡
【发布时间】:2015-05-14 16:31:32
【问题描述】:

我们正在尝试将 PayPal 的 UK Payments Pro 与托管支付页面集成。

我们创建了一个新的沙盒英国企业帐户和一个英国客户帐户。

每次我们尝试付款时,都会收到此错误:

无法处理此交易。请用另一张卡付款。

这是我们 POST 的 HTML:

<iframe name="hss_iframe" width="570px" height="540px"></iframe>
<form style="display:none" target="hss_iframe" name="form_iframe" id="form_iframe" method="post" action="https://securepayments.sandbox.paypal.com/webapps/HostedSoleSolutionApp/webflow/sparta/hostedSoleSolutionProcess">
<input type="hidden" name="buyer_email" value="nata@print-science.com">
<input type="hidden" name="last_name" value="dulger">
<input type="hidden" name="first_name" value="nata">
<input type="hidden" name="notify_url" value="http://xyzprinting.he18.printscience.net/paypalprohostedipn">
<input type="hidden" name="subtotal" value="21.03">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="cancel_return" value="http://xyzprinting.he18.printscience.net/paypal_cancel_2014?order=325558RL">
<input type="hidden" name="return" value="http://xyzprinting.he18.printscience.net/paypal_successful">
<input type="hidden" name="paymentaction" value="sale" />
<input type="hidden" name="template" value="templateD" />
<input type="hidden" name="business" value="ps-uk@printscience.com" />
<input type="hidden" name="cmd" value="_hosted-payment" />
<input type="hidden" name="address1" value="123 Cheapside">
<input type="hidden" name="city" value="London">
<input type="hidden" name="state" value="London">
<input type="hidden" name="zip" value="EC2 R 8AH">
<input type="hidden" name="custom" value="325558RL">
</form>
<script type="text/javascript">
document.form_iframe.submit();
</script>

【问题讨论】:

  • 这确实是您应该向 PayPal 的技术支持人员提出的问题。

标签: paypal


【解决方案1】:

尝试将业务值更改为在沙盒测试站点的配置文件页面顶部指定的安全商家 ID 值。该字段应包含以下内容:

name="business" value="HNZ3QZMCPBAAA"

请参阅开发人员指南,第 64 页:https://www.paypalobjects.com/webstatic/en_GB/developer/docs/pdf/hostedsolution_uk.pdf

【讨论】:

    猜你喜欢
    • 2013-08-14
    • 2021-09-03
    • 2015-07-19
    • 2015-04-01
    • 2017-01-01
    • 2017-08-16
    • 2015-07-11
    • 2011-10-10
    • 2011-09-27
    相关资源
    最近更新 更多