Skip to content

Releases: Adyen/adyen-node-api-library

Adyen Node API Library v17.2.0

13 Jun 10:50
7c0c9ad
Compare
Choose a tag to compare

What's Changed

New Features 💎

  • Management API:
    • In class AndroidApp deprecate attribute errorCode
    • In class AndroidApp add attribute errors to provide the list of errors of the Android app.
  • Update all services by @AdyenAutomationBot in #1359

Other Changes 🖇️

Full Changelog: v17.1.0...v17.2.0

Adyen Node API Library v17.1.0

06 Jun 09:21
f73c296
Compare
Choose a tag to compare

What's Changed

New Features 💎

  • Checkout API:

    • In AdditionalDataAirline a new attribute airlineIssueDate has been introduced
    • In BcmcInfo the attribute transactionDescription has been removed
  • Update all services by @AdyenAutomationBot in #1356

Other Changes 🖇️

Full Changelog: v17.0.0...v17.1.0

Adyen Node API Library v17.0.0

16 May 08:22
6233aa0
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New Features 💎

Other Changes 🖇️

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