cancel
Showing results for 
Search instead for 
Did you mean: 

Error processing request: E00001 - An error occurred during processing.

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.

venki
Member
4 REPLIES 4

Same issue here. Also, I created a transaction and it doesn't show up when I call ReportingGateway.GetTransactionList()

dgw2jr
Member

Are you using the SDK or the API?

 

Richard

It happens with the SDK and API

GetUnsettledTransactionList is working now.