February 2024
iOS SDK v3.0.1
Change type | Date of change | Affected products | Affected auth flows |
---|---|---|---|
New feature | 23 February 2024 | Payments VRP 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 arelated_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 type | Date of change | Affected products | Affected auth flows |
---|---|---|---|
New feature | 21 February 2024 | Payments VRP 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 arelated_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 type | Date of change | Affected products | Affected auth flows |
---|---|---|---|
Non-breaking change | 21 February 2024 | Payments 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
/payment-providers/search
endpointChange type | Date of change | Affected products | Affected auth flows |
---|---|---|---|
New feature | 1 February 2024 | Payments 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:
- The Providers page in Console.
- The
/single-immediate-payments-providers
endpoint. - Check the response you receive before the provider selection action in a direct API integration.
You can now use a new Payments API v3 endpoint, /payment-providers/search
, to generate a list of providers and resources for payment authorisation.