【问题标题】:notify_url not working anymore in PayPalnotify_url 在 PayPal 中不再工作
【发布时间】:2013-01-28 19:00:40
【问题描述】:

我有以下付款方式:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="online-store-paypal">
  <input type="hidden" name="cmd" value="_xclick">
  <input type="hidden" name="business" value="kae@kvsites.ie">
  <input type="hidden" name="item_name" value="Purchase made from www.kvsites.ie">
  <input type="hidden" name="item_number" value="6">
  <input type="hidden" name="amount" value="1.00">
  <input type="hidden" name="currency_code" value="EUR">
  <input type="hidden" name="no_shipping" value="1">
  <input type="hidden" name="no_note" value="1">
  <input type="hidden" value="http://www.kvsites.ie/contact-us/Login?onlinestore_iid=6" name="return">
  <input type="hidden" name="notify_url" value="http://www.kvsites.ie/ww.plugins/online-store/verify/paypal.php">
  <input type="hidden" name="bn" value="IC_Sample">
  <input type="image" style="width:68px;height:23px;" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" name="submit" alt="Make payments with payPal - it's fast, free and secure!">
  <img width="1" height="1" alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif">
</form>

相关行是这样的:

<input type="hidden" name="notify_url" value="http://www.kvsites.ie/ww.plugins/online-store/verify/paypal.php">

当我直接访问它时,它(显然)已注册在我的网络服务器的访问日志中。

当我实际/使用/表单时,虽然付款成功,但 IPN 没有出现在 PayPal 的 IPN 历史页面中,也没有出现在 Apache 的日志中。

这几个月来一直运行良好,直到最近才完全停止运行。

【问题讨论】:

  • 同样的问题。工作了一年多,今天停止工作......正在寻找解决方案/答案。

标签: paypal paypal-ipn


【解决方案1】:

Paypal IPN 通知目前已关闭。 See on Twitter.

【讨论】:

    猜你喜欢
    • 2013-04-10
    • 2012-04-11
    • 2014-02-12
    • 2011-06-05
    • 1970-01-01
    • 2021-01-14
    • 2014-01-22
    • 1970-01-01
    • 2019-03-26
    相关资源
    最近更新 更多