- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
โ07-08-2014 12:54 PM - edited โ07-08-2014 12:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you using the SDK or the API?
Richard
โ07-08-2014 02:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It happens with the SDK and API
โ07-09-2014 08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
GetUnsettledTransactionList is working now.
โ07-09-2014 08:55 AM