Skip to content

Releases: Adyen/adyen-node-api-library

Adyen Node API Library v18.0.0

11 Jul 12:53
6737ef6
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Checkout API:
    • In IdealDetails and IdealDonations the attribute issuer is no longer mandatory. This is required to support iDEAL 2.0
    • In PaymentDetails class the enum BANKTRANSFER_IBAN and PAYBYBANK have been removed
  • Update all services by @AdyenAutomationBot in #1371

Other Changes 🖇️

Full Changelog: v17.3.0...v18.0.0

Adyen Node API Library v17.3.0

04 Jul 11:22
6ca510d
Compare
Choose a tag to compare

What's Changed

New Features 💎

  • Checkout API:

    • CashApp support: add subtype in class CashAppDetails
    • Add PayByBankDetails payment method
    • In GooglePayDetails, PayWithGoogleDetails, GooglePayDonations and PayWithGoogleDonations classes the threeDS2SdkVersion has been added, required for mobile integrations
    • SubMerchantInfo add new attributes amount, email, phoneNumber
  • Balance Platform Configuration API:

    • Add enum DECLINED in classes CreateSweepConfigurationV2, SweepConfigurationV2, UpdateSweepConfigurationV2
    • Add attribute statusComment in classes PaymentInstrument, PaymentInstrumentInfo
    • Add attribute matchingValues in class TransactionRuleRestrictions to check if a user has recently made multiple transfers with the specified values
  • Update all services by @AdyenAutomationBot in #1363

Other Changes 🖇️

Full Changelog: v17.2.0...v17.3.0

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