Releases: checkout/checkout-sdk-php
Releases · checkout/checkout-sdk-php
3.0.0
Release 3.0.0
Version 3.0.0 is here!
- We improved the initialization of SDK making it easier to understand the available options.
- Now
NAS
accounts are the default instance for the SDK andABC
structure was moved to a previous prefixes. - If you have been using this SDK before, you may find the following important changes:
- Marketplace module was moved to Accounts module, same for classes and references.
- In most cases, IDE can help you determine from where to import, but if you’re still having issues don't hesitate to open a ticket.
Marketplace API name change
Marketplace terminology was removed from Checkout API Reference, so in order to matches what API reference contains we migrated all the MarketplaceClient stuff into AccountsClient
Decoupled Balances and Transfers from Marketplace/Accounts into his own clients BalancesClient and TransfersClient
2.5.3
2.5.2
Release 2.5.2
- Added support for Get transfers details
- Fix hint comments for Enum classes to solve issues with code analyzers
2.5.1
Release 2.5.1
- Replace Klarna objects to array's for major compatibility between systems
2.5.0
Release 2.5.0
- Unified
Account Holder
properties (Default/Four) - Add cartes bancaries properties to
ThreeDsRequest
&ProcessingSettings
(Four) - API updates on Sessions (Four)
- Removes
first_name
andcountry
fields from PaymentRecipient schema (Default/Four) - Added support for
WeChat
andAlipay
Plus beta APM (Four)
2.4.0
Release 2.4.0
- Add support for idempotency key on transfers (Four)
- Review OAuth scopes (Four)
- Add support for Sessions RequestNetworkTokenSource (Four)
- Support for beta APM PayPal and Bank Account Source (Four)
2.3.0
Release 2.3.0
- Review Payments Schema - Added missing payments source types (Default/Four)
- Added
http_response
metadata to SDK responses
2.2.0
Release 2.2.0
- Added hint support to all objects in SDK (Default/Four)
- Added support for payout-schedules operation in Marketplace (Four)
- Remove purpose from PayoutRequest (Default)
2.1.1
Release 2.1.1
- Support for Processing Aggregator properties (Default)
2.1.0
Release 2.1.0
- Add support for Reconciliation (Default)