paypal - 请返回支付页面修改地址

标签 paypal

我在为澳大利亚集成 paypal 沙箱时遇到问题。 在后端,我启用了除 billing_phone 号码之外的所有选项卡。当我点击立即付款时出现以下错误请返回付款页面并更正地址。在这里我附上我的代码。提前致谢

<iframe name="hss_iframe" width="600px" height="600px" style="margin-top:-5px"></iframe>
<form style="display:none" target="hss_iframe" name="form_iframe" method="post" action="https://securepayments.sandbox.paypal.com/acquiringweb">
  <input type="hidden" name="cmd" value="_hosted-payment">
  <input type="hidden" name="currency_code" value="AUD">
  <input type name="subtotal" value="71">
  <input type="hidden" name="business" value="FK4PGWANVUF9C">
  <input type="hidden" name="shipping" value="0">
  <input type name="paymentaction" value="sale">
  <input type="hidden" name="template" value="templateD">
  <input type="hidden" name="invoice" value="12345">
  <input type="hidden" name="billing_first_name" value="John">
  <input type="hidden" name="billing_last_name" value="Due">
  <input type="hidden" name="billing_address1" value="5 Cromwell St">
  <input type="hidden" name="billing_address2" value="Glen Iris">
  <input type="hidden" name="billing_city" value="Glen Iris">
  <input type="hidden" name="billing_state" value="VIC">
  <input type="hidden" name="billing_zip" value="3146">
  <input type="hidden" name="buyer_email" value="mark@bssound.com.au">
  <input type="hidden" name="billing_country" value="AU">
  <input type name="return" value="https://122.165.58.219/team2/wpp-hosted/receipt_page.html">
</form>
<script type="text/javascript">
    document.form_iframe.submit();
</script>

最佳答案

我的代码也没有工作,但我没有我现在添加的帐单字段,但它可以工作。

我没有:

<input type="hidden" name="currency_code" value="AUD">
<input type="hidden" name="shipping" value="0">

希望对大家有帮助

关于paypal - 请返回支付页面修改地址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7633148/

相关文章:

security - 创建 Paypal 捐赠按钮,无需访问 PayPal 帐户

php - Paypal PHP SDK : Fatal error: Uncaught Error: Class 'Paypal\Rest\ApiContext' not found

php - 布伦特里自定义 Paypal 按钮

Paypal : hosted button payments fail with code=AMOUNT_ERROR

python - 获取 PayPal 交易列表

paypal - 我们如何在 Paypal 定期付款中传递送货地址?

php - 无法在 SSL 网站上使用 Paypal API

ios - 移动快速结帐 Paypal

android - 一个 map cURL 命令如何切换到一个自组装的 HTTP 请求?

paypal - 自适应支付部分退款功能