Connect Sdk Php Versions Save

Ingenico Connect PHP Server SDK

6.47.0

4 months ago
  • Added:
    • Added property isInstallments to classes FindProductgroupsParams, GetProductgroupParams, FindProductsParams and GetProductParams.

6.46.0

5 months ago
  • Added:
    • Added property acquirerPromotionCode to class AbstractCardPaymentMethodSpecificInput.
  • Changed:
    • Split off webhooks signature validation to class SignatureValidator.
  • Deprecated:
    • Deprecated field secretKeyStore of class WebhooksHelper.

6.45.0

6 months ago
  • Added:
    • Added property fraudResults to class EInvoicePaymentMethodSpecificOutput.
    • Added property isAuthenticationSupported to class PaymentProduct.
  • Changed:
    • Moved property microsoftFraudProtection from class CardFraudResults to its super class FraudResults.
  • Removed:
    • Removed property deviceInfo from class SdkDataInput, as this property is no longer supported by the REST API.

6.44.0

7 months ago
  • Added:
    • Added property accountFundingRecipient to class AdditionalOrderInput.
    • Added property isCompany to class Customer.
    • Added property fundingType to class OrderTypeInformation.
    • Added property identification to class PersonalInformation.
  • Deprecated:
    • Deprecated class LoanRecipient and property loanRecipient of class AdditionalOrderInput.

6.43.0

8 months ago
  • Added:
    • Added property recurringPaymentsData to class HostedCheckoutSpecificInput.
    • Added property amountOfMoneyTotal to class Installments.
    • Added method installments to class Merchant.

6.42.0

10 months ago
  • Added:
    • Added property card to class RefundCardMethodSpecificOutput.

6.41.0

11 months ago
  • Added:
    • Added properties isRetriable and providerRawOutput to classes CaptureStatusOutput and OrderStatusOutput. Class PaymentStatusOutput now inherits these from OrderStatusOutput.
    • Added properties providerId and providerMerchantId to class OrderReferences.
    • Added property authorisationCode to class RefundCardMethodSpecificOutput.

6.40.0

11 months ago
  • Added:
    • Added property isCheckedRememberMe to classes CreatedPaymentOutput and PaymentCreationOutput.
    • Added property providerMerchantId to class PaymentReferences.
    • Added property providerRawOutput to class PaymentStatusOutput.
    • Added property cardholderName to class SchemeTokenData.

6.39.0

1 year ago
  • Added:
    • Added property numberInParty to class AirlineData.

6.38.2

1 year ago
  • Fixed:
    • Class DefaultConnection now correctly declares the second argument to curl_multi_exec before using it.