tags:

views:

402

answers:

2
+2  Q: 

PayPal Django

Hello, 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?

A: 

I'm developing a site using this at the moment, and when using the sandbox I get the correct responses for the payment status, however the buyers email is always marked as invalid.

I believe it's due to the sandbox environment.

Frozenskys
A: 

I kept getting an INVALID response from IPN for such a long time....only to figure out that I was using the live server (www.paypal.com) instead of the sandbox (sandbox.paypal.com).

Pilgrim