Adyen Go API Library v13.0.0
What's Changed
Breaking Changes 🛠
- Management API:
- In
PaymentMethod
andPaymentMethodSetupInfo
classGenericPmWithTdiInfo
name change toJCBInfo
- In
- LEM API:
- In
BusinessLineInfoUpdate
classcapability
,legalEntityId
,salesChannels
andservice
are removed
- In
- Update all services by @AdyenAutomationBot in #359
Other Changes 🖇️
-
Checkout API:
- In
CardDetailsResponse
the attributesFundingSource
andIsCardCommercial
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
theWalletPurpose
attribute added to indicate the purpose of a digital wallet transaction. - In
Mandate
addedcount
attribute to retrieve the number of transactions that can be performed within the given frequency - In
PayToDetails
classRecurringDetailReference
marked deprecated andStoredPaymentMethodId
added to return the reference to the payment method in the response when creating the token. - In
PaymentDetails
classbizum
added
- In
-
LEM API:
- In
GetTermsOfServiceDocumentResponse
,GetTermsOfServiceDocumentRequest
,AcceptTermsOfServiceResponse
andTermsOfServiceAcceptanceInfo
addedadyenChangeCard
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
addallowDebugUi
to indicate if the user may press a hidden key combination to open the HO debugging UI
- In
-
Management API:
JCBInfo
added
-
Payment API:
- In
Mandate
classcount
added to retrieve the number of transactions that can be performed within the given frequency
- In
-
Update CODEOWNERS by @acampos1916 in #361
-
Release v13.0.0 by @AdyenAutomationBot in #360
Full Changelog: v12.2.0...v13.0.0