Skip to content

Code generation: update services and models #1121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

AdyenAutomationBot
Copy link
Collaborator

@AdyenAutomationBot AdyenAutomationBot commented Mar 10, 2025

This MR has been closed, and reopened here: #1128

Breaking Changes ⚒️

Checkout

  • storedPaymentMethod in PaymentMethodsResponse now uses PaymentMethodsResponseStoredPaymentMethodsInner to deserialize to either PixStoredPaymentMethod or StoredPaymentMethod.
    (Before) StoredPaymentMethod → (After) PaymentMethodsResponseStoredPaymentMethodsInner
    (note: to-be-verified by @Kwok-he-Chu)
    (Before) StoredPaymentMethod → (After) PaymentMethodsResponseStoredPaymentMethodsInner

  • alreadyStored in TokenizationStoreOperationTypeEnumalreadyExisting in TokenizationStoreOperationTypeEnum

New Features 💎

Checkout

  • Added RequestedTestAcquirerResponseCode in AdditionalDataCommon

Balanceplatform

  • (New) Added support for Balances in BalancesApi: https://balanceplatform-api-test.adyen.com/bcl/v2 to retrieve webhook settings.

    • POST /balancePlatforms/(balancePlatformId)/webhooks/(webhookId)/settings
    • GET /balancePlatforms/(balancePlatformId)/webhooks/(webhookId)/settings
    • GET /balancePlatforms/(balancePlatformId)/webhooks/(webhookId)/settings/{settingId}
    • PATCH /balancePlatforms/(balancePlatformId)/webhooks/(webhookId)/settings/{settingId}
    • DELETE /balancePlatforms/(balancePlatformId)/webhooks/(webhookId)/settings/{settingId}
  • Added pending-enum to ReasonEnum in Transfer, TransferData, TransferEvent, UpdateSweepConfigrationV2, and SweepConfigurationV2

  • Added allowDebugUI to OnboardingLinkSettings

  • Added support for USInstantPayoutAddressRequirement in TransferRouteRequirementsInner

AcsWebhooks

  • Fixed correct FlowEnum values in ChallengeInfo - "OTP_SMS" and "OOB" were not used previously and now have been corrected to correct values.
    • Fix: OTP_SMSPWD_OTP_PHONE_FL - One-Time Password via SMS
    • Fix: OOBOOB_TRIGGER_FL - Out-Of-Band flow
    • Added: PWD_OTP_EMAIL_FL - One-Time Password via Email

TransferWebhooks

  • Added DCCPlatformCommission in PlatformPaymentTypeEnum

  • Added Failed, WrittenOff, and Revoked to StatusEnum in CapitalGrant

  • Added pending to ReasonEnum

Deprecated [!]

RecurringApi

  • Deprecated recurringRecurringDetailReference in ResponseAdditionalDataCommon - Use tokenization.storedPaymentMethodId instead.
  • Deprecated recurringShopperReference in ResponseAdditionalDataCommon - Use tokenization.shopperReference instead
  • Deprecated shopperReference in ResponseAdditionalDataCommon → use tokenization.recurringShopperReference instead.
  • Deprecated CreatePermit(...)-function (since v68) in RecurringApi
  • Deprecated Disable(...)-function (since v68) in RecurringApi
  • Deprecated ListRecurringDetails(...)-function (since v68) in RecurringApi
  • Deprecated NotifyShopper(...)-function (since v68) in RecurringApi
  • Deprecated ScheduleAccountUpdater(...)-function (since v68) in RecurringApi

BalanceControlApi

OpenAPI spec files or templates have been modified on 27-03-2025 by commit.

@AdyenAutomationBot AdyenAutomationBot requested a review from a team as a code owner March 10, 2025 12:17
@AdyenAutomationBot AdyenAutomationBot force-pushed the sdk-automation/models branch 2 times, most recently from c00b3ab to 1233f2e Compare March 11, 2025 15:12
Copy link

@AdyenAutomationBot AdyenAutomationBot force-pushed the sdk-automation/models branch 6 times, most recently from 3f279e4 to 635a7af Compare March 25, 2025 13:54
@Kwok-he-Chu Kwok-he-Chu deleted the sdk-automation/models branch March 27, 2025 15:26
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