Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetTransactionBatchDetails #68

Open
KendallCarl opened this issue Oct 22, 2019 · 3 comments
Open

GetTransactionBatchDetails #68

KendallCarl opened this issue Oct 22, 2019 · 3 comments

Comments

@KendallCarl
Copy link

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

@KendallCarl
Copy link
Author

public ApiResponse GetTransactionBatchDetails(string id)
{
ApiResponse localVarResponse = GetTransactionBatchDetailsWithHttpInfo(id);
return localVarResponse;
}

@KendallCarl
Copy link
Author

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?

@KendallCarl
Copy link
Author

The error is a generic error message: "Internal Server Error". It takes about 3-4 seconds to get the error, so it is trying to process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant