You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed serialization of unspecified values and updated OpenAPI specs and generated code to latest version which resolves a few enums that went out of sync with the upstream service.
Bug Fixes
sdk: serialization of unset values (#143) (58fea10)
0.0.11 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.