Skip to content

Releases: Adyen/adyen-node-api-library

Adyen Node API Library v20.0.0

15 Oct 12:05
85405e4
Compare
Choose a tag to compare

Breaking Changes 🛠

  • LEM API:
    • Removed CapabilityEnum, legalEntityId, ServiceEnum in BusinessLineInfoUpdate
    • Removed allowDebugUi in OnboardingLinkSettings
  • Management API:
    • Added JCBInfo
    • Changed type of jcb-attribute from GenericPmWithTdiInfo to JCBInfo in PaymentMethod
    • Changed type of jcb-attribute from GenericPmWithTdiInfo to JCBInfo in PaymentMethodSetupInfo

New Features 💎

  • Checkout API:

    • Added fundingSource and isCardCommercial in cardDetailsResponse
    • Added WalletPurposeEnum (identifiedBoleto, transferDifferentWallet, transferOwnWallet, transferSameWallet, unidentifiedBoleto) in FundRecipient
    • Added storedPaymentMethodId in PayToDetails
    • Deprecated recurringDetailReference in PayToDetails
  • LEM API:

    • Added checkTaxElectronicDeliveryConsentResponse
    • Added setTaxElectronicDeliveryConsentRequest
    • Added support for LEM API v3 TaxEDeliveryConsentApi
  • Balance Platform API:

    • Added branchNumber in bankAccountDetails
  • Transfers API:

    • Added accountHierarchyNotActive, directDebitNotSupported, pendingExecution and transferInstrumentDoesNotExist for sweepConfigurationV2 and transferWebhooks.
    • Added transferReview, transferInfo, transferEvent and transferData to transferWebhooks
    • Added DirectDebitInformation to transferWebhooks
    • Added issueCreditLimit in verificationDeadline, verificationError and verificationErrorRecursive

Other Changes 🖇️

Full Changelog: v19.4.0...v20.0.0

Adyen Node API Library v19.4.0

30 Sep 13:20
acbcc96
Compare
Choose a tag to compare

What's Changed

New Features 💎

  • Checkout API:
    • Added Bizum payment method in paymentDetails.ts
    • In mandate.ts add count to retrieve the number of transactions that can be performed within the given frequency.
  • LEM API:
    • In onboardingLinkSettings.ts add allowDebugUi to indicate if the user may press a hidden key combination to open the HO debugging UI.
  • Update all services by @AdyenAutomationBot in #1411

Other Changes 🖇️

Full Changelog: v19.3.0...v19.4.0

Adyen Node API Library v19.3.0

16 Sep 12:44
c652ccf
Compare
Choose a tag to compare

What's Changed

New Features 💎

  • Checkout API:
    • Add EftDetails payment method
    • In CheckoutBankTransferAction class the attributes accountNumber, routingNumber, sortCode have been added
  • LEM API:
    • Add ISSUECREDITLIMIT enum to VerificationDeadline, VerificationError, VerificationErrorRecursive
    • Improved comments on enums
  • Management API:
    • Add support for Accel, Nyce, PayMe, Pulse, Sodexo, Star
    • Connectivity class add attribute terminalIPAddressURL
  • Update all services by @AdyenAutomationBot in #1394

Other Changes 🖇️

Full Changelog: v19.2.0...v19.3.0

Adyen Node API Library v19.2.0

29 Aug 13:38
176a0d6
Compare
Choose a tag to compare

What's Changed

New Features 💎

Other Changes 🖇️

New Contributors

Full Changelog: v19.1.0...v19.2.0

Adyen Node API Library v19.1.0

22 Aug 09:52
7384035
Compare
Choose a tag to compare

What's Changed

New Features 💎

  • Checkout API:
    • Add PayToDetails payment method
    • FundRecipient add attribute IBAN
    • PaymentLinkRequest add attributes fundOrigin and fundRecipient
    • PaymentLinkResponse add attributes fundOrigin and fundRecipient
  • Update all services by @AdyenAutomationBot in #1384

Other Changes 🖇️

Full Changelog: v19.0.0...v19.1.0

Adyen Node API Library v19.0.0

15 Aug 14:18
491ea65
Compare
Choose a tag to compare

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 to AchDetails, BacsDirectDebitDetails, SepaDirectDebitDetails
    • Adyen Giving support for Campaign Manager: DonationsApi provides the donationCampaigns method to get a list of donation campaigns, DonationCampaignsRequest class has a new field donationCampaignId
    • StoredPaymentMethodDetails the enum BANKTRANSFER_IBAN has been removed
    • In PaymentDetails the enum BANKTRANSFER_IBAN has been added
  • Transfers API:
  • LEM API:
    • Organization add countryOfGoverningLaw attribute
  • Update all services by @AdyenAutomationBot in #1377

Other Changes 🖇️

Full Changelog: v18.1.0...v19.0.0

Adyen Node API Library v18.1.0

25 Jul 11:43
d7702ab
Compare
Choose a tag to compare

What's Changed

New Features 💎

Add support for Payments App API, used to onboard and manage the Adyen Payments App on Android

  • LEM API:
    • In GetTermsOfServiceDocumentRequest and GetTermsOfServiceDocumentResponse add attribute termsOfServiceDocumentFormat
    • LegalEntityAssociation add attribute relationship
    • LegalEntityAssociation add enum LegalRepresentative
    • provide a new class OnboardingLinkSettings to customise the Hosted Onboarding configuration
  • Update all services by @AdyenAutomationBot in #1373

Other Changes 🖇️

Full Changelog: v18.0.0...v18.1.0

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