This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Releases: Ingenico-ePayments/connect-sdk-nodejs
Releases · Ingenico-ePayments/connect-sdk-nodejs
2.15.0
- Added:
- Added property
validateShoppingCart
to request typeHostedCheckoutSpecificInput
. - Added property
productCategory
to request typeOrderLineDetails
.
- Added property
2.14.0
- Added:
- Added property
deviceFingerprintTransactionId
to request typeFraudFields
. - Added call
products.deviceFingerprint
.
- Added property
- Changed:
- Renamed property
fingerPrintActivated
of request typeFraudFields
todeviceFingerprintActivated
.
- Renamed property
2.13.0
- Added:
- Added property
passengers
to request typeAirlineData
. - Added property
serviceClass
to request typeAirlineFlightLeg
. - Added property
alias
to request typesCreateMandateBase
,CreateMandateRequest
andCreateMandateWithReturnUrl
.
- Added property
2.12.0
- Added:
- Added request types
CreateMandateWithReturnUrl
andSepaDirectDebitPaymentProduct771SpecificInputBase
.
- Added request types
- Changed:
- Restructured request types
SepaDirectDebitPaymentMethodSpecificInput
,SepaDirectDebitPaymentMethodSpecificInputBase
andSepaDirectDebitPaymentProduct771SpecificInput
.
- Restructured request types
2.11.0
- Added:
- Added property
seller
to request typeOrder
. - Added properties
eInvoicePaymentMethodSpecificInput
andsepaDirectDebitPaymentMethodSpecificInput
to request typeCreateHostedCheckoutRequest
. - Added property
returnCancelState
to request typeHostedCheckoutSpecificInput
. - Added property
paymentProduct771SpecificOutput
to request typeSepaDirectDebitPaymentMethodSpecificOutput
. - Added calls
mandates.create
,mandates.createWithMandateReference
,mandates.get
,mandates.block
,mandates.unblock
andmandates.revoke
. - Added request types
EInvoicePaymentMethodSpecificInputBase
andSepaDirectDebitPaymentMethodSpecificInputBase
.
- Added property
- Changed:
- Request type
EInvoicePaymentMethodSpecificInput
now extends request typeEInvoicePaymentMethodSpecificInputBase
instead of extendingAbstractPaymentMethodSpecificInput
directly. - Request type
SepaDirectDebitPaymentMethodSpecificInput
now extends request typeSepaDirectDebitPaymentMethodSpecificInputBase
instead of extendingAbstractPaymentMethodSpecificInput
directly. - The
countryCode
property of request typeGetCustomerDetailsRequest
is marked as required, making requests fail earlier if no country code is given.
- Request type
2.10.0
- Added:
- Added new payment method
EInvoice
to support the new AfterPay Installments and AfterPay Invoice products. - Added call
products.customerDetails
. - Added properties
productName
andgoogleProductCategoryId
to request typeOrderLineDetails
. - Added property
fieldsWarning
to request typePaymentProduct
. - Added property
usedForLookup
to request typePaymentProductField
. This field indicates if the payment product field can and should be provided for a call to the newproducts.customerDetails
call. - Added property
link
to request typePaymentProductFieldDisplayHints
which is a URL that points to the Terms and Conditions for the product. - Added property
displayElements
to request typeValueMappingElement
.
- Added new payment method
- Deprecated:
- Deprecated property
displayName
of request typeValueMappingElement
in favor of an element with the same id in thedisplayElements
list.
- Deprecated property
2.9.0
- Added:
- Added property
contactDetails
to request typeCustomerRiskAssessment
.
- Added property
2.8.0
- Added:
- Add calls
payments.find
,payouts.find
andrefunds.find
.
- Add calls
2.7.0
- Added:
- Added support for webhooks. Please note that webhooks are not yet fully functional until all documentation is published on the developer portal and officially announced by Ingenico ePayments.
2.6.0
- Added:
- Added property
custom
to request typeRedirectPaymentProduct840SpecificInput
. - Added property
order
to request typeCompletePaymentRequest
. - Added property
paymentProduct840SpecificInput
to request typeRedirectPaymentMethodSpecificInput
. - Added properties
requiresApproval
andtokenize
to request typeRedirectPaymentMethodSpecificInputBase
. - Added property
items
to request typeShoppingCart
. - Added request type
ApprovePaymentDirectDebitPaymentMethodSpecificInput
.
- Added property
- Changed:
- Request types
ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput
andApprovePaymentSepaDirectDebitPaymentMethodSpecificInput
now extendApprovePaymentDirectDebitPaymentMethodSpecificInput
instead of extendingApprovePaymentPaymentMethodSpecificInput
directly.
- Request types
- Deprecated:
- Deprecated property
items
of request typeOrder
in favor ofShoppingCart.items
- Deprecated property