Skip to content

Releases: amzn/amazon-pay-api-sdk-php

Amazon Pay API SDK PHP 2.6.5

28 Mar 13:33
Compare
Choose a tag to compare

Version 2.6.5 - March 2024

  • Avoid calling the php_uname function if it's disabled in the php.ini configuration

Amazon Pay API SDK PHP 2.6.4

27 Sep 07:21
Compare
Choose a tag to compare

Version 2.6.4 - September 2023

  • Introducing new Merchant Onboarding & Account Management APIs, which allows our partners to onboard merchants programatically and as part of account management offer them creation, updation and deletion/dissociation capability.
  • Added the Sample Code snippets for the Charge APIs, Charge Permission APIs and Refund APIs.

Amazon Pay API SDK PHP 2.6.3

07 Sep 15:01
Compare
Choose a tag to compare

Version 2.6.3 - September 2023

  • Introducing new API called finalizeCheckoutSession which validates critical attributes in merchantMetadata then processes payment. Use this API to process payments for JavaScript-based integrations.
  • Corrected README.md file related to finalizeCheckoutSession API.

Amazon Pay API SDK PHP 2.6.2

29 Jun 07:53
Compare
Choose a tag to compare

Version 2.6.2 - June 2023

  • Added optional headers to APIs. These are intended to be used by solution providers to send their platform/plugin id’s and versions.
  • Corrected README.md file related to Reporting APIs.

Amazon Pay API SDK PHP 2.6.1

17 Mar 15:26
Compare
Choose a tag to compare

Version 2.6.1 - March 2023

  • Corrected some minor changes in Reporting APIs
  • Note: Please use 2.6.1 if you are implementing Reporting APIs and avoid 2.6.0

Amazon Pay API SDK PHP 2.6.0

17 Mar 10:50
Compare
Choose a tag to compare

Version 2.6.0 - March 2023

  • Introducing new v2 Reporting APIs. Reports allow you to retrieve consolidated data about Amazon Pay transactions and settlements. In addition to managing and downloading reports using Seller Central, Amazon Pay offers APIs to manage and retrieve your reports.

Amazon Pay API SDK PHP 2.5.2

06 Mar 12:55
Compare
Choose a tag to compare

Version 2.5.2 - March 2023

  • Added Error Code 408 to API retry logic
  • Corrected Typos & refactored codes

Amazon Pay API SDK PHP 2.5.1

25 Jan 11:08
Compare
Choose a tag to compare

Version 2.5.1 - January 2023

  • Applied bug fix for 2.5.0 - please use 2.5.1 if facing issues with region in 2.5.0

Amazon Pay API SDK PHP 2.5.0

24 Jan 09:51
Compare
Choose a tag to compare

Version 2.5.0 - January 2023

  • Introducting new signature generation algorithm AMZN-PAY-RSASSA-PSS-V2 & increasing salt length from 20 to 32.
  • Added support for handling new parameter 'shippingAddressList' in Checkout Session response. Change is fully backwards compatible.
  • Note : To use new algorithm AMZN-PAY-RSASSA-PSS-V2, "algorithm" needs to be provided as an additional field in "$amazonpay_config" and also while rendering Amazon Pay button in "createCheckoutSessionConfig". The changes are backwards-compatible, SDK will use AMZN-PAY-RSASSA-PSS by default.

Amazon Pay API SDK PHP 2.4.0

26 Aug 12:10
Compare
Choose a tag to compare

Version 2.4.0 - August 2022

  • Enabled Proxy Support for HttpCurl