Skip to content

Releases: checkout/checkout-sdk-python

3.6.0

22 Apr 14:56
612e2ee

Choose a tag to compare

Release - 3.6.0 (#204)

This release introduces several new features and enhancements across the SDK, including support for agentic commerce, compliance requests, expanded account management, and improved HTTP header handling. The most significant changes are the addition of new client modules, new data models, and enhancements to the API client to support custom headers.

New SDK Modules and Features:

  • Added support for Agentic Commerce, including new models in agentic_commerce.py and a corresponding client in agentic_commerce_client.py for delegated payment flows. [1] [2]
  • Introduced Compliance Requests functionality with new models (compliance_requests.py) and a client (compliance_requests_client.py) to retrieve and respond to compliance requests. [1] [2]
  • Updated checkout_api.py to expose new clients for agentic commerce, compliance requests, Apple Pay, Google Pay, standalone account updater, AML screening, face authentication, ID document verification, applicants, and identity verification, making these services available via the main API entry point. [1] [2] [3] [4]

Enhancements to Account Management:

  • Added models and client methods for reserve rules, entity file uploads, and sub-entity member management in the accounts module. This includes new classes such as ReserveRuleRequest, FilePurpose, and related API client methods for CRUD operations on reserve rules and entity files. [1] [2] [3] [4] [5]

API Client Improvements:

  • Enhanced ApiClient to support passing custom headers for POST, PUT, and PATCH requests, including logic to map model properties to HTTP headers (e.g., for ETag or API versioning). This allows for more flexible and standards-compliant API interactions. [1] [2] [3] [4]

Additional Data Models:

  • Added new data models for forward requests and secret requests, expanding the flexibility of the SDK in handling various request types.

These changes collectively expand the SDK's capabilities, improve extensibility, and enhance support for new Checkout.com platform features.

3.5.1

18 Mar 17:32
7c91991

Choose a tag to compare

Release 3.5.1 (#201)

  • Updates OAuth scopes, eliminated invalid "Payment Contexts" (in plural) scope

3.5.0

28 Jan 11:34
89f9c6f

Choose a tag to compare

Release 3.5.0 (#197)

Add payment setups support
Minimum Python version 3.10
Add pre-commit configuration
Merchant-specific DNS names Support for access

3.4.4

04 Dec 17:33
e893591

Choose a tag to compare

Release 3.4.4 (#195)

  • feat: add affiliate fields and product subtypes to payment model

3.4.3

14 Nov 11:18
d2ef0e3

Choose a tag to compare

Release 3.4.3 (#193)

  • feat: add PayLater payment type and remittance reference to PaymentInstruction

3.4.2

07 Nov 12:43
c9a6eea

Choose a tag to compare

Release 3.4.2 (#191)

  • feat: update payment sessions model with new properties and classes

3.4.1

31 Oct 12:24
6d9e1d8

Choose a tag to compare

Release 3.4.1 (#189)

  • feat: implement complete Payment Sessions Flow integration module

3.4.0

28 Jul 13:33
9fea3f9

Choose a tag to compare

Release 3.4.0 (#187)

  • feat: enhances CheckoutApiException to include request_id and improve error handling

3.3.1

23 Jun 16:12
9d50c61

Choose a tag to compare

Release 3.3.1 (#185)

  • feat: adds missing FORWARD scope to oauth_scopes.py

3.3.0

23 Jun 15:34
9ef200f

Choose a tag to compare

Release 3.3.0 (#183)

  • feat: adds ForwardClient and related models for forward requests
  • feat: enhances payment context and OAuth token handling