【问题标题】:Paypal IPN works in sandbox ipn sinulator but not in transactionsPaypal IPN 在沙盒 ipn sinulator 中有效,但在交易中无效
【发布时间】:2013-01-11 16:54:14
【问题描述】:

我的 ipn 脚本在通过 paypal ipn 模拟器测试时有效,但不适用于沙盒交易,这是我的 paypal 按钮

<form name="_xclick" action="https://www.sandbox.paypal.com/cgi-bin/webscr" 
    method="post">
    <input type="hidden" name="cmd" value="_xclick">
    <input type="hidden" name="business" value="rslege_1359359492_biz@gmail.com">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="item_name" value="Playershare">
    <input type="hidden" name="amount" value="9.99">
    <input type="hidden" name="return" value="http://rspsdb.org/test.php">
    <input type="hidden" name="notify_url" value="http://rspsdb.org/paypal/ipn.php">
    <input type="image" src="http://www.paypal.com/en_US/i/btn/btn_buynow_LG.gif" 
        border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>

【问题讨论】:

    标签: paypal paypal-ipn


    【解决方案1】:

    Paypal 的 IPN 在晚上/早上的某个时间停止工作。

    https://twitter.com/PayPalUK

    【讨论】:

      猜你喜欢
      • 2012-08-25
      • 1970-01-01
      • 2010-12-01
      • 2013-07-17
      • 2011-09-07
      • 2016-01-24
      • 2014-10-22
      • 2011-01-19
      • 2011-11-01
      相关资源
      最近更新 更多