From the PayPal documentation: “PayPal returns related variables for each type of IPN message. Not all variables are returned for each type of transaction.”
At first, I planned to create a table in the database with message fields, but now, after I read this, it no longer seems like a good idea (especially that I see a lot of fields in my IPN documentation).
I have some ideas (for example, using tabs and newlines containing individual fields and values, or storing everything in XML in a database), but just wondering how you handle IPN message logging?
source share