I am able to fetch list of transactions details for all settled batches using GetSettledBatchListRequest, GetTransactionListRequest and GetTransactionDetailsRequest.
I am wondering what would be the best approach to daily sync these details, assuming they are to be stored in my local database.
In other words how to I take a daily export of transaction details into my local database?
02-18-2017 01:34 PM
Hello @revanth84
The method you suggest would certainly work if you wish to sync all settled transactions once a day.
Richard
02-21-2017 08:06 AM