Skip to content

Releases: AuthorizeNet/sdk-java

October 2018 Release - API updates

15 Oct 14:24
Compare
Choose a tag to compare
  • Deprecated AIM, ARB, CIM, CP, DPM, SOAP, Transaction Reporting and SIM classes. Read Migrating from older versions in the README for details.
  • Added Contribution section to README.

API Updates

  • CreateTransactionRequest can accept new fields namely TokenRequesterName, TokenRequestorId, TokenRequesterECI.
  • GetTransactionDetails response can now display TokenRequestorId.

June Release - API updates

15 Jun 09:41
Compare
Choose a tag to compare

Api Updates:

  • Can create customer profiles and subscriptions with tokenized payment methods.
  • Network token - isPaymentToken field added to response of Customer Profile APIs
  • Guest Profiles functionality included

Release - Proxy Authentication Support

07 Mar 13:03
Compare
Choose a tag to compare
  • Proxy Authentication Support
  • Refactor deprecated HttpClient method usage

TLS update release

24 Jan 11:29
Compare
Choose a tag to compare

Adding TLS 1.2 fix for java 1.7

API updates

17 Nov 10:10
Compare
Choose a tag to compare

API updates:
• includeIssuerInfo parameter in getCustomerProfileRequest and getCustomerPaymentProfileRequest
• getMerchantDetailsResponse now contains the public client key
• updateMerchantDetails added

API updates

25 Apr 09:17
Compare
Choose a tag to compare
  • New API GetTransactionListForCustomer added.
  • Transaction Reporting APIs - GetTransactionList, GetTransactionDetails and GetUnsettledTransactionList now return profile information along with the transaction details, if transaction has been created using profile information.
  • GetCustomerProfile accepts customerId and customerEmail as search criteria.
  • GetTransactionDetails now returns refId and clientId of the createTransaction call.
  • If Default payment profile is set for customer profile, it will be used in createTransaction and createSubscription APIs if payment profile is not present in the request.

November Release - API updates

24 Nov 12:25
Compare
Choose a tag to compare
  • New APIs - GetMerchantDetails, UpdateHeldTransaction and GetHostedPaymentPage.
  • Added sorting and paging options in getUnsettledTransactionList and getTransactionList.
  • Payment Profile can be set as default in CreateCustomerPaymentProfile and UpdateCustomerPaymentProfile and CreateCustomerProfileFromTransaction.

Fix for multithreading issue with JAXBContext

04 Oct 08:37
Compare
Choose a tag to compare
  • Added a fix for handling multiple threads with JAXBContext while instantiating JABXContext for serialization and deserialization.

August Release - API updates

12 Aug 20:46
Compare
Choose a tag to compare
  • Included unmaskExpirationDate in getCustomerProfile.
  • payerEmail is now updated in PayPal-GetDetails API.
  • Updated amount can be passed in Paypal Authorization-CaptureContinue and AuthOnly-Continue.
  • Fixed issues #91.