Code generation: update services and models #1121
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This MR has been closed, and reopened here: #1128
Breaking Changes ⚒️
Checkout
storedPaymentMethod
inPaymentMethodsResponse
now usesPaymentMethodsResponseStoredPaymentMethodsInner
to deserialize to either PixStoredPaymentMethod or StoredPaymentMethod.(Before)
StoredPaymentMethod
→ (After)PaymentMethodsResponseStoredPaymentMethodsInner
(note: to-be-verified by @Kwok-he-Chu)
(Before)
StoredPaymentMethod
→ (After)PaymentMethodsResponseStoredPaymentMethodsInner
alreadyStored
inTokenizationStoreOperationTypeEnum
→alreadyExisting
inTokenizationStoreOperationTypeEnum
New Features 💎
Checkout
RequestedTestAcquirerResponseCode
inAdditionalDataCommon
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
toReasonEnum
inTransfer
,TransferData
,TransferEvent
,UpdateSweepConfigrationV2
, andSweepConfigurationV2
Added
allowDebugUI
toOnboardingLinkSettings
Added support for
USInstantPayoutAddressRequirement
inTransferRouteRequirementsInner
AcsWebhooks
FlowEnum
values inChallengeInfo
- "OTP_SMS" and "OOB" were not used previously and now have been corrected to correct values.OTP_SMS
→PWD_OTP_PHONE_FL
- One-Time Password via SMSOOB
→OOB_TRIGGER_FL
- Out-Of-Band flowPWD_OTP_EMAIL_FL
- One-Time Password via EmailTransferWebhooks
Added
DCCPlatformCommission
inPlatformPaymentTypeEnum
Added
Failed
,WrittenOff
, andRevoked
toStatusEnum
inCapitalGrant
Added
pending
toReasonEnum
Deprecated [!]
RecurringApi
recurringRecurringDetailReference
inResponseAdditionalDataCommon
- Usetokenization.storedPaymentMethodId
instead.recurringShopperReference
inResponseAdditionalDataCommon
- Usetokenization.shopperReference
insteadshopperReference
inResponseAdditionalDataCommon
→ usetokenization.recurringShopperReference
instead.CreatePermit(...)
-function (since v68) inRecurringApi
Disable(...)
-function (since v68) inRecurringApi
ListRecurringDetails(...)
-function (since v68) inRecurringApi
NotifyShopper(...)
-function (since v68) inRecurringApi
ScheduleAccountUpdater(...)
-function (since v68) inRecurringApi
BalanceControlApi
BalanceTransfer
inBalanceControlApi
(https://pal-test.adyen.com/pal/servlet/BalanceControl/v1) - Use the transfers API instead.OpenAPI spec files or templates have been modified on 27-03-2025 by commit.