5

I am using Django-PayPal plugin (http://github.com/johnboxall/django-paypal/tree/master), which works almost fine with one problem.

I followed integration process and think that everything is the same as in the guide. But there is the problem, that I always get the INVALID response flag. I will not be able to determine the sucessfull IPN.

Do you know, how to not get the INVALID response in the IPN?

4

3 回答 3

2

我知道这是一个老问题,但有些人可能仍会从中受益。

您必须为用于付款的 PayPal 测试帐户禁用“付款审核”。然后它应该按预期工作。

于 2011-02-10T11:27:20.687 回答
1

我目前正在使用它开发一个网站,当使用沙箱时,我得到了正确的付款状态响应,但是买家的电子邮件总是被标记为无效。

我相信这是由于沙盒环境。

于 2009-07-24T22:30:38.137 回答
1

很长一段时间以来,我一直收到来自 IPN 的无效响应……只是发现我使用的是实时服务器 (www.paypal.com) 而不是沙箱 (sandbox.paypal.com)。

于 2009-09-09T12:23:31.737 回答