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

What's the highest version of JDK this SDK can be compiled with? It seems that with JDK 11, there are a lot of packages needed that are not there. Is...

API docs state (https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-payment-profile): > Note: If the payment profile has previously been set as the default payment profile, you can submit this request using `customerProfileId` as the only parameter....

https://github.com/AuthorizeNet/sdk-java#logging-sensitive-data seems to be outdated after the switch to Log4j 2. Link to `log4j.properties` is broken as well. Ideally, the facilities for masking sensitive data should: - either be provided...

The following logging dependencies are present in the SDK library (version 2.0.2): ``` compile commons-logging:commons-logging:1.1.1 compile org.apache.logging.log4j:log4j-jcl:2.13.3 compile org.apache.logging.log4j:log4j-api:2.13.3 compile org.apache.logging.log4j:log4j-core:2.13.3 compile org.apache.logging.log4j:log4j-1.2-api:2.13.3 ``` This is a problem because it...

Documentation fails to mention that SensitiveFilterLayout depends on gson.

I'm resubmitting this pull request. The original PR #89 was cancelled without fixing the general issue (caught exceptions are logged but return null responses) because the symptom was fixed (xml...

This PR takes the flexibility of PR #88 and merges it with the configurable masking provided by PR #139 without creating a hard dependency on log4j layout configuration. This is...

Warn if the configuration file is missing or exception occurs during processing. Close open resources even if an exception occurs.

Good morning! I'm running into an issue that we can not configure multiple merchant authentication details because `ApiOperationBase` declares the `MerchantAuthenticationType` as static. It seems that it behaves this way...

awaiting-response

Hello We use authorize.net Java SDK, latest version 2.0.1. Using JDK 11 (not 8) on Windows 10 (also confirmed this on Linux). But running into what appears to be a...