Django-paypal: IPN requests are always FALSE

I use dcramer fork django-paypal , but I always encounter invalid IPN when working with my sandbox accounts.

I get the following IPN:

Invalid postback. (INVALID)

I tried everything that appeared on google:

  • Verified Seller and Buyer Emails
  • Sandbox accounts verified
  • I use form.sandboxPaypal to display the form
  • tried to delete custom values
  • non-ascii character in the request

When manually checking the request with https://www.sandbox.paypal.com/cgi-bin/webscr I also get INVALID.

Has anyone encountered this issue? Is there an even more detailed page for checking ipn requests?

+5
source share
1

, -, (18 ):

Opened POST Back Socket to PayPal.
PayPal Post Back returns HTTP/1.0 400 Bad Request
Server: AkamaiGHost
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 216
Expires: Mon, 18 Jun 2012 22:18:00 GMT
Date: Mon, 18 Jun 2012 22:18:00 GMT
Connection: close

<HTML><HEAD>
<TITLE>Invalid URL</TITLE>
</HEAD><BODY>
<H1>Invalid URL</H1>
The requested URL "&#47;cgi&#45;bin&#47;webscr", is invalid.<p>
....
</BODY></HTML>
: not handled.

IPN. PayPal, (: .) , , PayPal.

-2

All Articles