Skip to content

Feature/int 1632 - General payments update#175

Open
david-ruiz-cko wants to merge 4 commits into
masterfrom
feature/INT-1632
Open

Feature/int 1632 - General payments update#175
david-ruiz-cko wants to merge 4 commits into
masterfrom
feature/INT-1632

Conversation

@david-ruiz-cko

Copy link
Copy Markdown
Contributor

This pull request introduces significant new functionality and enhancements to the SDK, particularly around the Accounts and Agentic Commerce modules. It adds new API client methods, request/response models, and supporting types to enable advanced account management features (such as entity requirements and reserve rules), as well as a new Agentic Commerce Protocol client for delegated payments. The changes are organized as follows:

Accounts module enhancements:

  • Added new API client methods to AccountsClient for managing sub-entity requirements, reserve rules, sub-entity members, and entity-scoped files. This includes methods to get and resolve requirements, manage reserve rules, list and reinvite members, and handle entity-specific file uploads and retrievals.
  • Introduced new supporting models for these features, including EntityRequirementUpdateRequest, EntityRequirementReason, EntityRequirementPriority, EntityRequirementUpdateStatus, ReserveRuleCreateRequest, ReserveRuleUpdateRequest, RollingReserveRule, ReserveRuleHoldingDuration, EntityFilesRequest, and Submitter. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
  • Updated the OnboardEntity class to include new attributes for seller_category and submitter, supporting US ISV onboarding variants. [1] [2]
  • Registered new model files in the accounts.rb module file for correct autoloading.

Agentic Commerce Protocol (Beta):

  • Added a new AgenticCommerceClient and related models to support the Agentic Commerce Protocol, which allows AI agents to create delegated payment tokens for single purchases. This includes models for delegated payment requests, payment methods, allowances, billing addresses, and risk signals. [1] [2] [3] [4] [5] [6]

SDK-wide updates:

  • Registered new modules for onboarding simulator, agentic commerce, compliance requests, standalone account updater, network tokens, payment methods, and identities in the main SDK loader file.

These changes greatly expand the SDK's capabilities for advanced account management and introduce support for delegated payments via the Agentic Commerce Protocol.

@david-ruiz-cko david-ruiz-cko requested a review from a team June 8, 2026 16:30
@sonarqubecloud

sonarqubecloud Bot commented Jun 8, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant