My Application fetches transaction using the PayPal API, for a day or a particular time period. The Next time it fetches from the last fetched time to the current time and not the whole data.
So, The Problem I am facing is on a particular day I get a transaction that says 'eCheck Payment received' with status as 'Pending'. But as you know eCheck takes some time to be cleared in a real Transaction in PayPal, So what happens is after some days when the eCheck is Cleared I don't receive a Transaction that says that eCheck is Cleared.
How am I suppose to find it?