Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Adyen/services/posMobile/pos_mobile_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment thread
jeandersonbc marked this conversation as resolved.
"""
endpoint = self.baseUrl + "/sessions"
method = "POST"
Expand Down
8 changes: 8 additions & 0 deletions sdk-generation-log/posmobile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"service": "posmobile",
"project": "python",
"generatedAt": "2026-05-28T09:02:02Z",
"openapiCommitSha": "1e3919b0fb3a780c92f1b11f8ca3d829a641066c",
"automationCommitSha": "6f06b47d0661f0891defe6b85461d2c367fbd284",
"libraryCommitSha": "20da67d74d66b555a063b507ab54fe0ad7e1f3e5"
}
Loading