diff --git a/Adyen/services/posMobile/pos_mobile_api.py b/Adyen/services/posMobile/pos_mobile_api.py index 3e11043a..863f8af4 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 00000000..18d35e61 --- /dev/null +++ b/sdk-generation-log/posmobile.json @@ -0,0 +1,8 @@ +{ + "service": "posmobile", + "project": "python", + "generatedAt": "2026-05-28T09:02:02Z", + "openapiCommitSha": "1e3919b0fb3a780c92f1b11f8ca3d829a641066c", + "automationCommitSha": "6f06b47d0661f0891defe6b85461d2c367fbd284", + "libraryCommitSha": "20da67d74d66b555a063b507ab54fe0ad7e1f3e5" +}