Skip to content

Releases: amzn/amazon-pay-sdk-java

Add PaymentDescriptor to GetOrderReferenceDetailsResponse API call

02 Feb 04:18
Compare
Choose a tag to compare

Version 2.3.0 - February 2017

  • Add PaymentDescriptor tag to GetOrderReferenceDetailsResponse API call.
  • Deprecate setAddressConsentToken() and getAddressConsentToken() in GetOrderReferenceDetailsRequest.java since GetOrderDetails now supports AccessToken instead.
  • Add setAccessToken() and getAccessToken()

Maintenance Release

07 Jan 03:40
Compare
Choose a tag to compare

Version 2.2.1 - January 2017

  • Fix OrderReferenceNotification IPN (receiving undocumented SellerId field)
  • Fix AuthorizationNotification IPN (receiving Id instead of member inside IdList)
  • Modify logging for IPN JSON responses to add newlines for easier debugging
  • Remove dependency on Apache Commons Lang jar
  • Remove unneeded dependencies in Maven pom.xml build file
  • Add support for MWSAuthToken to CreateOrderReferenceForId
  • Add support for MWSAuthToken to GetAuthorizationDetails
  • Fix ValidateBillingAgreement responses so that you get parsed results
  • Fix inheritShippingAddress so that it is a Boolean instead of String
    (Original String method retained with @deprecated annotation.)

Add CreateOrderReferenceForId API

09 Dec 05:18
Compare
Choose a tag to compare

Version 2.2.0 - December 2016

  • Add support for CreateOrderReferenceForId API call
  • Add support for GetServiceStatus API call
  • Fix logging of XML responses so it preserves newline characters
  • Fix Client interface so that getPaymentDetails can be called
  • Fix GetAuthorizationDetails so that it properly pulls in SoftDecline value

Update ObjectFactory.java and few other fixes

04 Jan 22:45
Compare
Choose a tag to compare

Add CreateOrderReferenceForIdResponse function to ObjectFactory for resolving an issue 'Unexpected URI Element CreateOrderReferenceForIdResponse'

Add convenience method

18 Nov 02:58
Compare
Choose a tag to compare

This release contains a convenience method named 'getPaymentDetails' that takes OrderReferenceID as input and returns 4 responses namely, 'OrderReference Details', 'Authorize Details', 'Capture Details' and 'Refund Details'.

Pay with Amazon Java SDK

20 Sep 22:13
Compare
Choose a tag to compare

This release of the Pay with Amazon Java SDK is a complete rewrite intended to address feedback we have received from developers about the need to make the SDK easier-to-use and more straightforward for making API calls. This SDK version, 2.0.0, is not backwards-compatible with existing Pay with Amazon Java SDK 1.x versions.

In addition to streamlining the SDK, this release also introduces a logging interface to better facilitate debugging.