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

We frequently see lines with this message in our logs: ``` WARN Defaulting to non-proxy environment ``` We have traced the source of these to the below Authorize.net code: https://github.com/AuthorizeNet/sdk-java/blob/487462da57ab1c1285ad345aefcca577360de55b/src/main/java/net/authorize/util/HttpClient.java#L134-L165...

The ant jar build task doesn't include resources/AuthorizedNetSensitiveTagsConfig.json

# Changes * Change `log4j.version` property value to 2.17.1. * Edit README.md and update the Log4j version.

Bumps log4j-core from 2.16.0 to 2.17.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.16.0&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

see: https://security.snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327

Bumps [gson](https://github.com/google/gson) from 2.3.1 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Enter the correct credit card number and password, but the API returns an error? visa pay response:{"messages":{"message":[{"code":"I00001","text":"Successful."}],"resultCode":"OK"},"transactionResponse":{"accountNumber":"XXXX3631","accountType":"MasterCard","authCode":"","avsResultCode":"P","cavvResultCode":"","cvvResultCode":"P","errors":{"error":[{"errorCode":"37","errorText":"The credit card number is invalid."}]},"refTransID":"","responseCode":"2","testRequest":"0","transHash":"","transHashSha2":"","transId":"63892322261"}}

Hi all , I am stuck with an error while performing Payment using accept suite. ``` CreateTransactionController controller = new CreateTransactionController(apiRequest); controller.execute(); ``` Debugging the controller object, shows the following...