[checkout] Code generation: update services and models - #2003
Conversation
e49337b to
243c2b2
Compare
There was a problem hiding this comment.
Code Review
This pull request updates the Adyen Checkout API from version 71 to version 72 across the Java SDK. Key changes include updating API version constants and base URLs in the service classes, deprecating the donationType field in Donation in favor of type, and removing several deprecated or unused fields such as additionalData, conversionId, deliverAt, and threeDSAuthenticationOnly from DonationPaymentRequest. Additionally, PaymentAmountUpdateRequest and PaymentAmountUpdateResponse have been updated to support synchronous authorization adjustments with new fields like adjustAuthType and adjustAuthorisationData, while StoredPaymentMethodResource adds support for billingAddress, createdAt, and firstPspReference. There are no review comments provided, and the changes appear to be clean, automated updates matching the API version bump; therefore, I have no feedback to provide.
243c2b2 to
221591e
Compare
ae1b918 to
414f1ce
Compare
414f1ce to
e44932f
Compare
|



This PR contains the automated changes for the
checkoutservice.The commit history of this PR reflects the
adyen-openapicommits that have been applied.This PR contains the automated changes for the
checkoutservice.The commit history of this PR reflects the
adyen-openapicommits that have been applied.This PR contains the automated changes for the
checkoutservice.The commit history of this PR reflects the
adyen-openapicommits that have been applied.Checkout API v72
This release upgrades the Checkout API from v71 to v72. All service endpoints now target
https://checkout-test.adyen.com/v72.Breaking Changes 🛠️
DonationPaymentRequestadditionalDataremoved.conversionIdremoved (deprecated since Checkout API v68, usecheckoutAttemptId).deliverAtremoved.threeDSAuthenticationOnlyremoved (deprecated since Checkout API v69, useauthenticationData.authenticationOnly).PaymentAmountUpdateRequestenhancedSchemeDataremoved. Use the newmpiDatafield instead.PaymentReversalRequestenhancedSchemeDataremoved.PaymentRequestconversionIdremoved (deprecated since Checkout API v68, usecheckoutAttemptId).StandalonePaymentCancelRequestenhancedSchemeDataremoved.New Features 💎
PaymentAmountUpdateRequestadjustAuthTypefield (PaymentAmountUpdateRequest.AdjustAuthTypeEnum). Possible values:cardholderInitiatedTransaction,merchantInitiatedTransaction.adjustAuthorisationDatafield (string) for synchronous authorization adjustments.mpiDatafield (ThreeDSecureData) replacingenhancedSchemeData.PaymentAmountUpdateResponseadjustAuthorisationDatafieldauthorisedandrefusedhave been addedStoredPaymentMethodResourcebillingAddressfieldcreatedAtfieldfirstPspReferencefield