Skip to content

Releases: Adyen/adyen-node-api-library

Adyen Node API Library v17.0.0

16 May 08:22
6233aa0

Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • BalancePlatform Configuration API:

    • In AccountHolderUpdateRequest remove enum Inactive
    • In PaymentInstrument and UpdatePaymentInstrument the type of the attribute bankAccount has changed to BankAccountDetails (new model)
  • LEM API:

    • In OnboardingLinkInfo change type of attribute type from a generic map { [key: string]: boolean; } to OnboardingLinkSettings (customisation of the Hosted Onboarding configuration)
    • In Trust remove attribute description
  • BalancePlatform Configuration webhooks:

    • Upgrade to support Configuration Webhooks v2.0
    • PaymentInstrumentReference renamed to Href
    • In AccountHolder remove enum Inactive
    • In BalanceAccount remove attribute paymentInstruments
    • In BalanceAccount rename enum values: Active->active, Closed ->closed, Inactive ->inactive, Suspended ->suspended
    • In Card the type of the attribute deliveryContact has changed to DeliveryContact
    • Contact renamed to DeliveryContact
    • In PaymentInstrument the type of the attribute bankAccount has changed to BankAccountDetails (new model)
    • In PaymentInstrument several statusEnum have changed (moved to StatusReasonEnum. See changes here)
    • In Phone rename enum values: Landline->landline, Mobile->mobile
  • Transfers API:

    • TransferNotificationTransferTracking rename to EstimationTrackingData
    • In TransferData the type of attribute tracking has changed to ConfirmationTrackingData | EstimationTrackingData | InternalReviewTrackingData | null
    • Remove attribute formFactor in several classes (BRLocalAccountIdentification, CALocalAccountIdentification, DKLocalAccountIdentification, IbanAccountIdentification, NumberAndBicAccountIdentification , etc..)
  • Transfers webhooks:

    • TransferNotificationTransferTracking rename to EstimationTrackingData
    • In TransferData the type of attribute tracking has changed to ConfirmationTrackingData | EstimationTrackingData | InternalReviewTrackingData | null
    • Remove attribute formFactor in several classes (BRLocalAccountIdentification, CALocalAccountIdentification, DKLocalAccountIdentification, IbanAccountIdentification, NumberAndBicAccountIdentification , etc..)
  • Update all services by @AdyenAutomationBot in #1347

New Features 💎

Add POS Mobile API to enable accepting in-person payments using a commercial off-the-shelf (COTS) device like a phone (Tap to Pay, mobile transactions in combination with a card reader).

  • BalancePlatform Configuration API:

    • Add new service (ManageSCADevicesApi) to manage SCA Devices (initiate, complete, retrieve, delete)
    • In BankIdentification add enum SortCode
    • In CreateSweepConfigurationV2 add attributes reference and referenceForBeneficiary. Add enum PendingApproval
    • In TransactionRule and TransactionRuleInfo add enum TimedBlock
  • Management API

    • Add support for Terminal Management

Fixes ⛑️

Other Changes 🖇️

New Contributors

Full Changelog: v16.3.0...v17.0.0

Adyen Node API Library v16.3.0

18 Apr 09:59
bb0a5de

Choose a tag to compare

What's Changed

New Features 💎

Other Changes 🖇️

Full Changelog: v16.2.0...v16.3.0

Adyen Node API Library v16.2.0

04 Apr 09:42
ea0e2f9

Choose a tag to compare

What's Changed

New Features 💎

Fixes ⛑️

Other Changes 🖇️

Full Changelog: v16.1.0...v16.2.0

Adyen Node API Library v16.1.0

08 Mar 10:49
e19d5e6

Choose a tag to compare

What's Changed

New Features 💎

Other Changes 🖇️

Classname change and some field name changes ⚠️

  • Changed from PINFunctionalityApi to ManageCardPINApi

Full Changelog: v16.0.2...v16.1.0

Adyen Node API Library v16.0.2

22 Feb 12:33
f9dd227

Choose a tag to compare

What's Changed

Other Changes 🖇️

Full Changelog: v16.0.1...v16.0.2

Adyen Node API Library v16.0.1

08 Feb 13:27
7d0a34e

Choose a tag to compare

What's Changed

Other Changes 🖇️

New Contributors

Full Changelog: v16.0.0...v16.0.1

Adyen Node API Library v16.0.0

31 Jan 11:47
89deb35

Choose a tag to compare

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.

add query parameters to function arguments

Previously these had to be sent through the requestOptions argument. We now have added function arguments, which is less prone to mistakes, and clearly indicates all the options.
This does mean that current implementations using requestOptions for query parameters have to be adjusted slightly to accommodate for these new function parameters.

Other Changes 🖇️

Full Changelog: v15.1.0...v16.0.0

Adyen Node API Library v15.1.0

27 Nov 15:42
283a26b

Choose a tag to compare

What's Changed

New Features 💎

Other Changes 🖇️

Full Changelog: v15.0.0...v15.1.0

Adyen Node API Library v15.0.0

08 Nov 14:08
d043dfd

Choose a tag to compare

Migration Guide

Showcasing the major changes during your upgrade from v14.4.0 -> v15.0.0.

New API version

Other relevant service changes

What's Changed

Breaking Changes 🛠

  • update makefile, readme and tests to upgrade Transfers and Management API by @Aleffio in #1235

Other Changes 🖇️

Full Changelog: v14.4.0...v15.0.0

Adyen Node API Library v15.0.0-beta

23 Oct 11:24
ddbb4b4

Choose a tag to compare

Pre-release

What's Changed

Breaking Changes 🛠

  • update makefile, readme and tests to upgrade Transfers and Management API by @Aleffio in #1235

Other Changes 🖇️

Full Changelog: v14.4.0...v15.0.0-beta