【问题标题】:With recurring donations, PayPal gives an error "Things don't appear to be working at the moment. Please try again later."对于经常性捐款,PayPal 会给出错误“目前似乎无法正常工作。请稍后再试。”
【发布时间】:2019-09-22 08:04:18
【问题描述】:

PayPal 在定期付款方面出现错误。这是我的表格:

<html>
<form method="post" action="https://www.paypal.com/cgi-bin/webscr">
<input type="hidden" name="item_name" value="Test Donation">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="CAD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="hidden" name="business" value="68YARP6A6VWY6">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="src" value="1">
<input type="hidden" name="a3" value="7">
<input type="hidden" name="p3" value="2">
<input type="hidden" name="t3" value="W">
<input type="hidden" name="modify" value="1">
<input type="submit" value="Submit">
</form>
</html>

PayPal 给我一个错误,提示“目前似乎无法正常工作。请稍后再试。”

我认为我正确地遵循了此页面上的说明,但也许没有。 https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/#recurring-payment-variables

谁能告诉我哪里错了?

【问题讨论】:

    标签: html paypal


    【解决方案1】:

    问题在于 PayPal 决定不再让订阅者修改他们的订阅,因此“修改”=“1”是问题所在。我将其更改为“0”,一切正常。

    【讨论】:

      猜你喜欢
      • 2017-10-03
      • 2017-11-21
      • 2022-06-25
      • 2020-07-01
      • 2017-11-02
      • 2018-09-16
      • 2017-12-07
      • 2019-12-18
      • 1970-01-01
      相关资源
      最近更新 更多