I am using sandbox account to test the product.
I am able to login successfully using reportgateway, also GetTransactionDetails() and GetSettledBatchList(). But I am not able to use GetUnsettledTransactionList()
It is C# code
var transactions = gate.GetUnsettledTransactionList();
It is giving Error processing request: E00001 - An error occurred during processing. Please try again.Error processing request: E00001 - An error occurred during processing. Please try again.
Please help.
07-08-2014 12:54 PM - edited 07-08-2014 12:55 PM
Same issue here. Also, I created a transaction and it doesn't show up when I call ReportingGateway.GetTransactionList()
07-08-2014 01:18 PM
Are you using the SDK or the API?
Richard
07-08-2014 02:04 PM
It happens with the SDK and API
07-09-2014 08:13 AM
GetUnsettledTransactionList is working now.
07-09-2014 08:55 AM