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

Releases: Ingenico-ePayments/connect-sdk-go

1.16.0

15 Jan 08:41
Compare
Choose a tag to compare
  • Added:
    • Added property DeviceFingerprintTransactionID to struct definitions.FraudFields.
    • Added property DeviceFingerprintEnabled to structs product.PaymentProduct and product.PaymentProductResponse.
    • Added property TermsAndConditions to struct product.PaymentProductFieldValidators.
    • Added method DeviceFingerprint to struct products.Client.
  • Changed:
    • Renamed property FingerPrintActivated of struct definitions.FraudFields to DeviceFingerprintActivated.

1.15.0

18 Dec 13:21
Compare
Choose a tag to compare
  • Added:
    • Added property Passengers to struct definitions.AirlineData.
    • Added property ServiceClass to struct definitions.AirlineFlightLeg.
    • Added property HostedCheckoutSpecificOutput to structs payment.Payment and payment.Response.
    • Added property FraudResults to struct payment.RedirectPaymentMethodSpecificOutput.
    • Added property Alias to structs mandates.CreateMandateBase, mandates.CreateMandateRequest, mandates.CreateMandateWithReturnURL and mandates.MandateResponse.
    • Added properties AssetURL and ClientAPIURL to struct sessions.SessionResponse.

1.14.0

06 Dec 08:32
Compare
Choose a tag to compare
  • Changed:
    • Restructured structs payment.SepaDirectDebitPaymentProduct771SpecificInput and payment.SepaDirectDebitPaymentMethodSpecificInputBase.

1.13.0

25 Nov 13:08
Compare
Choose a tag to compare
  • Added:
    • Added property EInvoiceRefundMethodSpecificOutput to struct RefundOutput

1.12.0

09 Nov 10:13
Compare
Choose a tag to compare
  • Added:
    • Added property Seller to struct Order.
    • Added properties EInvoicePaymentMethodSpecificInput and SepaDirectDebitPaymentMethodSpecificInput to struct CreateHostedCheckoutRequest.
    • Added property ReturnCancelState to struct HostedCheckoutSpecificInput.
    • Added property PaymentProduct771SpecificOutput to struct SepaDirectDebitPaymentMethodSpecificOutput.
    • Added struct MandatesClient and method Client.Mandates to support mandates.
    • Added structs EInvoicePaymentMethodSpecificInputBase, SepaDirectDebitPaymentMethodSpecificInputBase and RedirectDataBase.

1.11.0

31 Oct 16:39
Compare
Choose a tag to compare
  • Added:
    • Added new payment method EInvoice to support the new AfterPay Installments and AfterPay Invoice products.
    • Added method CustomerDetails to struct ProductsClient.
    • Added properties ProductName and GoogleProductCategoryId to struct OrderLineDetails.
    • Added property FieldsWarning to struct PaymentProduct.
    • Added property UsedForLookup to struct PaymentProductField. This field indicates if the payment product field can and should be provided for a call to the new ProductsClient.CustomerDetails method.
    • Added property Link to struct PaymentProductFieldDisplayHints which is a URL that points to the Terms and Conditions for the product.
    • Added property DisplayElements to struct ValueMappingElement.
  • Deprecated:
    • Deprecated property DisplayName of struct ValueMappingElement in favor of an element with the same id in the DisplayElements list.

1.10.0

27 Sep 09:33
Compare
Choose a tag to compare
  • Added:
    • Added property ContactDetails to struct CustomerRiskAssessment.

1.9.0

15 Sep 12:55
Compare
Choose a tag to compare
  • Added:
    • Added method Find to structs payments.Client, payouts.Client and refunds.Client.

1.8.0

08 Sep 13:03
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.

1.7.0

06 Sep 15:46
Compare
Choose a tag to compare
  • Added:
    • Added property Custom to struct payment.RedirectPaymentProduct840SpecificInput.
    • Added property AuthenticationIndicator to structs product.PaymentProduct and product.PaymentProductResponse.
    • Added property Order to struct payment.CompletePaymentRequest.
    • Added property ProtectionEligibility to struct payment.Product840SpecificOutput.
    • Added properties PaymentProduct840SpecificInput, RequiresApproval and Tokenize to struct payment.RedirectPaymentMethodSpecificInput.
    • Added properties RequiresApproval and Tokenize to struct payment.RedirectPaymentMethodSpecificInputBase.
    • Added property Items to struct payment.ShoppingCart.
    • Added struct payment.ApprovePaymentDirectDebitPaymentMethodSpecificInput.
  • Deprecated:
    • Deprecated property Items of struct payment.Order in favor of payment.ShoppingCart.Items