[transfers] Code generation: update services and models#1937
Merged
Conversation
da19db1 to
dbacaa4
Compare
2a2186a to
55eb984
Compare
ba43c61 to
2322aa8
Compare
2322aa8 to
9d57adf
Compare
jeandersonbc
approved these changes
May 15, 2026
Contributor
jeandersonbc
left a comment
There was a problem hiding this comment.
[transfers] SDK update — new fields, enum values, and API clarifications
Summary
This automated update to the transfers module adds new fields (ultimateParty, bic, countryCode), expands several enumerations (reversed, pending statuses), and refines API documentation for TransfersApi category filtering. No existing fields or endpoints are removed.
Features Added
| File | Change |
|---|---|
IbanAccountIdentification |
New optional field bic (String) — the bank's 8- or 11-character BIC/SWIFT code |
Transfer |
New optional field ultimateParty (UltimatePartyIdentification) |
TransferData |
New optional field ultimateParty (UltimatePartyIdentification) |
TransferNotificationMerchantData |
New optional field countryCode (String) |
New enum values
| Enum | New Value(s) | Affected Classes |
|---|---|---|
StatusEnum |
pending |
TransferData, TransferEvent |
StatusEnum |
reversed |
Modification, TransferData, TransferEvent |
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.