Adyen Java API Library v23.0.0
·
226 commits
to main
since this release
What's Changed
Breaking Changes 🛠
Donations has moved
The Checkout Donations endpoint, which was previously on the PaymentsApi
, has been moved to its own service called DonationsApi
.
var client = new Client("My API-Key", Environment.TEST);
DonationsApi donationsApi = new DonationsApi(client);
DonationPaymentResponse response = donationsApi.donations(donationRequest);
- Balance Platform Configuration API:
- Class
GrantOffer
the type of the attributesexpiresAt
andstartsAt
has changed fromObject
toOffsetDateTime
private OffsetDateTime expiresAt; private OffsetDateTime startsAt;
- Class
PaymentInstrumentInfo
add attributebankAccount
- Class
- Update all services by @AdyenAutomationBot in #1206
Other Changes 🖇️
- Regenerate javadoc for all services and models
- Revert "Delete VERSION" by @AlexandrosMor in #1231
- Revert "Generated tapi" by @wboereboom in #1230
- fix(deps): update dependency io.swagger:swagger-annotations to v1.6.13 by @renovate in #1229
- chore(deps): update dependency org.mockito:mockito-core to v5.10.0 by @renovate in #1222
- fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.3.1 by @renovate in #1226
- Swap HMAC Validation method parameters by @AlexandrosMor in #1185
- Release v23.0.0 by @AdyenAutomationBot in #1201
Full Changelog: v...v23.0.0