Skip to content

Conversation

@AdyenAutomationBot
Copy link
Collaborator

@AdyenAutomationBot AdyenAutomationBot commented Oct 22, 2025

OpenAPI spec files or templates have been modified on 07-11-2025 by commit.

@AdyenAutomationBot AdyenAutomationBot requested review from a team as code owners October 22, 2025 12:24
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @AdyenAutomationBot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the generated code for various Adyen API services and models, reflecting recent changes in the OpenAPI specifications. The most significant update is the introduction of new Strong Customer Authentication (SCA) device and association management capabilities within the Balance Platform. Additionally, several existing models across different modules have been enhanced with new fields or adjusted for optionality, and error handling imports have been standardized. These changes ensure the client library remains synchronized with the latest API features and best practices.

Highlights

  • New SCA Management APIs: Introduced two new API services: SCAAssociationManagementApi and SCADeviceManagementApi within the balancePlatform module, enabling Strong Customer Authentication (SCA) device and association management functionalities.
  • New SCA Models: Added several new data models to support the new SCA APIs, including ApproveAssociationRequest, ApproveAssociationResponse, Association, AssociationListing, AssociationStatus, BeginScaDeviceRegistrationRequest, BeginScaDeviceRegistrationResponse, FinishScaDeviceRegistrationRequest, FinishScaDeviceRegistrationResponse, ListAssociationsResponse, RemoveAssociationRequest, ScaDevice, ScaDeviceType, ScaEntity, ScaEntityType, SubmitScaAssociationRequest, and SubmitScaAssociationResponse.
  • Error Model Imports: Standardized error handling across various services by importing RestServiceError or ServiceError models into numerous API files within balancePlatform, binLookup, checkout, dataProtection, disputes, legalEntityManagement, management, payment, paymentsApp, payout, recurring, sessionAuthentication, storedValue, and transfers modules.
  • Checkout Module Enhancements: Updated CardDetails and CardDonations models to include billingSequenceNumber, CheckoutBankTransferAction to include bankCode and branchCode, and made paymentMethod optional in DonationPaymentRequest. Also added OnlinebankingIn to GenericIssuerPaymentMethodDetails.
  • Payment Validations in Checkout: Integrated new payment validation models (PaymentValidationsNameResponse, PaymentValidationsNameResultRawResponse, PaymentValidationsNameResultResponse, PaymentValidationsResponse) into PaymentDetailsResponse and PaymentResponse within the checkout module.
  • Model Property Changes: Modified WeChatPayMiniProgramDetails to include recurringDetailReference (deprecated) and storedPaymentMethodId, and made dateOfFinancialData optional in the FinancialReport model.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces several updates to the codebase, primarily focusing on adding RestServiceError or ServiceError imports to various API service files and introducing new API functionalities related to SCA (Strong Customer Authentication) device management. The changes span across multiple files, enhancing error handling and adding new features.

@AdyenAutomationBot AdyenAutomationBot force-pushed the sdk-automation/models branch 3 times, most recently from d8a454b to 04f4fb8 Compare October 30, 2025 15:54
@AdyenAutomationBot AdyenAutomationBot force-pushed the sdk-automation/models branch 4 times, most recently from 5c30d0e to 6c4d418 Compare November 7, 2025 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants