Skip to content

Releases: checkout/checkout-sdk-php

2.2.0

03 May 15:52
Compare
Choose a tag to compare

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

21 Apr 14:11
Compare
Choose a tag to compare

Release 2.1.1

  • Support for Processing Aggregator properties (Default)

2.1.0

13 Apr 15:14
Compare
Choose a tag to compare

Release 2.1.0

  • Add support for Reconciliation (Default)

2.0.0

07 Apr 14:05
Compare
Choose a tag to compare

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

28 Mar 13:45
Compare
Choose a tag to compare

Release 2.0.0-beta6

  • Support for PHP >5.6
  • Add support for Marketplace Balances operation (Four)

2.0.0-beta5

18 Mar 16:12
Compare
Choose a tag to compare

Release 2.0.0-beta5

  • Add support for initiateTransferOfFunds in Marketplace (Four)
  • Avoid exception getting request_id

2.0.0-beta4

10 Mar 16:40
Compare
Choose a tag to compare

Release 2.0.0-beta4

  • Add support for Risk (Default/Four)
  • Improvements in exception handling
  • Add missing branch_code reference to PaymentBankAccountDestination
  • Minor fixes in Klarna client (Default/Four)
  • Minor internal refactors

2.0.0-beta3

03 Mar 17:19
Compare
Choose a tag to compare
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

19 Nov 15:10
c2c323e
Compare
Choose a tag to compare
  • Added MultiBanco support
  • Added customer endpoint for Klarna payment method

Allow CheckoutApi class to be extendable

26 Oct 13:00
710d570
Compare
Choose a tag to compare
Merge pull request #81 from abdelrahman-iaaly-cko/patch-1

Allow CheckoutApi class to be extendable