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.25.0

06 Feb 14:48
Compare
Choose a tag to compare
  • Added:
    • Added property paymentProduct840SpecificInput to request type RedirectPaymentMethodSpecificInputBase.
    • Added property addressSelectionAtPayPal to request type RedirectPaymentProduct840SpecificInput.
    • Added calls payments.dispute, payments.disputes, disputes.get and disputes.submit to handle disputes.
  • Changed:
    • For complete payment, the cardPaymentMethodSpecificInput property is no longer always required. Please check the API reference for more information.

2.24.0

17 Jan 10:12
Compare
Choose a tag to compare
  • Added:
    • Added property mobilePaymentMethodSpecificInput to request type CreateHostedCheckoutRequest.
    • Added properties pan and paymentMethod to request type DecryptedPaymentData.
    • Added property existingUniqueMandateReference to request types SepaDirectDebitPaymentProduct771SpecificInput and SepaDirectDebitPaymentProduct771SpecificInputBase.
  • Deprecated:
    • Deprecated property mandateReference of request types SepaDirectDebitPaymentProduct771SpecificInput and SepaDirectDebitPaymentProduct771SpecificInputBase in favor of the new existingUniqueMandateReference property.
  • Removed:
    • Removed property paymentProduct320SpecificInput from request type MobilePaymentMethodSpecificInput. This was only used for Android Pay if you decrypted Google's payment data yourself. Now that Android Pay has been replaced by Google Pay this field is no longer needed.
    • Removed property transactionId from request type MobilePaymentMethodSpecificInput. This was only used for Android Pay and Apple Pay if you decrypted Google's or Apple's payment data yourself. This field was never used, and has therefore been dropped.

2.23.0

24 Oct 14:09
Compare
Choose a tag to compare
  • Added:
    • Added property paymentProduct863SpecificInput to request type RedirectPaymentMethodSpecificInput.

2.22.0

26 Sep 12:34
Compare
Choose a tag to compare
  • Added:
    • Added properties totalFare, totalFee, totalTaxes and travelAgencyName to request type AirlineData.
    • Added properties arrivalTime, conjunctionTicket, couponNumber, endorsementOrRestriction, exchangeTicket, fee, passengerClass and taxes to request type AirlineFlightLeg.
    • Added call productgroups.deviceFingerprint.
  • Deprecated:
    • Deprecated property serviceClass of request type AirlineFlightLeg in favor of new property passengerClass of the same request type.

2.21.0

05 Sep 09:00
Compare
Choose a tag to compare
  • Added:
    • Added property token to request type CardPayoutMethodSpecificInput.
    • Added property patronymicName to request type BankAccountBbanRefund.
    • Added property fiscalNumber to request type RefundCustomer.
  • Changed:
    • Made property card of request type CardPayoutMethodSpecificInput non-required. Note that the property will still be required in some cases.

2.20.0

17 Aug 13:58
Compare
Choose a tag to compare
  • Added:
    • Added call payments.refunds.

2.19.0

12 Jul 07:28
Compare
Choose a tag to compare
  • Added:
    • Added support for hosted mandate management through calls hostedmandatemanagements.create and hostedmandatemanagements.get.

2.18.0

07 Jun 07:18
Compare
Choose a tag to compare
  • Removed:
    • Removed property phoneNumber of request type MandateContactDetails.

2.17.0

07 May 13:30
Compare
Choose a tag to compare
  • Added:
    • Added property uniqueMandateReference to request types CreateMandateBase, CreateMandateRequest and CreateMandateWithReturnUrl.
    • Added properties unscheduledCardOnFileIndicator and unscheduledCardOnFileRequestor to request types CardPaymentMethodSpecificInputBase and CardPaymentMethodSpecificInput.

2.16.0

05 Apr 14:26
Compare
Choose a tag to compare
  • Added:
    • Added support for payment product 730 (ACH) through request types NonSepaDirectDebitPaymentProduct730SpecificInput and TokenNonSepaDirectDebitPaymentProduct730SpecificData.