diff --git a/Adyen/services/posMobile/pos_mobile_api.py b/Adyen/services/posMobile/pos_mobile_api.py index 3e11043..863f8af 100644 --- a/Adyen/services/posMobile/pos_mobile_api.py +++ b/Adyen/services/posMobile/pos_mobile_api.py @@ -16,6 +16,9 @@ def __init__(self, client=None): def create_communication_session(self, request, idempotency_key=None, **kwargs): """ Create a communication session + + Deprecated since POS Mobile API v68 + Use POST [/auth/certificate](https://docs.adyen.com/api-explorer/softpos-configuration-api/latest/post/auth/certificate) to establish secure communications. """ endpoint = self.baseUrl + "/sessions" method = "POST" diff --git a/sdk-generation-log/posmobile.json b/sdk-generation-log/posmobile.json new file mode 100644 index 0000000..e0a03eb --- /dev/null +++ b/sdk-generation-log/posmobile.json @@ -0,0 +1,8 @@ +{ + "service": "posmobile", + "project": "python", + "generatedAt": "2026-05-05T15:07:51Z", + "openapiCommitSha": "7824ebf60ac8c780120e550d6495a8f02e409859", + "automationCommitSha": "0b7ef4e0ed6a7963ab005efe76eab748250edafc", + "libraryCommitSha": "ee1c36b4cd52298171022cb48352c7fb7caae39f" +}