[transfers] Code generation: update services and models - #387
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the transfers service by renaming the CapitalApi class and its corresponding accessor to CapitalDeprecatedApi, and introducing a new CashOutApi service with an initiate_cashout endpoint. Feedback on these changes highlights that renaming the public capital_api method is a breaking change for SDK consumers. It is recommended to retain capital_api as a deprecated alias that delegates to capital_deprecated_api and issues a deprecation warning to preserve backward compatibility.
AdyenAutomationBot
force-pushed
the
sdk-automation/transfers
branch
2 times, most recently
from
June 4, 2026 13:32
84493df to
15845db
Compare
AdyenAutomationBot
force-pushed
the
sdk-automation/transfers
branch
5 times, most recently
from
June 19, 2026 10:28
f722a29 to
f2e7b45
Compare
AdyenAutomationBot
force-pushed
the
sdk-automation/transfers
branch
5 times, most recently
from
June 24, 2026 08:32
33fbaa8 to
2156bfe
Compare
AdyenAutomationBot
force-pushed
the
sdk-automation/transfers
branch
3 times, most recently
from
July 7, 2026 09:20
f2fe959 to
cbe0e3b
Compare
AdyenAutomationBot
force-pushed
the
sdk-automation/transfers
branch
7 times, most recently
from
July 15, 2026 14:59
c7ea4ba to
adfe909
Compare
AdyenAutomationBot
force-pushed
the
sdk-automation/transfers
branch
5 times, most recently
from
July 22, 2026 11:24
e93b0cc to
ed76e74
Compare
AdyenAutomationBot
force-pushed
the
sdk-automation/transfers
branch
from
July 23, 2026 11:56
ed76e74 to
7b7f4d8
Compare
AdyenAutomationBot
force-pushed
the
sdk-automation/transfers
branch
2 times, most recently
from
July 27, 2026 10:29
03cb111 to
6494e00
Compare
AdyenAutomationBot
force-pushed
the
sdk-automation/transfers
branch
from
July 31, 2026 12:01
6494e00 to
4ed14ba
Compare
mrcromero
force-pushed
the
sdk-automation/transfers
branch
from
August 3, 2026 11:56
4ed14ba to
a5663c5
Compare
mrcromero
force-pushed
the
sdk-automation/transfers
branch
from
August 3, 2026 12:26
23d1d8f to
ce038a9
Compare
|
mrcromero
approved these changes
Aug 3, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 PR contains the automated changes for the
transfersservice.The commit history of this PR reflects the
adyen-openapicommits that have been applied.