This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Releases: Ingenico-ePayments/connect-sdk-go
Releases · Ingenico-ePayments/connect-sdk-go
1.16.0
- Added:
- Added property
DeviceFingerprintTransactionID
to structdefinitions.FraudFields
. - Added property
DeviceFingerprintEnabled
to structsproduct.PaymentProduct
andproduct.PaymentProductResponse
. - Added property
TermsAndConditions
to structproduct.PaymentProductFieldValidators
. - Added method
DeviceFingerprint
to structproducts.Client
.
- Added property
- Changed:
- Renamed property
FingerPrintActivated
of structdefinitions.FraudFields
toDeviceFingerprintActivated
.
- Renamed property
1.15.0
- Added:
- Added property
Passengers
to structdefinitions.AirlineData
. - Added property
ServiceClass
to structdefinitions.AirlineFlightLeg
. - Added property
HostedCheckoutSpecificOutput
to structspayment.Payment
andpayment.Response
. - Added property
FraudResults
to structpayment.RedirectPaymentMethodSpecificOutput
. - Added property
Alias
to structsmandates.CreateMandateBase
,mandates.CreateMandateRequest
,mandates.CreateMandateWithReturnURL
andmandates.MandateResponse
. - Added properties
AssetURL
andClientAPIURL
to structsessions.SessionResponse
.
- Added property
1.14.0
- Changed:
- Restructured structs
payment.SepaDirectDebitPaymentProduct771SpecificInput
andpayment.SepaDirectDebitPaymentMethodSpecificInputBase
.
- Restructured structs
1.13.0
- Added:
- Added property
EInvoiceRefundMethodSpecificOutput
to structRefundOutput
- Added property
1.12.0
- Added:
- Added property
Seller
to structOrder
. - Added properties
EInvoicePaymentMethodSpecificInput
andSepaDirectDebitPaymentMethodSpecificInput
to structCreateHostedCheckoutRequest
. - Added property
ReturnCancelState
to structHostedCheckoutSpecificInput
. - Added property
PaymentProduct771SpecificOutput
to structSepaDirectDebitPaymentMethodSpecificOutput
. - Added struct
MandatesClient
and methodClient.Mandates
to support mandates. - Added structs
EInvoicePaymentMethodSpecificInputBase
,SepaDirectDebitPaymentMethodSpecificInputBase
andRedirectDataBase
.
- Added property
1.11.0
- Added:
- Added new payment method
EInvoice
to support the new AfterPay Installments and AfterPay Invoice products. - Added method
CustomerDetails
to structProductsClient
. - Added properties
ProductName
andGoogleProductCategoryId
to structOrderLineDetails
. - Added property
FieldsWarning
to structPaymentProduct
. - Added property
UsedForLookup
to structPaymentProductField
. This field indicates if the payment product field can and should be provided for a call to the newProductsClient.CustomerDetails
method. - Added property
Link
to structPaymentProductFieldDisplayHints
which is a URL that points to the Terms and Conditions for the product. - Added property
DisplayElements
to structValueMappingElement
.
- Added new payment method
- Deprecated:
- Deprecated property
DisplayName
of structValueMappingElement
in favor of an element with the same id in theDisplayElements
list.
- Deprecated property
1.10.0
- Added:
- Added property
ContactDetails
to structCustomerRiskAssessment
.
- Added property
1.9.0
- Added:
- Added method
Find
to structspayments.Client
,payouts.Client
andrefunds.Client
.
- Added method
1.8.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.
1.7.0
- Added:
- Added property
Custom
to structpayment.RedirectPaymentProduct840SpecificInput
. - Added property
AuthenticationIndicator
to structsproduct.PaymentProduct
andproduct.PaymentProductResponse
. - Added property
Order
to structpayment.CompletePaymentRequest
. - Added property
ProtectionEligibility
to structpayment.Product840SpecificOutput
. - Added properties
PaymentProduct840SpecificInput
,RequiresApproval
andTokenize
to structpayment.RedirectPaymentMethodSpecificInput
. - Added properties
RequiresApproval
andTokenize
to structpayment.RedirectPaymentMethodSpecificInputBase
. - Added property
Items
to structpayment.ShoppingCart
. - Added struct
payment.ApprovePaymentDirectDebitPaymentMethodSpecificInput
.
- Added property
- Deprecated:
- Deprecated property
Items
of structpayment.Order
in favor ofpayment.ShoppingCart.Items
- Deprecated property