Skip to content

feature/INT-1636 - GetFaceAuthenticationAttemptAssets + PaymentPlan updates#342

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

feature/INT-1636 - GetFaceAuthenticationAttemptAssets + PaymentPlan updates#342
david-ruiz-cko merged 4 commits into
masterfrom
feature/INT-1636

Conversation

@david-ruiz-cko

Copy link
Copy Markdown
Contributor

This pull request 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 19, 2026 10:20
@david-ruiz-cko david-ruiz-cko merged commit fdf983c into master Jun 23, 2026
6 checks passed
@david-ruiz-cko david-ruiz-cko deleted the feature/INT-1636 branch June 23, 2026 12:54
@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