February 2024

iOS SDK v3.0.1

Change typeDate of changeAffected productsAffected auth flows
New feature23 February 2024Icon Payments
Icon VRP
Icon Signup+
iOS

The latest major version of the iOS SDK contains a variety of minor improvements and bug fixes. It also includes the following larger changes:

  • The introduction of the payment and mandate result screen for the iOS SDK.
    This is enabled by default and you need to explicitly disable it.
  • The position of the merchant and bank icons was swapped on the payment confirmation screen.
  • The UI now displays Signup+ specific wording when signupplus is specified as a related_product at payment creation.
  • Made optimisations to the decoupled authorisation flow for payments in Spain.
  • Added localisation for the Italian language.
  • Added a default merchant logo if one hasn't been uploaded in Console.

You can download v3.0.0 of the iOS SDK on GitHub here

Android SDK v3.0.1

Change typeDate of changeAffected productsAffected auth flows
New feature21 February 2024Icon Payments
Icon VRP
Icon Signup+
Android

The latest major version of the Android SDK contains a variety of minor improvements and bug fixes. It also includes the following larger changes:

  • Updated the payment result screen for the Android SDK. There's now a mandate result screen in the Android SDK too. It's enabled by default, but you can disable the result screens in your integration.
  • The Android SDK no longer supports the Material Theme adaptor.
  • The UI now displays Signup+ specific wording when signupplus is specified as a related_product at payment creation.
  • Made optimisations to the decoupled authorisation flow for payments in Spain.
  • Added localisation for the Italian language.
  • Added a default logo in case the merchant doesn't upload a logo in Console.

You can download v3.0.0 of the Android SDK on GitHub here.

Removal of Material Theme adaptor for Android SDK

Change typeDate of changeAffected productsAffected auth flows
Non-breaking change21 February 2024Icon Payments
Icon VRP
Android

In v3.0.0 of the Android SDK, we removed the Material Theme adaptor. If you used that, you need to migrate to Compose when you update to the latest version of the Android SDK.

New /payment-providers/search endpoint

Change typeDate of changeAffected productsAffected auth flows
New feature1 February 2024Icon Payments
Icon VRP
HPP, EPP, iOS, Android, React Native, Direct API integration

Previously, if you wanted to get a full list of providers, you had to use one of the following options:

You can now use a new Payments API v3 endpoint, /payment-providers/search, to generate a list of providers and resources for payment authorisation.

Learn more about how to use the endpoint.