Releases: Adyen/adyen-node-api-library
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
Adyen Node API Library v17.2.0
What's Changed
New Features 💎
- Management API:
- In class
AndroidApp
deprecate attributeerrorCode
- In class
AndroidApp
add attributeerrors
to provide the list of errors of the Android app.
- In class
- Update all services by @AdyenAutomationBot in #1359
Other Changes 🖇️
- chore(deps): update actions/checkout digest to a5ac7e5 by @renovate in #1355
- chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #1361
- Release v17.2.0 by @AdyenAutomationBot in #1360
Full Changelog: v17.1.0...v17.2.0
Adyen Node API Library v17.1.0
What's Changed
New Features 💎
-
Checkout API:
- In
AdditionalDataAirline
a new attributeairlineIssueDate
has been introduced - In
BcmcInfo
the attributetransactionDescription
has been removed
- In
-
Update all services by @AdyenAutomationBot in #1356
Other Changes 🖇️
- Release v17.1.0 by @AdyenAutomationBot in #1358
Full Changelog: v17.0.0...v17.1.0
Adyen Node API Library v17.0.0
What's Changed
Breaking Changes 🛠
-
BalancePlatform Configuration API:
- In
AccountHolderUpdateRequest
remove enumInactive
- In
PaymentInstrument
andUpdatePaymentInstrument
the type of the attributebankAccount
has changed toBankAccountDetails
(new model)
- In
-
LEM API:
- In
OnboardingLinkInfo
change type of attributetype
from a generic map{ [key: string]: boolean; }
toOnboardingLinkSettings
(customisation of the Hosted Onboarding configuration) - In
Trust
remove attributedescription
- In
-
BalancePlatform Configuration webhooks:
- Upgrade to support Configuration Webhooks v2.0
PaymentInstrumentReference
renamed toHref
- In
AccountHolder
remove enumInactive
- In
BalanceAccount
remove attributepaymentInstruments
- In
BalanceAccount
rename enum values:Active
->active
,Closed
->closed
,Inactive
->inactive
,Suspended
->suspended
- In
Card
the type of the attributedeliveryContact
has changed toDeliveryContact
Contact
renamed toDeliveryContact
- In
PaymentInstrument
the type of the attributebankAccount
has changed toBankAccountDetails
(new model) - In
PaymentInstrument
severalstatusEnum
have changed (moved toStatusReasonEnum
. See changes here) - In
Phone
rename enum values:Landline
->landline
,Mobile
->mobile
-
Transfers API:
TransferNotificationTransferTracking
rename toEstimationTrackingData
- In
TransferData
the type of attributetracking
has changed toConfirmationTrackingData | EstimationTrackingData | InternalReviewTrackingData | null
- Remove attribute
formFactor
in several classes (BRLocalAccountIdentification
,CALocalAccountIdentification
,DKLocalAccountIdentification
,IbanAccountIdentification
,NumberAndBicAccountIdentification
, etc..)
-
Transfers webhooks:
TransferNotificationTransferTracking
rename toEstimationTrackingData
- In
TransferData
the type of attributetracking
has changed toConfirmationTrackingData | 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 enumSortCode
- In
CreateSweepConfigurationV2
add attributesreference
andreferenceForBeneficiary
. Add enumPendingApproval
- In
TransactionRule
andTransactionRuleInfo
add enumTimedBlock
- Add new service (
-
Management API
- Add support for Terminal Management
Fixes ⛑️
- Adjust request options.headers by @DjoykeAbyah in #1348
Other Changes 🖇️
- chore(deps): update actions/checkout digest to 0ad4b8f by @renovate in #1346
- updated readme config webhooks by @DjoykeAbyah in #1350
- updated readme posMobile by @DjoykeAbyah in #1352
- Release v17.0.0 by @AdyenAutomationBot in #1349
New Contributors
- @DjoykeAbyah made their first contribution in #1348
Full Changelog: v16.3.0...v17.0.0
Adyen Node API Library v16.3.0
What's Changed
New Features 💎
- Update all services by @AdyenAutomationBot in #1342
Other Changes 🖇️
- Release v16.3.0 by @AdyenAutomationBot in #1344
Full Changelog: v16.2.0...v16.3.0
Adyen Node API Library v16.2.0
What's Changed
New Features 💎
- Update all services by @AdyenAutomationBot in #1333
- Update all services by @AdyenAutomationBot in #1340
Fixes ⛑️
- Update all services by @AdyenAutomationBot in #1341
Other Changes 🖇️
- chore(deps): update adyen/release-automation-action action to v1.2.0 by @renovate in #1335
- chore(deps): update adyen/release-automation-action action to v1.3.0 by @renovate in #1336
- chore(deps): update adyen/release-automation-action action to v1.3.1 by @renovate in #1337
- fix release automation action by @wboereboom in #1339
- Release v16.2.0 by @AdyenAutomationBot in #1338
Full Changelog: v16.1.0...v16.2.0
Adyen Node API Library v16.1.0
What's Changed
New Features 💎
- Update all services by @AdyenAutomationBot in #1328
Other Changes 🖇️
- chore(deps): update dependency eslint to v8.57.0 by @renovate in #1329
- chore(deps): update dependency nock to v13.5.4 by @renovate in #1330
- Release v16.1.0 by @AdyenAutomationBot in #1332
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
What's Changed
Other Changes 🖇️
- Replace Value by LoyaltyID for LocaltyAccountId by @wboereboom in #1319
- Add nullable values for nullable types by @jillingk in #1327
- chore(deps): update dependency dotenv to v16.4.5 by @renovate in #1321
- Update all services by @AdyenAutomationBot in #1322
- chore(deps): update dependency nock to v13.5.3 by @renovate in #1324
- Release v16.0.2 by @AdyenAutomationBot in #1326
Full Changelog: v16.0.1...v16.0.2
Adyen Node API Library v16.0.1
What's Changed
Other Changes 🖇️
- Add missing EXPIRE webhook by @witoszekdev in #1315
- Update all services by @AdyenAutomationBot in #1318
- Release v16.0.1 by @AdyenAutomationBot in #1320
New Contributors
- @witoszekdev made their first contribution in #1315
Full Changelog: v16.0.0...v16.0.1