Releases: AuthorizeNet/sdk-java
Releases · AuthorizeNet/sdk-java
October 2018 Release - API updates
- 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
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
- Proxy Authentication Support
- Refactor deprecated HttpClient method usage
TLS update release
Adding TLS 1.2 fix for java 1.7
API updates
API updates:
• includeIssuerInfo parameter in getCustomerProfileRequest and getCustomerPaymentProfileRequest
• getMerchantDetailsResponse now contains the public client key
• updateMerchantDetails added
API updates
- 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
- 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
- Added a fix for handling multiple threads with JAXBContext while instantiating JABXContext for serialization and deserialization.
August Release - API updates
- 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.