Releases: Adyen/adyen-node-api-library
Adyen Node API Library v21.0.0
What's Changed
Breaking Changes 🛠
- Management API
- In
splitConfiguration.ts
removedproperty stores
- In
- Update all services by @AdyenAutomationBot in #1418
Other Changes 🖇️
- Management API
- In
configuration.ts
added propertycommercial
- In
currency
added propertymaxAmount
- In
- Classic Payments API
- in
modificationResult
added enumAuthorised
- in
- Add @deprecated tag: mark deprecated attributes of the models in the OpenAPI files by @gcatanese in #1414
- Update all services by @AdyenAutomationBot in #1423
- Run CodeQL analysis on cron job only by @gcatanese in #1422
- Release v21.0.0 by @AdyenAutomationBot in #1421
Full Changelog: v20.0.0...v21.0.0
Adyen Node API Library v20.0.0
Breaking Changes 🛠
- LEM API:
- Removed
CapabilityEnum
,legalEntityId
,ServiceEnum
inBusinessLineInfoUpdate
- Removed
allowDebugUi
inOnboardingLinkSettings
- Removed
- Management API:
- Added
JCBInfo
- Changed type of
jcb
-attribute fromGenericPmWithTdiInfo
toJCBInfo
inPaymentMethod
- Changed type of
jcb
-attribute fromGenericPmWithTdiInfo
toJCBInfo
inPaymentMethodSetupInfo
- Added
New Features 💎
-
Checkout API:
- Added
fundingSource
andisCardCommercial
incardDetailsResponse
- Added
WalletPurposeEnum
(identifiedBoleto
,transferDifferentWallet
,transferOwnWallet
,transferSameWallet
,unidentifiedBoleto
) inFundRecipient
- Added
storedPaymentMethodId
inPayToDetails
- Deprecated
recurringDetailReference
inPayToDetails
- Added
-
LEM API:
- Added
checkTaxElectronicDeliveryConsentResponse
- Added
setTaxElectronicDeliveryConsentRequest
- Added support for LEM API v3
TaxEDeliveryConsentApi
- Added
-
Balance Platform API:
- Added
branchNumber
inbankAccountDetails
- Added
-
Transfers API:
- Added
accountHierarchyNotActive
,directDebitNotSupported
,pendingExecution
andtransferInstrumentDoesNotExist
for sweepConfigurationV2 and transferWebhooks. - Added
transferReview
,transferInfo
,transferEvent
andtransferData
to transferWebhooks - Added
DirectDebitInformation
to transferWebhooks - Added
issueCreditLimit
inverificationDeadline
,verificationError
andverificationErrorRecursive
- Added
Other Changes 🖇️
- Update CODEOWNERS by @acampos1916 in #1415
- Release v20.0.0 by @AdyenAutomationBot in #1416
Full Changelog: v19.4.0...v20.0.0
Adyen Node API Library v19.4.0
What's Changed
New Features 💎
- Checkout API:
- Added Bizum payment method in
paymentDetails.ts
- In
mandate.ts
addcount
to retrieve the number of transactions that can be performed within the given frequency.
- Added Bizum payment method in
- LEM API:
- In
onboardingLinkSettings.ts
addallowDebugUi
to indicate if the user may press a hidden key combination to open the HO debugging UI.
- In
- Update all services by @AdyenAutomationBot in #1411
Other Changes 🖇️
- Release v19.4.0 by @AdyenAutomationBot in #1412
Full Changelog: v19.3.0...v19.4.0
Adyen Node API Library v19.3.0
What's Changed
New Features 💎
- Checkout API:
- Add EftDetails payment method
- In
CheckoutBankTransferAction
class the attributesaccountNumber
,routingNumber
,sortCode
have been added
- LEM API:
- Add
ISSUECREDITLIMIT
enum toVerificationDeadline
,VerificationError
,VerificationErrorRecursive
- Improved comments on enums
- Add
- Management API:
- Add support for Accel, Nyce, PayMe, Pulse, Sodexo, Star
Connectivity
class add attributeterminalIPAddressURL
- Update all services by @AdyenAutomationBot in #1394
Other Changes 🖇️
- Use
npm config
when setting auth token during publishing by @vergilfromadyen in #1395 - Update npmpublish.yml again by @vergilfromadyen in #1397
- Revert removing
npm config set
when npm publishing by @vergilfromadyen in #1398 - Release v19.3.0 by @AdyenAutomationBot in #1396
Full Changelog: v19.2.0...v19.3.0
Adyen Node API Library v19.2.0
What's Changed
New Features 💎
- Minor updates (comments)
- Update all services by @AdyenAutomationBot in #1387
Other Changes 🖇️
- chore(deps): bump ws from 7.5.8 to 7.5.10 by @dependabot in #1366
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #1221
- removed coveralls from devdependencies by @wboereboom in #1390
- Chore(deps): bump tough-cookie from 4.0.0 to 4.1.4 by @dependabot in #1391
- Renamed the NPM publishing token by @vergilfromadyen in #1392
- chore(deps): update dependency nock to v13.5.5 by @renovate in #1385
- Update npmpublish.yml by @jillingk in #1393
- Release v19.2.0 by @AdyenAutomationBot in #1388
New Contributors
- @vergilfromadyen made their first contribution in #1392
Full Changelog: v19.1.0...v19.2.0
Adyen Node API Library v19.1.0
What's Changed
New Features 💎
- Checkout API:
- Add PayToDetails payment method
FundRecipient
add attributeIBAN
PaymentLinkRequest
add attributesfundOrigin
andfundRecipient
PaymentLinkResponse
add attributesfundOrigin
andfundRecipient
- Update all services by @AdyenAutomationBot in #1384
Other Changes 🖇️
- Release v19.1.0 by @AdyenAutomationBot in #1386
Full Changelog: v19.0.0...v19.1.0
Adyen Node API Library v19.0.0
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
Adyen Node API Library v18.1.0
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
andGetTermsOfServiceDocumentResponse
add attributetermsOfServiceDocumentFormat
LegalEntityAssociation
add attributerelationship
LegalEntityAssociation
add enumLegalRepresentative
- provide a new class
OnboardingLinkSettings
to customise the Hosted Onboarding configuration
- In
- Update all services by @AdyenAutomationBot in #1373
Other Changes 🖇️
- update readme by @DjoykeAbyah in #1374
- Update paymentapp readme by @DjoykeAbyah in #1376
- Release v18.1.0 by @AdyenAutomationBot in #1375
Full Changelog: v18.0.0...v18.1.0
Adyen Node API Library v18.0.0
What's Changed
Breaking Changes 🛠
- Checkout API:
- In
IdealDetails
andIdealDonations
the attributeissuer
is no longer mandatory. This is required to support iDEAL 2.0 - In
PaymentDetails
class the enumBANKTRANSFER_IBAN
andPAYBYBANK
have been removed
- In
- Update all services by @AdyenAutomationBot in #1371
Other Changes 🖇️
- Checkout API:
- In
StoredPaymentMethodDetails
add new enumbankTransfer_IBAN
- In
- Transfers API:
- In
TransferInfo
addTransferInfo.PriorityEnum
- In
- added new issue labeler and stalebot by @DjoykeAbyah in #1369
- chore(deps): update dependency acorn to v8.12.1 by @renovate in #1365
- fix stalebot by @DjoykeAbyah in #1372
- Release v18.0.0 by @AdyenAutomationBot in #1370
⚠️ RemovedbankTransfer_IBAN
from src/typings/checkout/paymentDetails.ts- added
bankTransfer_IBAN
to src/typings/checkout/storedPaymentMethodDetails.ts
Full Changelog: v17.3.0...v18.0.0
Adyen Node API Library v17.3.0
What's Changed
New Features 💎
-
Checkout API:
- CashApp support: add
subtype
in classCashAppDetails
- Add PayByBankDetails payment method
- In
GooglePayDetails
,PayWithGoogleDetails
,GooglePayDonations
andPayWithGoogleDonations
classes thethreeDS2SdkVersion
has been added, required for mobile integrations SubMerchantInfo
add new attributesamount
,email
,phoneNumber
- CashApp support: add
-
Balance Platform Configuration API:
- Add enum
DECLINED
in classesCreateSweepConfigurationV2
,SweepConfigurationV2
,UpdateSweepConfigurationV2
- Add attribute
statusComment
in classesPaymentInstrument
,PaymentInstrumentInfo
- Add attribute
matchingValues
in classTransactionRuleRestrictions
to check if a user has recently made multiple transfers with the specified values
- Add enum
-
Update all services by @AdyenAutomationBot in #1363
Other Changes 🖇️
-
chore(deps): update actions/checkout digest to 692973e by @renovate in #1364
-
Release v17.3.0 by @AdyenAutomationBot in #1368
-
⚠️ Removedpaybybank
enum from paymentDetails.ts
Full Changelog: v17.2.0...v17.3.0