I want to make a java application which'll get all paypal transaction history and the details of each transaction from paypal server and store them into my database.
But I can't find a way to retrieve the transaction history from paypal server. I searched the internet and came to know that paypal transactionsearch api and transaction api will help. But couldn't find a way to use those api.
Your kind help is solicited.