Skip to content

Feature/INT-1636 - GetFaceAuthenticationAttemptAssets + PaymentPlan updates#612

Merged
david-ruiz-cko merged 3 commits into
masterfrom
feature/INT-1636
Jun 19, 2026
Merged

Feature/INT-1636 - GetFaceAuthenticationAttemptAssets + PaymentPlan updates#612
david-ruiz-cko merged 3 commits into
masterfrom
feature/INT-1636

Conversation

@david-ruiz-cko

Copy link
Copy Markdown
Contributor

This pull request 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

@david-ruiz-cko david-ruiz-cko requested a review from a team June 18, 2026 10:57
@david-ruiz-cko david-ruiz-cko changed the title GetFaceAuthenticationAttemptAssets + PaymentPlan updates + unit and i… Feature/INT-1636 - GetFaceAuthenticationAttemptAssets + PaymentPlan updates Jun 18, 2026
@david-ruiz-cko david-ruiz-cko merged commit 2c83771 into master Jun 19, 2026
6 checks passed
@david-ruiz-cko david-ruiz-cko deleted the feature/INT-1636 branch June 19, 2026 08:22
@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.

3 participants