Skip to content

Releases: sumup/sumup-ts

v0.0.11

19 Dec 15:18
Immutable release. Only release title and notes can be modified.
3ef1156

Choose a tag to compare

0.0.11 (2025-12-19)

Improves typing of enums and shares more types across operations and objects.

Bug Fixes

  • reader status call response (7be6747)
  • transaction entry_mode enum (85c2785)

v0.0.10

16 Dec 09:42
Immutable release. Only release title and notes can be modified.
e42434c

Choose a tag to compare

0.0.10 (2025-12-07)

Fixes mismatch between SDK types (OpenAPI specs) and actual API models.

Features

Bug Fixes

  • sdk: address package bundle warning for common js (ab5beb5)
  • sdk: typo in package exports (#174) (843f972)
  • sdk: version header string (ab9fdd5)

v0.0.9

07 Dec 17:47
Immutable release. Only release title and notes can be modified.
8c7753d

Choose a tag to compare

0.0.9 (2025-12-02)

Fixes a typo in package.json exports.

Bug Fixes

v0.0.8

26 Nov 21:14
Immutable release. Only release title and notes can be modified.
c9ae741

Choose a tag to compare

0.0.8 (2025-11-26)

Breaking changes

Metadata field on Reader object was renamed from meta to metadata for consistency with other APIs.

Bug Fixes

  • sdk: address package bundle warning for common js (ab5beb5)

v0.0.7

21 Nov 22:24
Immutable release. Only release title and notes can be modified.
3622ba5

Choose a tag to compare

0.0.7 (2025-11-11)

Minor update to match the latest state of SumUp APIs.

Features

Bug Fixes

  • sdk: version header string (ab9fdd5)

v0.0.6

11 Nov 17:38
Immutable release. Only release title and notes can be modified.
70cb2c3

Choose a tag to compare

0.0.6 (2025-11-11)

Cleans up old APIs that have minimal support in preparation for adding back newer alternatives.

Bug Fixes

  • sdk: version header string (ab9fdd5)

v0.0.5

23 Oct 14:53
50f3dc4

Choose a tag to compare

0.0.5 (2025-10-23)

0.0.5 brings the Merchants API, allowing access to multiple merchant accounts, depending on the authorization. For users that authenticate using SumUp's SSO you can now access any of the merchant accounts that they have membership in. For API keys the access is still restricted to the merchant account for which the API key was created. We are working on introducing more authentication options to make integrations that need to rely on multiple merchant accounts easier in the future.

The merchants endpoints replace the legacy /me/ endpoints and further cleanup the underlying models.

Features

v0.0.4

27 Jul 09:09
9315eb1

Choose a tag to compare

0.0.4 (2025-07-27)

Fixes missing response types for a couple of APIs and updates to latest SumUp OpenAPI specs.

Bug Fixes

v0.0.3

14 Jul 06:49
20fba3f

Choose a tag to compare

0.0.3 (2025-07-12)

Updates to latest SumUp OpenAPI specs, removing pay_to_email option for checkouts in favor of merchant_code.

Features

Bug Fixes

v0.0.2

24 Apr 22:34
dc38635

Choose a tag to compare

0.0.2 (2025-04-24)

We are now actively using @sumup/sdk in our Agent Toolkit and as such are moving to version 0 where we will continue with the SDK development. The SDK is still experimental but we now expect all core functionality to be functional and will continue working on the interface and ensuring that the generated code (and transitively our OpenAPI specs) match the reality of our APIs.

Features

Bug Fixes

  • build process (#47) (85b5366)
  • ci: github package registry permission (c8f6d29)
  • ci: jsr publishing setup (0765d76)
  • docs: installation instructions (8c4ef03)
  • docs: README badges, github package publishing (ce1083c)
  • github release process (#43) (29dcd8b)
  • query parameters, latest specs (#53) (1e1e34e)
  • tools: release please config (7cd7134)