Releases: checkout/checkout-sdk-php
Releases · checkout/checkout-sdk-php
2.0.0
Release 2.0.0
- Add support for
RequestTamaraSource
(Four) - Add support for Workflows (Four)
- Add support for
processing_channel_id
&marketplace
in PaymentLinkRequest (Four) - Add support for
fund_transfer_type
in PayoutRequest (Default) - Improvements in Sessions (API Updates)
- Add support for Payments RequestProviderTokenSource (Four)
- Minor fixes and improvements
2.0.0-beta6
Release 2.0.0-beta6
- Support for PHP >5.6
- Add support for Marketplace
Balances
operation (Four)
2.0.0-beta5
Release 2.0.0-beta5
- Add support for
initiateTransferOfFunds
in Marketplace (Four) - Avoid exception getting
request_id
2.0.0-beta4
Release 2.0.0-beta4
- Add support for Risk (Default/Four)
- Improvements in exception handling
- Add missing
branch_code
reference toPaymentBankAccountDestination
- Minor fixes in Klarna client (Default/Four)
- Minor internal refactors
2.0.0-beta3
SDK Version 2.0.0-beta This commit represents an effort made by the Checkout team to build a brand new SDK for PHP. It ships a new instantiation layer that makes easier a less confusing to setup the SDK. From the point of view of usability, the new version follows similar principles, although major interfaces are now split/duplicated to reference different data schemes which makes it fully compatible with `default` (MBC) and `Four` (NAS) account structures. This separation is statically forced during instantiation. The SDK supports the following modules: * Tokens (default/four) * Instruments (default/four) * Customers (default/four) * Disputes (default/four) * Risk (default/four) * Payments (default/four) * Alternative Payments (default/four) * Sources (default) * Events (default) * Webhooks (default) * Forex (four) * Marketplace (four) * Sessions (four) `README.md` was updated to match the new setup. Code of conduct and license were reviewed. This codebase was previously developed at [checkout-sdk-php-beta](https://github.com/checkout/checkout-sdk-php-beta).
Add MultiBanco support
- Added MultiBanco support
- Added customer endpoint for Klarna payment method
Allow CheckoutApi class to be extendable
Merge pull request #81 from abdelrahman-iaaly-cko/patch-1 Allow CheckoutApi class to be extendable
Add country to Recipient object
Merge pull request #71 from ioan-ghisoi-cko/master Add recipient country
Add first name / last name to Recipient object
Merge pull request #70 from ioan-ghisoi-cko/master Add first name / last name to Recipient
Update Boleto integration - Add Instruments endpoint
- Add Instruments related endpoint
- Update Boleto source object