Android SDK changelog
Maven server change (2023-02)
- Maven server changed to https://maven2.svea.com/releases .
 
2.6.1 (2023-09-19)
Fixes
- Fix incorrectly created intent URI for launching BankId
 
2.6.0 (2023-07-04)
Features
- 
Added new 
getPaymentPlanOptions(merchantId, amount, getPaymentPlanOptionsCallback)function - 
Added new 
getBankIdUrlForPayment(paymentToken, redirectUrl, getBankIdUrlCallback)function improving testing functionality - 
Deprecated 
getBankIdTokenForPayment(paymentToken, getBankIdTokenForPayment)function 
Fixes
- Updated internal dependencies (including gradle version)
 
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