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

2.28.0

06 Jan 14:39
Compare
Choose a tag to compare
  • Added:
    • Added property ProductSku to struct payment.OrderLineDetails.
    • Added method Refund to struct captures.Client.

2.27.0

23 Nov 12:14
Compare
Choose a tag to compare
  • Added:
    • Added property PartialPin to struct definitions.Card.

2.26.0

08 Nov 15:53
Compare
Choose a tag to compare
  • Added:
    • Added property MicrosoftFraudProtection to struct definitions.CardFraudResults.
    • Added method Delete to struct hostedcheckouts.Client.

2.25.0

07 Oct 08:50
Compare
Choose a tag to compare
  • Added:
    • Added property TransactionRiskLevel to structs payment.ThreeDSecure and payment.ThreeDSecureBase.
    • Added property Data to struct payment.CustomerAccountAuthentication.

2.24.0

03 Aug 15:05
Compare
Choose a tag to compare
  • Changed:
    • Renamed properties vpa and merchant_name of class RedirectPaymentProduct4101SpecificInput to virtual_payment_address and display_name respectively.
  • Removed:
    • Removed property transaction_note of class RedirectPaymentProduct4101SpecificInput. Use order.reference.descriptor instead.

All these changes are for the UPI payment product which is not yet in use.

2.23.0

20 Jul 11:36
Compare
Choose a tag to compare
  • Added:
    • Added property PayoutDetails to struct payout.CreatePayoutRequest.
    • Added property Recipient to struct payout.CardPayoutMethodSpecificInput.
  • Deprecated:
    • Deprecated properties AmountOfMoney and References of struct payout.CreatePayoutRequest in favor of new property PayoutDetails. Previously deprecated property Customer should now also be replaced by PayoutDetails.
    • Deprecated property Customer of struct payout.BankTransferPayoutMethodSpecificInput in favor of new property PayoutDetails of struct payout.CreatePayoutRequest.

2.22.0

24 Jun 07:09
Compare
Choose a tag to compare
  • Added:
    • Added property SdkUITypes to struct payment.DeviceRenderOptions.
    • Added properties MerchantName and TransactionNote to struct payment.RedirectPaymentProduct4101SpecificInput.
  • Deprecated:
    • Deprecated property SdkUIType of struct payment.DeviceRenderOptions in favor of new property SdkUITypes.

2.21.0

09 Jun 09:10
Compare
Choose a tag to compare
  • Added:
    • Added property PaymentProduct4101SpecificInput to struct payment.RedirectPaymentMethodSpecificInput.
  • Changed:
    • For webhooks signature validation, crypto/subtle's ConstantTimeCompare is used instead of custom code.
  • Deprecated:
    • Deprecated property DeviceInfo of struct payment.SdkDataInput with no replacement.

2.20.0

09 Apr 11:45
Compare
Choose a tag to compare
  • Added:
    • Added properties BankAccountBban and Bic to struct payment.RedirectPaymentMethodSpecificOutput.
    • Added property IsInstallments to struct services.PaymentContext.

2.19.0

03 Mar 08:48
Compare
Choose a tag to compare
  • Added:
    • Added property RequiresApproval to structs payment.NonSepaDirectDebitPaymentMethodSpecificInput and payment.SepaDirectDebitPaymentMethodSpecificInput.