No, I'm doing one var gate = new ReportingGateway(apiLogin,
transactionKey, ServiceMode.Live);At the beginning of the routine and
reusing the same gate throughout the transaction list import. I'll try
recreating the gate at each step and see if it re...
I'm getting this error too. I'll have code that connects to download the
settled transaction list, then the unsettled transaction list, then, if
I haven't already downloaded the details, it connects to download the
transaction details. The code is al...