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
validateShoppingCartto request typeHostedCheckoutSpecificInput. - Added property
productCategoryto request typeOrderLineDetails.
- Added property
2.14.0
- Added:
- Added property
deviceFingerprintTransactionIdto request typeFraudFields. - Added call
products.deviceFingerprint.
- Added property
- Changed:
- Renamed property
fingerPrintActivatedof request typeFraudFieldstodeviceFingerprintActivated.
- Renamed property
2.13.0
- Added:
- Added property
passengersto request typeAirlineData. - Added property
serviceClassto request typeAirlineFlightLeg. - Added property
aliasto request typesCreateMandateBase,CreateMandateRequestandCreateMandateWithReturnUrl.
- Added property
2.12.0
- Added:
- Added request types
CreateMandateWithReturnUrlandSepaDirectDebitPaymentProduct771SpecificInputBase.
- Added request types
- Changed:
- Restructured request types
SepaDirectDebitPaymentMethodSpecificInput,SepaDirectDebitPaymentMethodSpecificInputBaseandSepaDirectDebitPaymentProduct771SpecificInput.
- Restructured request types
2.11.0
- Added:
- Added property
sellerto request typeOrder. - Added properties
eInvoicePaymentMethodSpecificInputandsepaDirectDebitPaymentMethodSpecificInputto request typeCreateHostedCheckoutRequest. - Added property
returnCancelStateto request typeHostedCheckoutSpecificInput. - Added property
paymentProduct771SpecificOutputto request typeSepaDirectDebitPaymentMethodSpecificOutput. - Added calls
mandates.create,mandates.createWithMandateReference,mandates.get,mandates.block,mandates.unblockandmandates.revoke. - Added request types
EInvoicePaymentMethodSpecificInputBaseandSepaDirectDebitPaymentMethodSpecificInputBase.
- Added property
- Changed:
- Request type
EInvoicePaymentMethodSpecificInputnow extends request typeEInvoicePaymentMethodSpecificInputBaseinstead of extendingAbstractPaymentMethodSpecificInputdirectly. - Request type
SepaDirectDebitPaymentMethodSpecificInputnow extends request typeSepaDirectDebitPaymentMethodSpecificInputBaseinstead of extendingAbstractPaymentMethodSpecificInputdirectly. - The
countryCodeproperty of request typeGetCustomerDetailsRequestis marked as required, making requests fail earlier if no country code is given.
- Request type
2.10.0
- Added:
- Added new payment method
EInvoiceto support the new AfterPay Installments and AfterPay Invoice products. - Added call
products.customerDetails. - Added properties
productNameandgoogleProductCategoryIdto request typeOrderLineDetails. - Added property
fieldsWarningto request typePaymentProduct. - Added property
usedForLookupto request typePaymentProductField. This field indicates if the payment product field can and should be provided for a call to the newproducts.customerDetailscall. - Added property
linkto request typePaymentProductFieldDisplayHintswhich is a URL that points to the Terms and Conditions for the product. - Added property
displayElementsto request typeValueMappingElement.
- Added new payment method
- Deprecated:
- Deprecated property
displayNameof request typeValueMappingElementin favor of an element with the same id in thedisplayElementslist.
- Deprecated property
2.9.0
- Added:
- Added property
contactDetailsto request typeCustomerRiskAssessment.
- Added property
2.8.0
- Added:
- Add calls
payments.find,payouts.findandrefunds.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
customto request typeRedirectPaymentProduct840SpecificInput. - Added property
orderto request typeCompletePaymentRequest. - Added property
paymentProduct840SpecificInputto request typeRedirectPaymentMethodSpecificInput. - Added properties
requiresApprovalandtokenizeto request typeRedirectPaymentMethodSpecificInputBase. - Added property
itemsto request typeShoppingCart. - Added request type
ApprovePaymentDirectDebitPaymentMethodSpecificInput.
- Added property
- Changed:
- Request types
ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInputandApprovePaymentSepaDirectDebitPaymentMethodSpecificInputnow extendApprovePaymentDirectDebitPaymentMethodSpecificInputinstead of extendingApprovePaymentPaymentMethodSpecificInputdirectly.
- Request types
- Deprecated:
- Deprecated property
itemsof request typeOrderin favor ofShoppingCart.items
- Deprecated property