Release 3.4.0 - General payments update#433
Merged
Merged
Conversation
|
armando-rodriguez-cko
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This release introduces several new API endpoint classes and expands the SDK's functionality, as well as making some enhancements and deprecations to existing classes. The main focus is on adding support for new product areas (Agentic Commerce, Compliance Requests, Google Pay, Onboarding Simulator, and Entity Requirements), exposing new endpoints, and improving flexibility for existing APIs.
New API Endpoint Classes:
AgenticCommerceclass for delegated payment token creation, and registered it in the endpoints factory. [1] [2]ComplianceRequestsclass to retrieve and respond to compliance requests, and registered it in the endpoints factory. [1] [2]GooglePayclass for Google Pay enrollment, domain registration, and status endpoints, and registered it in the endpoints factory. [1] [2]OnboardingSimulatorclass for sandbox onboarding simulation, and registered it in the endpoints factory. [1] [2]EntityRequirementsclass for sub-entity requirements management, integrated into thePlatformsclass, and exposed via new methods for backwards compatibility. [1] [2] [3] [4]Enhancements to Existing APIs:
Balances: Added support for retrieving historical balances at a specific timestamp using the newbalancesAtoption. [1] [2]Instruments: Added arevokemethod to allow revoking payment instruments for audit purposes.Tokens: Added agetTokenMetadatamethod to retrieve metadata associated with a token. [1] [2]Deprecations:
submitDisputemethod inDisputesandIssuingas deprecated, as the endpoint will be removed from the API in April 2026. [1] [2]These changes significantly expand the SDK's coverage of Checkout.com's API, especially for platform, compliance, and payment innovation features.