Skip to content

Adyen Go API Library v13.0.0

Latest
Compare
Choose a tag to compare
@AdyenAutomationBot AdyenAutomationBot released this 07 Oct 15:13
· 6 commits to main since this release
0e63cfa

What's Changed

Breaking Changes 🛠

  • Management API:
    • In PaymentMethod and PaymentMethodSetupInfo class GenericPmWithTdiInfo name change to JCBInfo
  • LEM API:
    • In BusinessLineInfoUpdate class capability, legalEntityId, salesChannels and service are removed
  • Update all services by @AdyenAutomationBot in #359

Other Changes 🖇️

  • Checkout API:

    • In CardDetailsResponse the attributes FundingSource and IsCardCommercial are added to check if the funding source of the card is eg. Debit, Credit or Prepaid and to check if the card is a consumer or commercial card.
    • In FundRecipients the WalletPurpose attribute added to indicate the purpose of a digital wallet transaction.
    • In Mandate added count attribute to retrieve the number of transactions that can be performed within the given frequency
    • In PayToDetails class RecurringDetailReference marked deprecated and StoredPaymentMethodId added to return the reference to the payment method in the response when creating the token.
    • In PaymentDetails class bizum added
  • LEM API:

    • In GetTermsOfServiceDocumentResponse, GetTermsOfServiceDocumentRequest, AcceptTermsOfServiceResponse and TermsOfServiceAcceptanceInfo added adyenChangeCard enum.
    • TaxEDeliveryConsentApi added
    • Added CheckTaxElectronicDeliveryConsentResponse which allows a platform to check delivery consent for US Tax Form 1099-K.
    • SetTaxElectronicDeliveryConsentRequest added which allows a platform to set delivery consent (electronic delivery true|false) for US Tax Form 1099-K
    • In OnboardingLinkSettings add allowDebugUi to indicate if the user may press a hidden key combination to open the HO debugging UI
  • Management API:

    • JCBInfo added
  • Payment API:

    • In Mandate class count added to retrieve the number of transactions that can be performed within the given frequency
  • Update CODEOWNERS by @acampos1916 in #361

  • Release v13.0.0 by @AdyenAutomationBot in #360

Full Changelog: v12.2.0...v13.0.0