Each day I pull the previous day's settled transactions and process them using the merchant web services api (aim). Today the job fails when pulling the transaction details.
The steps are:
1) I get the settled batch list.
2) get all transactions in this list
3) process the information for each transaction
3a) the summary for each transaction is pulled correctly
3b) the details are not and at this point I get the error (when calling GetTransactionDetails)
Is anyone else experiencing this issue?
06-04-2015 06:27 AM