Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Are there times that Paypal IPN notifications fails? Does it work 100%?

I have problem right now.. Most of the time it works but I just now, it stop working for now reason.

I need it to work 100% so that I can add a record on my database about the transaction. And know if it fails or not.

Does anyone has the same experience?

share|improve this question
Please check your IPN url. – Manu Dec 9 '10 at 14:24

1 Answer

Always paypal will return the IPN. But some occasions it might delay for even days. So we cant't rely on IPN 100%. So better way to do it will be to use both IPN and PDT together. If the data is not updated using IPN we can check it an use PDT to update our database.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.