Skip to content

Release 3.5.0 - GetFaceAuthenticationAttemptAssets + PaymentPlan updates#436

Open
david-ruiz-cko wants to merge 1 commit into
masterfrom
release/3.5.0
Open

Release 3.5.0 - GetFaceAuthenticationAttemptAssets + PaymentPlan updates#436
david-ruiz-cko wants to merge 1 commit into
masterfrom
release/3.5.0

Conversation

@david-ruiz-cko

Copy link
Copy Markdown
Contributor

This release adds new functionality to retrieve assets (such as face images, videos, and document images) associated with both face authentication and identity verification attempts in the identities API. It also introduces comprehensive unit and integration tests to ensure the correctness of these new endpoints.

New API Endpoints for Retrieving Attempt Assets:

  • Added getAttemptAssets method to the FaceAuthentications class to fetch assets for a face authentication attempt, including support for pagination parameters.
  • Added getAttemptAssets method to the IdentityVerifications class to fetch assets for an identity verification attempt, also supporting pagination.

SDK Interface Enhancements:

  • Exposed new methods in the main Identities class: getFaceAuthenticationAttemptAssets and getIdentityVerificationAttemptAssets, which delegate to the new methods in their respective classes. [1] [2]

Testing Improvements:

  • Added unit tests for both face authentication and identity verification attempt asset retrieval, including mocked HTTP responses and assertions on returned data. [1] [2]
  • Added integration tests for the new endpoints to verify end-to-end functionality with real API calls. [1] [2]

@david-ruiz-cko david-ruiz-cko requested a review from a team June 23, 2026 13:48
@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.

1 participant