| Member with 728 posts. | | Join Date: Jul 2005 Location: Norwich, UK | |
You're not using Paypal are you? The Paypal sandbox is known for being next-to-useless so many developers, myslef included, test using the live version and small payments.
Whatever system, your Notify page will need to respond to an IPN call from the payment provider.
Start by checking you Notify page is being called at all, perhaps by having it do nothing more than send you an email. Once you know your Notify page is being called, have it grab the query so you can check it is correct, then go from there.
If you think the IPN call is being made correctly, you could get hold of an example of that call and manually send it to your notify page (usually by appending the call to the end of the url). Then you can troubleshoot from there. |