Skip to content

Adyen Go API Library v16.0.0

Compare
Choose a tag to compare
@AdyenAutomationBot AdyenAutomationBot released this 04 Dec 13:00
· 23 commits to main since this release
fe4df1a

What's Changed

Breaking Changes 🛠

  • LegalEntity Management API
    • In Trust remove attribute TaxAbsent
  • Management API
    • In PaymentMethod the type of attribute Diners has changed to DinersInfo

New Changes

  • Checkout API:
    • Add Riverty and PseDetails payment methods
    • In PaymentRequest add new attribute BankAccount to define the bank account details for the payment methods when applicable (e.g. RatePay)
    • In PaymentRequest add attribute ShopperConversionId
  • BalancePlatform
    • In CreateSweepConfigurationV2, SweepConfigurationV2 and UpdateSweepConfigurationV2 added ReasonDetail, a human readable reason for disabling the sweep.
  • DisputeWebhooks
  • ConfigurationWebhooks
    • In SweepConfigurationV2 added ReasonDetail, a human readable reason for disabling the sweep.
  • LegalEntity Management API:

    • In OnboardingLinkSettings add attribute EnforceLegalAge
    • In PhoneNumber add attribute PhoneCountryCode
    • In Trust add attribute Description

    We now support the following API calls:

    • Added function: CalculatePciStatusRequest
    • Added function: CalculatePciStatusOfLegalEntity
    • Added UnincorporatedPartnership to LegalEntityInfo and NewUnincorporatedPartnership
    • Added limitedLiabilityPartnership, eg, cooperative, vos, comunidaDeBienes, herenciaYacente, comunidaDePropietarios, sep, sca, bt, kkt, scs, snc enum inUnincorporatedPartnership`
    • Added secondaryPartner, uboThroughControl and uboThroughOwnership enum in LegalEntityAssociation

Other Changes 🖇️

Full Changelog: v15.0.0...v16.0.0