Android SDK changelog
2.5.0 (2023-04-21)
Features
-
Added new
getSwishUrl(paymentToken, callbackUrl, getSwishUrlCallback)
function improving testing functionality -
Deprecated
getSwishToken(paymentToken, getSwishTokenCallback)
function
Fixes
- Improved certification handling
2.4.0 (2023-03-01)
Features
- Added support for creating recurring payment accounts.
2.3.0 (2022-12-22)
Features
- Updated internal Error handling
- Created coroutine suspend versions of our API functions.
- Updated WalletErrors returned to clients to sealed classed containing more information through new Problem entity.
- Problem entity created containing error codes and error id's where relevant.
- Deprecated old WalletErrors.
- Deprecated functions using old WalletErrors.
- Improved stability of SDK
2.2.0 (2022-06-21)
Features
- Improved 3DSecure verification flow
- Strengthened security measures
-
Unsupported payment methods are no longer returned from
getPaymentMethods()
- Google Pay added as supported payment method