Skip to content

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

Merged
david-ruiz-cko merged 1 commit into
mainfrom
feature/INT-1636
Jun 23, 2026
Merged

feature/INT-1636 - GetFaceAuthenticationAttemptAssets + PaymentPlan updates#214
david-ruiz-cko merged 1 commit into
mainfrom
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 payment plans and authorization types in payment-related requests, and makes minor enhancements to processing settings. It also includes corresponding unit and integration tests for the new API methods.

Identity Verification & Face Authentication Enhancements:

  • Added a new AttemptAssetsQueryFilter class for paginating asset queries in checkout_sdk/identities/entities.py.
  • Added get_face_authentication_attempt_assets and get_identity_verification_attempt_assets methods to their respective clients, enabling retrieval of assets for a given attempt with optional pagination. [1] [2]
  • Updated tests to cover the new asset retrieval methods for both face authentication and identity verification, including integration and unit tests. [1] [2] [3] [4]

Payments API Improvements:

  • Added payment_plan and authorization_type fields to HostedPaymentsSessionRequest, PaymentLinkRequest, and PaymentSessionsRequest classes, extending support for these features across payment flows. [1] [2] [3]
  • Included PaymentPlan and AuthorizationType in relevant imports for payment modules. [1] [2] [3]

Processing Settings Update:

  • Added a new scheme_transaction_link_id field to the ProcessingSettings class, allowing additional transaction metadata to be passed.

Other:

  • Updated an OAuth integration test to check for a more descriptive error message on authentication failure.

@david-ruiz-cko david-ruiz-cko requested a review from a team June 19, 2026 12:07
@david-ruiz-cko david-ruiz-cko changed the title GetFaceAuthenticationAttemptAssets + PaymentPlan updates feature/INT-1636 - GetFaceAuthenticationAttemptAssets + PaymentPlan updates Jun 19, 2026
@david-ruiz-cko david-ruiz-cko merged commit 8ed090c into main Jun 23, 2026
4 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