Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Releases: Ingenico-ePayments/connect-sdk-nodejs

2.15.0

30 Jan 09:20
Compare
Choose a tag to compare
  • Added:
    • Added property validateShoppingCart to request type HostedCheckoutSpecificInput.
    • Added property productCategory to request type OrderLineDetails.

2.14.0

15 Jan 08:34
Compare
Choose a tag to compare
  • Added:
    • Added property deviceFingerprintTransactionId to request type FraudFields.
    • Added call products.deviceFingerprint.
  • Changed:
    • Renamed property fingerPrintActivated of request type FraudFields to deviceFingerprintActivated.

2.13.0

18 Dec 13:16
Compare
Choose a tag to compare
  • Added:
    • Added property passengers to request type AirlineData.
    • Added property serviceClass to request type AirlineFlightLeg.
    • Added property alias to request types CreateMandateBase, CreateMandateRequest and CreateMandateWithReturnUrl.

2.12.0

06 Dec 08:28
Compare
Choose a tag to compare
  • Added:
    • Added request types CreateMandateWithReturnUrl and SepaDirectDebitPaymentProduct771SpecificInputBase.
  • Changed:
    • Restructured request types SepaDirectDebitPaymentMethodSpecificInput, SepaDirectDebitPaymentMethodSpecificInputBase and SepaDirectDebitPaymentProduct771SpecificInput.

2.11.0

09 Nov 10:18
Compare
Choose a tag to compare
  • Added:
    • Added property seller to request type Order.
    • Added properties eInvoicePaymentMethodSpecificInput and sepaDirectDebitPaymentMethodSpecificInput to request type CreateHostedCheckoutRequest.
    • Added property returnCancelState to request type HostedCheckoutSpecificInput.
    • Added property paymentProduct771SpecificOutput to request type SepaDirectDebitPaymentMethodSpecificOutput.
    • Added calls mandates.create, mandates.createWithMandateReference, mandates.get, mandates.block, mandates.unblock and mandates.revoke.
    • Added request types EInvoicePaymentMethodSpecificInputBase and SepaDirectDebitPaymentMethodSpecificInputBase.
  • Changed:
    • Request type EInvoicePaymentMethodSpecificInput now extends request type EInvoicePaymentMethodSpecificInputBase instead of extending AbstractPaymentMethodSpecificInput directly.
    • Request type SepaDirectDebitPaymentMethodSpecificInput now extends request type SepaDirectDebitPaymentMethodSpecificInputBase instead of extending AbstractPaymentMethodSpecificInput directly.
    • The countryCode property of request type GetCustomerDetailsRequest is marked as required, making requests fail earlier if no country code is given.

2.10.0

31 Oct 16:33
Compare
Choose a tag to compare
  • Added:
    • Added new payment method EInvoice to support the new AfterPay Installments and AfterPay Invoice products.
    • Added call products.customerDetails.
    • Added properties productName and googleProductCategoryId to request type OrderLineDetails.
    • Added property fieldsWarning to request type PaymentProduct.
    • Added property usedForLookup to request type PaymentProductField. This field indicates if the payment product field can and should be provided for a call to the new products.customerDetails call.
    • Added property link to request type PaymentProductFieldDisplayHints which is a URL that points to the Terms and Conditions for the product.
    • Added property displayElements to request type ValueMappingElement.
  • Deprecated:
    • Deprecated property displayName of request type ValueMappingElement in favor of an element with the same id in the displayElements list.

2.9.0

27 Sep 09:27
Compare
Choose a tag to compare
  • Added:
    • Added property contactDetails to request type CustomerRiskAssessment.

2.8.0

15 Sep 12:49
Compare
Choose a tag to compare
  • Added:
    • Add calls payments.find, payouts.find and refunds.find.

2.7.0

08 Sep 13:07
Compare
Choose a tag to compare
  • 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

06 Sep 15:40
Compare
Choose a tag to compare
  • Added:
    • Added property custom to request type RedirectPaymentProduct840SpecificInput.
    • Added property order to request type CompletePaymentRequest.
    • Added property paymentProduct840SpecificInput to request type RedirectPaymentMethodSpecificInput.
    • Added properties requiresApproval and tokenize to request type RedirectPaymentMethodSpecificInputBase.
    • Added property items to request type ShoppingCart.
    • Added request type ApprovePaymentDirectDebitPaymentMethodSpecificInput.
  • Changed:
    • Request types ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput and ApprovePaymentSepaDirectDebitPaymentMethodSpecificInput now extend ApprovePaymentDirectDebitPaymentMethodSpecificInput instead of extending ApprovePaymentPaymentMethodSpecificInput directly.
  • Deprecated:
    • Deprecated property items of request type Order in favor of ShoppingCart.items