IPN Errors Today April 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am seeing issues with the IPN today. No changes on our end. Not seeing it reported elsewhere. I am hoping it is not on our end alone.
- Labels:
-
IPN
-
Reporting Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am experiencing issues with this as well. The same occurred earlier in the week and then seemed to have resolved itself.
The IPN verifications are failing even though they shouldn't be.
PayPal - what's going on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I had the same problem. I found that the resut was being returned with an additional space after VERIFIED.
i.e. it's coming back as "VERIFIED "
Trim the result to and that should fix it for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Trim the result of this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The PayPal message body should contain either INVALID or VERIFIED
php example:
<?php
// inspect IPN validation result and act accordingly
if (strcmp ($res, "VERIFIED") == 0) {
// The IPN is verified, process it
} else if (strcmp ($res, "INVALID") == 0) {
// IPN invalid, log for manual investigation
}
?>
However, the message was coming with a space after VERIFIED (i.e. "VERIFIED "). Trim the result to remove that space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks ETF - you're correct, that's the response back from PayPal, but not the response back from the default verifyIPN method that PayPal provides in the SDK. See the last bit of code from their implementation:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes! Exactly. I saw some errors around the same hour of the day a few days back that resolved themselves in a short time. This time, they are not resolving on their own. I was thinking they were doing a smoke test/slow rollout the other day and fully committed to it today. Hoping it gets resolved. System Status page showing no issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What does your verified variable contain so we can compare notes with the above poster?
verified should only be returning a boolean, true or false. Not VALID/INVALID I thought?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
FYI, I run a service, so I get a ton of IPN calls every hour. This is for the same seller. Both around 10:33AM EST. One shows verified, the other Invalid. See attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- « Previous page
-
- 1
- 2
- Next page »
Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Intermittent error when refunding: [L_LONGMESSAGE0] = Security header is not valid in NVP/SOAP APIs
- Why am I not seeing HTTP responses for IPN? in Sandbox Environment
- 3ds card verification not working in PayPal Payments Standard
- Is there an issue with the sandbox currently? in PayPal Payments Standard
- Authentication failed due to invalid authentication credentials or a missing Authorization header in Sandbox Environment