sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Java SDK for Authorize.Net API

Results 33 sdk-java issues
Sort by recently updated
recently updated
newest added

Hi Guys I've got a few examples of transactions where the card is not expired but your sdk returns the error "The credit card has expired". The error code I'm...

I don't closely follow the Authorize.Net's Java SDK development, but It was brought to my attention that the MD5 driven `transHash` is being depreciated and soon will not included in...

awaiting-response

The SDK's HttpUtility is needlessly creating threads for every request execution. ``` ExecutorService executor = Executors.newSingleThreadExecutor(); Future future = executor.submit(new HttpCallTask(env, request, classType)); executor.shutdown(); // Important! try { response =...

redesign