Skip to content

Releases: checkout/checkout-sdk-php

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

Add country to Recipient object

03 Jun 13:53
81c6aa8
Compare
Choose a tag to compare
Merge pull request #71 from ioan-ghisoi-cko/master

Add recipient country

Add first name / last name to Recipient object

25 May 07:59
f73f647
Compare
Choose a tag to compare
Merge pull request #70 from ioan-ghisoi-cko/master

Add first name / last name to Recipient

Update Boleto integration - Add Instruments endpoint

01 Mar 11:36
9244ac0
Compare
Choose a tag to compare
  • Add Instruments related endpoint
  • Update Boleto source object