Skip to content

Release 7.10.0 - GetFaceAuthenticationAttemptAssets + PaymentPlan updates#613

Merged
david-ruiz-cko merged 1 commit into
masterfrom
release/7.10.0
Jun 19, 2026
Merged

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

Conversation

@david-ruiz-cko

@david-ruiz-cko david-ruiz-cko commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

This release introduces new functionality for retrieving assets (such as face images, videos, and document images) captured during identity and face authentication attempts, including both asynchronous and synchronous methods. It also adds supporting data models for paginated asset responses and asset metadata. Additionally, there are minor enhancements to the payments API.

Identity & Face Authentication Assets Retrieval:

  • Added asynchronous and synchronous methods to both IdentityVerificationClient and FaceAuthenticationClient for retrieving attempt assets with pagination support (skip and limit), along with their implementations. [1] [2] [3] [4] [5] [6] [7] [8]
  • Introduced new response classes for paginated assets: IdentityVerificationAttemptAssetsResponse and FaceAuthenticationAttemptAssetsResponse, including asset metadata and links. [1] [2] [3]
  • Added AttemptAssetsQueryFilter for pagination parameters and AttemptAssetLinks for asset download URLs. [1] [2]

Imports and Constants:

  • Updated imports and added new constants for asset paths in client implementations. [1] [2] [3] [4] [5] [6]

Payments API Enhancements:

  • Extended PaymentSessionInfo to support new fields: authorizationType and paymentPlan, allowing for more flexible payment session handling. [1] [2]…ntegration tests

Breaking changes:

  • AmlScreeningClient, FaceAuthenticationClient, IdDocumentVerificationClient, IdentityVerificationClient, ReconciliationClient function names adjusted to the default API async/sync nomenclature, by default, the functions without suffix are async, the syncronous ones are suffixed with *Sync.

@david-ruiz-cko david-ruiz-cko requested a review from a team June 19, 2026 08:28
@david-ruiz-cko david-ruiz-cko merged commit 039f486 into master Jun 19, 2026
6 checks passed
@david-ruiz-cko david-ruiz-cko deleted the release/7.10.0 branch June 19, 2026 08:35
@sonarqubecloud

Copy link
Copy Markdown

@david-ruiz-cko david-ruiz-cko changed the title Release 7.10.0 Release 7.10.0 - GetFaceAuthenticationAttemptAssets + PaymentPlan updates Jun 19, 2026
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