github Adyen/adyen-ios 5.22.0

one day ago

New

  • For Apple Pay:

    • You can now validate payment details, such as the billing address, before the payment is submitted. To do this, set the authorizationDelegate property on your ApplePayComponent instance, and implement the didAuthorize(payment:completion:) method in the new ApplePayAuthorizationDelegate protocol.
    • You can now choose to have the Apple Pay sheet dismiss automatically after the payment flow finishes. Set the new dismissesAutomatically configuration property to true to enable this.
  • The sdkData property in the PaymentMethodDetails protocol. For Advanced flow: it is highly recommended you include it in your /payments request, located under paymentComponentData.paymentMethod.sdkData

Changed

Deprecated

  • In the PaymentComponentData object:
    • checkoutAttemptId
    • supportNativeRedirect
  • In the CardDetails object:
    • threeDS2SDKVersion

Use the new sdkData property instead, located under paymentComponentData.paymentMethod.sdkData.

Don't miss a new adyen-ios release

NewReleases is sending notifications on new releases.