Skip to content

Releases: sumup/sumup-ecom-php-sdk

v1.4.0

12 Nov 21:23
8d51db9

Choose a tag to compare

1.4.0 (2025-11-12)

1.4.0 brings fixes to multiple reported (albeit old) GitHub issues, including but not limited to TLS support on platforms without system-wide support, updates to the documentation, and more.

There's single breaking change: pay_to_email is deprecated and was removed from the SDK. Please use merchant_code to when initiating checkouts.

Features

Bug Fixes

  • 40: Separator has to be first (#41) (fb5f538)
  • bundle tls certificates for platforms without system-wide trust store (#66) (3573738)
  • utils: fail gracefully if composer.json can't be parsed (#65) (3324d69)
  • version in composer.json (#70) (524b21b)

Miscellaneous Chores

  • checkouts: replace pay_to_email with the use of merchant_code (#58) (7c6ca69)
  • deprecate pay_to_email (#67) (f279890)
  • deps: bump actions/checkout from 4.2.2 to 5.0.0 (#59) (a7b4a97)
  • deps: bump reviewdog/action-actionlint from 1.65.0 to 1.65.2 (#54) (2af99fe)
  • deps: bump reviewdog/action-actionlint from 1.65.2 to 1.68.0 (#63) (6291a02)
  • improve error parsing in client (#64) (790a68c)

1.3.0

19 Feb 20:14
3674fe1

Choose a tag to compare

Minor release, focusing on community files, CI/CD, and linting. Also introduces new findByForeignId function to lookup transactions by foreign transaction id.

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

Introduction of redirect_url field of a Checkout

19 Dec 08:55

Choose a tag to compare

This release introduces a possibility to create a Checkout with the redirect_url field specified. This field defines where a payer to be taken after completing external actions required to complete a payment, such as 3DS authentication.

v1.1.0

03 Mar 15:58
0d9aa0d

Choose a tag to compare

  • Add PHP 8 Support

v1.0.2

28 Aug 15:05
b294963

Choose a tag to compare

  • Fix bug about a problem with autoloader for error Class 'SumUp\Utils\ExceptionMessages' not found
  • Fix typos in example code in HowToAuthorize.md
  • Add Contributing.md file

v1.0.1

18 Feb 15:40
0d68ae2

Choose a tag to compare

  • Improved error handling
  • Improved navigation in the documentation

v1.0.0

05 Feb 09:26
847ae00

Choose a tag to compare

This is the first stable release of the SumUp's PHP SDK that includes functionality to call every endpoint of its API.

Second Release Candidate

29 Jan 10:18
44ecfab

Choose a tag to compare

  • Improved documentation
  • Code optimizations
  • Introduce custom service

First Release Candidate

14 Jan 13:40
94beefb

Choose a tag to compare

This release contains the basic functionality and documentation needed to integrate with SumUp's API.