Adyen Go API Library v15.0.0
AdyenAutomationBot
released this
18 Nov 12:09
·
37 commits
to main
since this release
What's Changed
Breaking Changes ๐
- Balance Platform API:
- Remove
PinFunctionalityApi
: useManageCardPinApi
instead
- Remove
- Configuration webhooks:
- Upgrade to support Configuration webhooks v2
- Enums follow camelCase conventions, you can expect changes like
Active
->active
,Closed
->closed
,Landline
->landline
, etc.. - Remove attribute
PaymentInstruments
inmodel_balance_account
- Enums follow camelCase conventions, you can expect changes like
- Upgrade to support Configuration webhooks v2
- Transaction webhooks:
- Rename
TransferData
toTransferView
- Rename
- Update all services by @AdyenAutomationBot in #375
New Features ๐
-
Checkout API:
- Add new payment methods
EBankingFinlandDetails
,PayByBankAISDirectDebitDetails
,TwintDetails
- Add new attribute
CardProductId
inResponseAdditionalDataCard
- Add new payment methods
-
Configuration webhooks:
โ ๏ธ InPaymentInstrument
the attributeAdditionalBankAccountIdentifications
has been deprecated, use insteadBankAccount
- In
PaymentInstrument
add attributesStatusComment
andStatusReason
- In
SweepConfigurationV2
add attributesCategory
andPriorities
- In
BalanceAccount
add attributeMigratedAccountCode
-
Balance Platform API:
- Add enum
refusedByCustomer
inSweepConfigurationV2
- Add method
getAllTransactionRulesForAccountHolder
inAccountHoldersApi
- Add method
getAllTransactionRulesForBalanceAccount
inBalanceAccountsApi
- Add method
getAllTransactionRulesForBalancePlatform
inPlatformApi
- Add new Transfer Route requirements (
AmountNonZeroDecimalsRequirement
,IbanAccountIdentificationRequirement
,USInternationalAchAddressRequirement
) that can be part of of the response when callingTransferRoutesApi.calculateTransferRoutes
- Add enum
-
LEM API:
- Add
adyenChargeCard
enum inGetTermsOfServiceDocumentRequest
,GetTermsOfServiceDocumentResponse
- Add
GetAcceptedTermsOfServiceDocument
inTermsOfServiceApi
- Add
-
Transfers API:
- Add
IdempotencyKey
inApproveInitiatedTransfers
- Add enum
refusedByCustomer
inTransfer
,TransferData
andTransferEvent
- Add
Other Changes ๐๏ธ
Several unused classes have been dropped:
- Checkout:
- Remove
model_avs
,model_bank_account
,model_card
,model_payment_setup_request
,model_payment_setup_response
,model_payment_verification_request
,model_payment_verification_response
, etc..
- Remove
- BalancePlatform API:
- Remove
model_json_object
,model_json_path
,model_payment_instrument_bank_account
,model_transfer_route_requirements
- Remove
- Management API:
- Remove
model_json_object
,model_json_path
,model_payment_instrument_bank_account
- Remove
- Transfers:
- Remove
model_json_object
,model_json_path
,model_transfer_notification_transfer_tracking
- Remove
- Transfers webhooks:
- Remove
model_transfer_notification_data
,model_transfer_notification_transfer_tracking
,model_transfer_operation
- Remove
- Update all services by @AdyenAutomationBot in #377
- Add minimum required release age by @ayodejidev in #378
- chore(deps): update actions/checkout digest to 11bd719 by @renovate in #362
- Release v15.0.0 by @AdyenAutomationBot in #376
- OpenAPI spec or templates produced changes on 12-11-2024 by commit. Download OpenAPI diffs to view the changes.
- OpenAPI spec or templates produced changes on 12-11-2024 by commit. Download OpenAPI diffs to view the changes.
- OpenAPI spec or templates produced changes on 13-11-2024 by commit. Download OpenAPI diffs to view the changes.
New Contributors
- @ayodejidev made their first contribution in #378
Full Changelog: v14.0.0...v15.0.0