About Please check your server that handles PayPal Instant Payment Notifications (IPN).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
I will receive the following message in my email inbox:
"Please check your server that handles PayPal Instant Payment Notifications (IPN)."
I found that this error is specific to my sandbox.
Upon checking the URL, I found that the IPN URL is configured for the sandbox environment.
However, my testing environment is not frequently operational, which is why this error occurred.
What should I do in this case?
Should I remove the sandbox settings on PayPal?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day @FallenSo,
Thank you for posting to the PayPal community.
Instant Payment Notification (IPN) is a message service that automatically notifies merchants of events related to PayPal transactions. Merchants can use it to automate back-office and administrative functions, including automatically fulfilling orders and providing customers with order status.
PayPal system will send the IPN response to the merchant specified IPN endpoint URL.
If your(merchant) IPN listener server fails to return HTTP 200 OK response to PayPal POST, system will retry sending the IPN details for 15 times by auto alerting the merchant via email. This is the reason why you have received IPN warning email alert.
To stop receiving this IPN warning alerts and PayPal IPN response , please follow the below steps to disable the IPN feature in your PayPal account.
Login PayPal.com >> Account settings >> Website Payments >> Instant payment notifications >> click "update" >> click "choose IPN settings" >> check your "IPN Notification URL">> toggle the option "Do not receive IPN messages (Disabled)" >> save.
Also, please contact your website developer not to pass IPN "notify_url" parameter in your website payment API request calls to PayPal. PayPal will send the IPN response, to the "notify_url" even if the IPN feature is turned "OFF" in PayPal account.
Sincerely,
Chiranjeevi
PayPal/Braintree MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- I keep getting the error: “Unfortunately, a system error has occurred" in NVP/SOAP APIs
- PayPal Complete Payments Error Notification in PayPal Reporting
- This organization can't accept donations right now. in PayPal Payments Standard
- Always Sorry Something Went Wrong in Prestashop Checkout or Paypal Official Module in PayPal Payments Standard
- Using Sandbox credentials at checkout loops PayPal to sign up page in Sandbox Environment