Adyen Go API Library v12.0.0
AdyenAutomationBot
released this
15 Aug 15:10
·
68 commits
to main
since this release
What's Changed
Breaking Changes 🛠
-
Checkout API:
- The attribute
TransferInstrumentId
(the unique identifier of your user's verified transfer instrument, which you can use to top up their balance accounts includes) has been added toAchDetails
,BacsDirectDebitDetails
,SepaDirectDebitDetails
- Adyen Giving support for Campaign Manager:
DonationsApi
provides theDonationCampaigns
method to get a list of donation campaigns,DonationCampaignsRequest
class has a new fieldDonationCampaignId
StoredPaymentMethodDetails
remove enumbankTransfer_IBAN
- In
PaymentDetails
add enumbankTransfer_IBAN
- The attribute
-
Transfers API:
- Removed enums
cashOutFee
,cashOutFunding
and addedcard
inTransferData
,Transfer
Note: usecashoutFee
andcashoutFunding
instead.
- Removed enums
-
Update all services by @AdyenAutomationBot in #345
-
Removed PaymentInstruments class, enums to lower-case in:
-
Removed Inactive in:
-
Changed Enums to lowercase in:
-
Changed Contact to DeliveryContact in:
-
Removed Blocked, Stolen, Requested, Lost, Discarded and changed Enums to lowercase in:
-
Removed fullName string in:
-
Added Card and Removed cashOutFee and cashOutFunding in:
New Features 💎
Add support for Payments App API, used to onboard and manage the Adyen Payments App on Android
- LEM API:
Organization
addCountryOfGoverningLaw
attribute
Other Changes 🖇️
- Update configuration.go by @jillingk in #351
- update v11 to v12 by @DjoykeAbyah in #352
- Release v12.0.0 by @AdyenAutomationBot in #350
- Configuration Webhooks v1 to v2
Full Changelog: v11.0.0...v12.0.0