rgb192
asked on
paypal api gather information about transactions for $time
i have used paypal ipn to get each individual transaction
but is there a way to get transactions for the month of January without using ipn
but is there a way to get transactions for the month of January without using ipn
Yes, I do this all the time. To do this, you would create a data base table and log all of your transactions. You can save some individual columns (such as the DATETIME, and the txn_id and the user email) and you can use a text column to store the raw post data. Then just query your table.
ASKER
but I cant do old ipns (more than 60 days I think)
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
thanks