Skip to content

Releases: checkout/checkout-sdk-python

3.8.0

03 Jun 13:44
93a90f3

Choose a tag to compare

Python payments update (#212)

This release introduces several new features and enhancements across the SDK, focusing on onboarding simulation, payment setup, account management, instrument operations, and token handling. The changes add new client classes, extend data models, and provide additional API methods to support advanced use cases and testing scenarios.

Onboarding Simulator Integration:

  • Added a new OnboardingSimulatorClient with methods to simulate entity onboarding scenarios, set requirements due, set entity status, and list available requirements and scenarios. Supporting request/response models and enums were also introduced. [1] [2] [3] [4] [5]

Accounts and Entity Requirements:

  • Added support for retrieving and resolving entity requirements in AccountsClient, including new methods for getting requirements, getting requirement details, and resolving requirements, along with the associated request model. Tests were added to cover these new methods. [1] [2] [3] [4] [5] [6]

Payment Setup and Instruments Enhancements:

  • Extended payment setup models to support new payment methods (Blik, Paypal), detailed account funding transaction fields, and additional processing options. [1] [2] [3] [4] [5]
  • Updated CreateCardInstrumentRequest to adjust the order and inclusion of fields.
  • Added a revoke method to InstrumentsClient for revoking instruments, with corresponding test coverage. [1] [2]

Token Handling Improvements:

  • Introduced new token types (CVV, PIN) with corresponding request and data models, and added a method to retrieve token metadata in TokensClient, with tests. [1] [2] [3] [4]

These changes collectively improve the SDK's support for onboarding simulation, entity management, payment method flexibility, and tokenization workflows.

3.7.0

19 May 11:14
9573d30

Choose a tag to compare

Release 3.7.0 (#209)

This release introduces several major enhancements and new features to the issuing and disputes modules, as well as expands the API client surface for cards, controls, and simulated transactions. The changes include the addition of new request and response models, new client methods for dispute and card management, and extended support for control groups and profiles.

Issuing Cards and Card Management Enhancements:

  • Added new request models for updating, renewing, and scheduling revocation of cards, including support for card metadata, and introduced corresponding client methods for these operations in IssuingClient. [1] [2] [3] [4] [5] [6] [7] [8]

Disputes and Evidence Handling:

  • Introduced new request and data models for creating and escalating disputes, including evidence and reason change structures, and added new methods to IssuingClient for dispute lifecycle management. [1] [2]
  • Enhanced the disputes client with arbitration evidence submission and retrieval methods. [1] [2]

Controls, Control Groups, and Profiles:

  • Expanded the controls module with new types and enums (e.g., MID_LIMIT, FailIfType), added support for MID-based limits, and introduced models and client methods for control groups and control profiles, enabling more granular and grouped control management. [1] [2] [3] [4] [5] [6]

Testing and Simulation Improvements:

  • Added simulation request/response models for refund authorizations and out-of-band (OOB) authentication, and extended IssuingClient with methods to simulate these scenarios. [1] [2] [3]

API Client Surface Expansion:

  • Registered new API clients for network tokens and payment methods in the main API client initialization. [1] [2]

API Schemas review:

  • All the requests schemas have been reviewed to detect missing or changed fields with the latest swagger specifications, several updates have been done including: new fields, renames, typo fixes, etc.

These changes significantly enhance the flexibility and capability of the SDK for managing cards, disputes, and controls, and provide improved support for testing and simulation scenarios.

3.6.1

08 May 10:19
f672cf0

Choose a tag to compare

Release 3.6.1 (#206)

This release makes a small update to the project's dependencies by adding the Deprecated package to the install_requires list in setup.py. This ensures that the package is installed alongside the other dependencies.

  • Added Deprecated >= 1.2.14 to the install_requires section in setup.py to manage deprecated functionality.

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