Paypal IPN 在沙盒 ipn sinulator 中有效,但在交易中无效

Posted

技术标签:

【中文标题】Paypal IPN 在沙盒 ipn sinulator 中有效,但在交易中无效【英文标题】:Paypal IPN works in sandbox ipn sinulator but not in transactions 【发布时间】: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" >
</form>

【问题讨论】:

【参考方案1】:

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

https://twitter.com/PayPalUK

【讨论】:

以上是关于Paypal IPN 在沙盒 ipn sinulator 中有效,但在交易中无效的主要内容,如果未能解决你的问题,请参考以下文章

Paypal IPN 未在沙盒上发送/接收

PayPal IPN 问题,但在沙盒中工作正常

Paypal IPN 在 paypal 帐户中不起作用,但在沙盒中正常工作

PayPal IPN - 测试 - 在沙盒中不起作用

PayPal IPN _notify-validate 在沙盒中引发错误 302

测试 IPN 不应该从我的 Paypal 沙盒帐户中取钱吗?