Releases · AuthorizeNet/sdk-php

September 2024 Release

  • Maintenance Release
  • Field excludeFromAccountUpdater added to requests

Full Changelog: 2.0.3...2.0.4

May 2024 Release

  • Enhanced Compatibility with PHP 8.x

March 2021 Release

  • Card on File Mandates

February 2021 Release - Hotfix

  • Fix for BOM characters issue to improve behavior during deserialization of response.

SDK with No dependency

  • Removed all 3rd party dependencies (v2.0.0 update)
  • Removed deprecated classes

Beta Release - SDK with No dependency

  • Removed 3rd party XML serializer dependency (v2.0.0 update)
  • Fixed issues with serializer warning
  • Updated classmap.php for auto-loading

November 2018 Release - API updates

  • Added GetCustomerPaymentProfileNonce API.
  • Enhancements to several classes to provide additional capabilities consistent with the server APIs.
  • Fix for #340

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.

Alpha Release - SDK with No dependency

Release Updates

  • Removed 3rd party XML serializer dependency
  • Using JSON instead of XML requests
  • Removed deprecated classes

NOTE : This is NOT a stable release, and it is NOT recommended to be used in live/production systems

June 2018 Release - 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
  • Fixed #293