Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Releases: sumup/sumup-ecom-php-sdk

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Nov 21:23
8d51db9

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

Choose a tag to compare

@matoous matoous released this 19 Feb 20:14
3674fe1

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

Choose a tag to compare

@avoitovych avoitovych released this 19 Dec 08:55

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

Choose a tag to compare

@joelrose joelrose released this 03 Mar 15:58
0d9aa0d
  • Add PHP 8 Support

v1.0.2

Choose a tag to compare

@lyubomir-sumup lyubomir-sumup released this 28 Aug 15:05
b294963
  • 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

Choose a tag to compare

@lyubomir-sumup lyubomir-sumup released this 18 Feb 15:40
0d68ae2
  • Improved error handling
  • Improved navigation in the documentation

v1.0.0

Choose a tag to compare

@lyubomir-sumup lyubomir-sumup released this 05 Feb 09:26
847ae00

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

Choose a tag to compare

@lyubomir-sumup lyubomir-sumup released this 29 Jan 10:18
44ecfab
  • Improved documentation
  • Code optimizations
  • Introduce custom service

First Release Candidate

Choose a tag to compare

@lyubomir-sumup lyubomir-sumup released this 14 Jan 13:40
94beefb

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