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.25.0
- Added:
- Added property
paymentProduct840SpecificInput
to request typeRedirectPaymentMethodSpecificInputBase
. - Added property
addressSelectionAtPayPal
to request typeRedirectPaymentProduct840SpecificInput
. - Added calls
payments.dispute
,payments.disputes
,disputes.get
anddisputes.submit
to handle disputes.
- Added property
- Changed:
- For complete payment, the
cardPaymentMethodSpecificInput
property is no longer always required. Please check the API reference for more information.
- For complete payment, the
2.24.0
- Added:
- Added property
mobilePaymentMethodSpecificInput
to request typeCreateHostedCheckoutRequest
. - Added properties
pan
andpaymentMethod
to request typeDecryptedPaymentData
. - Added property
existingUniqueMandateReference
to request typesSepaDirectDebitPaymentProduct771SpecificInput
andSepaDirectDebitPaymentProduct771SpecificInputBase
.
- Added property
- Deprecated:
- Deprecated property
mandateReference
of request typesSepaDirectDebitPaymentProduct771SpecificInput
andSepaDirectDebitPaymentProduct771SpecificInputBase
in favor of the newexistingUniqueMandateReference
property.
- Deprecated property
- Removed:
- Removed property
paymentProduct320SpecificInput
from request typeMobilePaymentMethodSpecificInput
. 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 typeMobilePaymentMethodSpecificInput
. 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.
- Removed property
2.23.0
- Added:
- Added property
paymentProduct863SpecificInput
to request typeRedirectPaymentMethodSpecificInput
.
- Added property
2.22.0
- Added:
- Added properties
totalFare
,totalFee
,totalTaxes
andtravelAgencyName
to request typeAirlineData
. - Added properties
arrivalTime
,conjunctionTicket
,couponNumber
,endorsementOrRestriction
,exchangeTicket
,fee
,passengerClass
andtaxes
to request typeAirlineFlightLeg
. - Added call
productgroups.deviceFingerprint
.
- Added properties
- Deprecated:
- Deprecated property
serviceClass
of request typeAirlineFlightLeg
in favor of new propertypassengerClass
of the same request type.
- Deprecated property
2.21.0
- Added:
- Added property
token
to request typeCardPayoutMethodSpecificInput
. - Added property
patronymicName
to request typeBankAccountBbanRefund
. - Added property
fiscalNumber
to request typeRefundCustomer
.
- Added property
- Changed:
- Made property
card
of request typeCardPayoutMethodSpecificInput
non-required. Note that the property will still be required in some cases.
- Made property
2.20.0
- Added:
- Added call
payments.refunds
.
- Added call
2.19.0
- Added:
- Added support for hosted mandate management through calls
hostedmandatemanagements.create
andhostedmandatemanagements.get
.
- Added support for hosted mandate management through calls
2.18.0
- Removed:
- Removed property
phoneNumber
of request typeMandateContactDetails
.
- Removed property
2.17.0
- Added:
- Added property
uniqueMandateReference
to request typesCreateMandateBase
,CreateMandateRequest
andCreateMandateWithReturnUrl
. - Added properties
unscheduledCardOnFileIndicator
andunscheduledCardOnFileRequestor
to request typesCardPaymentMethodSpecificInputBase
andCardPaymentMethodSpecificInput
.
- Added property
2.16.0
- Added:
- Added support for payment product 730 (ACH) through request types
NonSepaDirectDebitPaymentProduct730SpecificInput
andTokenNonSepaDirectDebitPaymentProduct730SpecificData
.
- Added support for payment product 730 (ACH) through request types