Skip to content

Adyen PHP API Library v15.0.0

Compare
Choose a tag to compare
@AdyenAutomationBot AdyenAutomationBot released this 08 Aug 08:05
· 225 commits to main since this release
7c88d9d

Description

This release consists of many new services and endpoints, including models linked to those services. Below is a mapping from old services to new, endpoints we have added and the generated release notes.

Mapping old to new services classes

Old name(v14.0.1) New name(v15.0.0)
\Checkout.php \Checkout\
\Payout.php \Payout\
\Recurring.php \RecurringApi.php
\BinLookup.php \BinLookupApi.php
\Management.php \Management\
\Payment.php \Payments\
\Modification.php \Payments\

The old services are now annotated with a deprecation tag referring you to the new classes, and will be completely removed in the next major version. To make upgrading as easy as possible the model constructors accept arrays, which should decrease the time needed to adopt these new services. Furthermore, the object oriented approach should decrease your time to integrate as the models should give a good framework how to build your requests.

New endpoints added to the Library

New endpoints
\StoredvalueApi.php
\POSTerminalManagementApi.php
\BalanceControlApi.php
\LegalEntityManagement\
\BalancePlatform\
\Transfers\

Starting from next release we will also remove the old platform endpoints, as we encourage you to use the new Adyen platform services. These endpoints are tagged with a deprecation message pointing you to the new platform endpoints. Finally, this major versions we added support for the new webhooks for the Adyen platform. Look at the README to find instructions on how to use the parser and hmac validator.

What's Changed

New Features 💎

Fixes ⛑️

Other Changes 🖇️

New Contributors

Full Changelog: 14.0.1...v15.0.0