Skip to content

Amazon Pay API SDK (PHP) 2.7.0

Choose a tag to compare

@kksamu kksamu released this 29 May 10:25
· 4 commits to master since this release

Version 2.7.0 - May 2025

  • Introducing GetDispute API which is used to retrieve details of a chargeback dispute associated with a specific order
  • Introducing retry logic for HTTP Code 425
  • Renamed PaymentServiceProviderClientInterface to DisputeClientInterface to align with current Amazon Pay support for both PSP (Payment Service Provider) and 1PP (Standard) merchants in the Disputes and Files APIs.
  • Note: If you are directly using PaymentServiceProviderClientInterface, please update your implementation to use DisputeClientInterface. The previous interface has been removed as of this release.