【问题标题】:sandbox paypal ipn not being called since july 15自 7 月 15 日以来未调用沙盒 paypal ipn
【发布时间】:2012-07-18 12:22:35
【问题描述】:

我的沙盒 ipn 从 7 月 15 日起没有被调用,因为在那之前它运行良好。它与 ipn 模拟器一起工作正常。

我不知道出了什么问题,因为我没有对我的 ipn 和 paypal 表单文件进行任何更改。

这是我的贝宝表格

<form name="frmSample" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_cart">
    <input type="hidden" name="upload" value="1">
    <input type="hidden" name="rm" value="2">
    <input type="hidden" name="business" value="sreeni_1342691311_biz@gmail.com">
    <input type="hidden" name="item_name_1" value="Memorex">
    <input type="hidden" name="item_number_1" value="25">
    <input type="hidden" name="amount_1" value="30">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="notify_url" value="http://example.com/notify.php">
    <input type="hidden" name="return" value="http://example.com">
    <input type="hidden" name="cancel_return" value="http://example.com">
    <input type="submit" value="submit" >
</form>

这只是我在 ipn 监听器中写的内容

<?php
mail("sreeni@gmail.com","My Subject","My biz Message");
?>

邮件正在通过 ipn 模拟器发送。我尝试过更改我的企业帐户并打开 ipn,但没有任何效果

有人可以帮我吗?任何人都可以检查沙盒 ipn 是否为您工作?

【问题讨论】:

  • 这是 Sandbox 目前的一个已知错误,正如我们所说的,它正在解决。我建议你继续努力;它应该很快就会恢复工作。
  • 正如你所说,它在很长一段时间后现在可以工作了。感谢您的宝贵意见

标签: php paypal sandbox paypal-ipn


【解决方案1】:

面临同样的问题.. 但是您可以注意到它与立即购买按钮一起使用 cmd=_xclick

这只是问题 cmd=_cart

这可能只是沙盒的问题。如果您上线,它可能会开始正常工作。

【讨论】:

    猜你喜欢
    • 2012-01-08
    • 2013-05-28
    • 2015-11-25
    • 2013-05-09
    • 2011-08-07
    • 1970-01-01
    • 2023-04-04
    • 2013-08-07
    • 2015-08-19
    相关资源
    最近更新 更多