Adyen Node API Library v19.0.0
AdyenAutomationBot
released this
15 Aug 14:18
·
88 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
the enumBANKTRANSFER_IBAN
has been removed- In
PaymentDetails
the enumBANKTRANSFER_IBAN
has been added
- The attribute
- Transfers API:
- Removed enums
cashOutFee
,cashOutFunding
and addedcard
in:- src/typings/transferWebhooks/transferData.ts
- src/typings/transfers/transfer.ts
- src/typings/transfers/transferData.ts
Note: usecashoutFee
andcashoutFunding
instead.
- Removed enums
- LEM API:
Organization
addcountryOfGoverningLaw
attribute
- Update all services by @AdyenAutomationBot in #1377
Other Changes 🖇️
- added link to API-Explorer to PaymentsApp API in readme by @DjoykeAbyah in #1382
- added return for live and test prefix by @DjoykeAbyah in #1381
- Release v19.0.0 by @AdyenAutomationBot in #1383
Full Changelog: v18.1.0...v19.0.0