You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got it to work by changing the type on the call from void to ApiResponse
I tested two batches, one was a small ACH batch with a couple hundred transactions, the other was a large Credit Card batch that had around 4,000 transactions. The larger batch threw an error.
Is it possible it is simply timing out on the larger file, if so how do I increase the time-out
The text was updated successfully, but these errors were encountered:
Increasing the timeout value in the Configuration did not help? Does anyone have any ideas on why the GetTransactionBatchDetails works fine for an ACH batch, but not for a Credit Card batch?
I got it to work by changing the type on the call from void to ApiResponse
I tested two batches, one was a small ACH batch with a couple hundred transactions, the other was a large Credit Card batch that had around 4,000 transactions. The larger batch threw an error.
Is it possible it is simply timing out on the larger file, if so how do I increase the time-out
The text was updated successfully, but these errors were encountered: