Skip to content

Release 4.10.0 - GetFaceAuthenticationAttemptAssets + PaymentPlan updates#343

Merged
david-ruiz-cko merged 1 commit into
masterfrom
release/4.10.0
Jun 23, 2026
Merged

Release 4.10.0 - GetFaceAuthenticationAttemptAssets + PaymentPlan updates#343
david-ruiz-cko merged 1 commit into
masterfrom
release/4.10.0

Conversation

@david-ruiz-cko

Copy link
Copy Markdown
Contributor

This release introduces new functionality for retrieving assets associated with face authentication and identity verification attempts, adds support for recurring payment plans and authorization types to several payment request objects, and exposes a new processing field. It also includes comprehensive tests for the new features.

Identity Verification & Face Authentication Enhancements:

  • Added the AttemptAssetsQueryFilter entity to support pagination when querying assets related to authentication and verification attempts.
  • Introduced getFaceAuthenticationAttemptAssets and getIdentityVerificationAttemptAssets methods in their respective clients, enabling retrieval of assets (like images and videos) captured during an attempt, with optional pagination. [1] [2]
  • Added corresponding unit and integration tests for these new asset retrieval methods, ensuring correct API endpoint usage and response validation. [1] [2] [3] [4] [5] [6]

Payments API Improvements:

  • Added support for recurring payment plans and authorization types by introducing new payment_plan and authorization_type fields to HostedPaymentsSessionRequest, PaymentLinkRequest, and PaymentSessionsRequest. [1] [2] [3]
  • Exposed the scheme_transaction_link_id field in ProcessingSettings to allow access to the scheme transaction link identifier for card transactions.
  • Updated integration tests to safely access the new scheme_transaction_link_id field, confirming its presence and type when available.

@david-ruiz-cko david-ruiz-cko requested a review from a team June 23, 2026 12:58
@david-ruiz-cko david-ruiz-cko merged commit 4dba36e into master Jun 23, 2026
6 checks passed
@david-ruiz-cko david-ruiz-cko deleted the release/4.10.0 branch June 23, 2026 13:37
@sonarqubecloud

Copy link
Copy Markdown

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.

2 participants