Adyen Go API Library v16.0.0
·
23 commits
to main
since this release
What's Changed
Breaking Changes 🛠
- LegalEntity Management API
- In
Trust
remove attributeTaxAbsent
- In
- Management API
- In
PaymentMethod
the type of attributeDiners
has changed toDinersInfo
- In
New Changes
- Checkout API:
- Add
Riverty
andPseDetails
payment methods - In
PaymentRequest
add new attributeBankAccount
to define the bank account details for the payment methods when applicable (e.g.RatePay
) - In
PaymentRequest
add attributeShopperConversionId
- Add
- BalancePlatform
- In
CreateSweepConfigurationV2
,SweepConfigurationV2
andUpdateSweepConfigurationV2
addedReasonDetail
, a human readable reason for disabling the sweep.
- In
- DisputeWebhooks
- Add support for Dispute webhooks https://docs.adyen.com/api-explorer/dispute-webhooks/latest/overview
- ConfigurationWebhooks
- In
SweepConfigurationV2
addedReasonDetail
, a human readable reason for disabling the sweep.
- In
-
LegalEntity Management API:
- In
OnboardingLinkSettings
add attributeEnforceLegalAge
- In
PhoneNumber
add attributePhoneCountryCode
- In
Trust
add attributeDescription
We now support the following API calls:
- Added function:
CalculatePciStatusRequest
- Added function:
CalculatePciStatusOfLegalEntity
- Added
UnincorporatedPartnership
toLegalEntityInfo
andNewUnincorporatedPartnership
- Added
limitedLiabilityPartnership
,eg
,cooperative
,vos,
comunidaDeBienes,
herenciaYacente,
comunidaDePropietarios,
sep,
sca,
bt,
kkt,
scs,
sncenum in
UnincorporatedPartnership` - Added
secondaryPartner
,uboThroughControl
anduboThroughOwnership
enum inLegalEntityAssociation
- In
Other Changes 🖇️
- Change imports from /v15 to /v16 by @Kwok-he-Chu in #390
- Update all services by @AdyenAutomationBot in #388
- Update all services by @AdyenAutomationBot in #393
- Release v16.0.0 by @AdyenAutomationBot in #395
Full Changelog: v15.0.0...v16.0.0