IPN Call responds with Status Retrying and HTTP-Code 404

kgq
New Community Member

I think I'm at the last step to get IPN working, but this one seems impossible to solve. My Payment Notification gets sent to PayPal correctly, but can't seem to reach my server. On the IPN History I always just see "Status: Retrying" and "HTTP-CODE: 404". Well, I know what a 404 error is, but the Server and the address IS REACHABLE 100%. I tested it with https and without. I even copied the address the IPN History told me it tried to reach and I found myself on the correct page.  So it can't be a 404 Error right? What else can I try? 

I tried it with the IPN SImulator too, but that always results in "IPN was not sent, and the handshake was not verified. Review your information.", which seems to be a bug from PayPal itself, because it doesn't even matter what URL I type in.  

Login to Me Too
1 REPLY 1

MTS_Jennifer
Moderator
Moderator

Hello,

Thank you for posting to the PayPal Sandbox Community.

I tested the IPN Simulator in Sandbox using https://webhook.site  it is a website that you can use for IPN and Webhook simulation.

IPNs are being sent with no issues.

Here is the information on implementing a listener: https://developer.paypal.com/docs/ipn/integration-guide/IPNImplementation/

Your listener must send the post back in an https request.

Here is the information on IPN Architecture:

https://developer.paypal.com/docs/ipn/integration-guide/IPNIntro/#ipn-protocol-and-architecture

Here is a basic troubleshooting guide to receiving 404 errors with the IPN Listener:

https://www.paypal.com/lu/smarthelp/article/how-do-i-troubleshoot-instant-payment-notification-(ipn)...

 

Thank you,

Jennifer

PayPal

 

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.