Skip to content

Adyen .net API Library v21.0.0

Compare
Choose a tag to compare
@AdyenAutomationBot AdyenAutomationBot released this 07 Oct 14:35
· 28 commits to main since this release
998800e

What's Changed

Breaking Changes 🛠

  • Checkout API:

    • In PaymentDetails the bizum payment method added causing changes in the numeric values of enums within the class
  • LEM API:

    • In GetTermsOfServiceDocumentResponse, GetTermsOfServiceDocumentRequest, AcceptTermsOfServiceResponse, TermsOfServiceAcceptanceInfo and CalculateTermsOfServiceStatusResponse added adyenChangeCard enum, causing numeric value changes in sub-sequential enums.
    • In VerificationDeadline, VerificationError and VerificationErrorRecursive class added issueCreditLimit enum, causing numeric value changes in sub-sequential enums.
    • In BusinessLineInfoUpdate class capability including ServiceEnum members removed after marked obsolete
  • Management API:

    • In PaymentMethod and PaymentMethodSetupInfo class GenericPmWithTdiInfo name change to JCBInfo
  • Update all services by @AdyenAutomationBot in #1059

Other Changes 🖇️

  • Checkout API:

    • In CardDetailsResponse class the attributes FundingSource and IsCardCommercial 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 class the WalletPurpose attribute and WalletPurposeEnum with members IdentifiedBoleto, TransferDifferentWallet, TransferOwnWallet, TransferSameWallet and UnidentifiedBoleto were added. To indicate the purpose of a digital wallet transaction.
    • In Mandate class count attribute added to retrieve the number of transactions that can be performed within the given frequency
    • In PayToDetails class RecurringDetailReference marked as obsolete, StoredPaymentMethodId added to return the reference to the payment method in the response when creating the token.
  • LEM API:

    • Added CheckTaxElectronicDeliveryConsentResponse which allows a platform to check delivery consent 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
    • SetTaxElectronicDeliveryConsentRequest added which allows a platform to set delivery consent (electronic delivery true|false) for US Tax Form 1099-K
  • 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
  • Allow .NET Library to send encrypted payloads to the /sync and /async Cloud Terminal API endpoints by @Kwok-he-Chu in #1060

  • Remove extra backslash for possdk by @jillingk in #1062 fixing double append of /checkout when using possdk

  • Add deprecated message in mustache model template by @Kwok-he-Chu in #1064

  • Release v21.0.0 by @AdyenAutomationBot in #1063

Full Changelog: v20.0.0...v21.0.0