2026.03.01
March 29th, 2026 by Endre Synnes
Aera Wallets API
New features
- New Wallet Management API endpoint for creating session that can be used for initiating onboarding of a payment instrument: Create payment instrument session.
- This endpoint introduces a new "concept":
paymentInstrumentType. Read more about "Participating Payment System VS Payment Instrument Type" here. - This endpoint also introduces a new WLW Response code
68708.
- This endpoint introduces a new "concept":
- DPA can now configure a set of allowed redirect URLs.
-
Note: This list of URLs has to be communicated to Aera, and Aera will then add them to the DPA configuration in our systems.
-
- Add support for XTRA acquiring using the Aera PSP.
Aera Wallets SDK
- Prerequisites Updated with Secure ID whitelisting info
- Aera Secure ID New section added for Secure ID deeplinking implementation
- Merchant Specific preferences Config is no longer used for language or theme. System browser pick up consumer device settings automatically.
- SDK Methods
- Add new param "authRedirectUri" to getOpenWalletUrl and deleteWallet for secure ID deeplinking during onboarding
- Remove "Config" param for all methods. Theme and language are now picked up by the system browser using SDK method "openURL"
- Add new SDK method "OpenURL" enabling opening the wallets dashboard via the Wallets SDK implemented system browser (instead of DPA implemented webview)
- Removed Webview section as it will be deprecated in the future. Webview logic is still available in the SDK.
- Removed Standard flow section as it will be deprecated in the future. Using "getOpenWalletUrl" and "openURL" instead of "openWallet" is advised.
- Section "SDK Methods" into Generic and native specific methods instead of partial vs standard flow
- Change "Partial vs Standard flow" to "Mobile app vs SDK responsibilities" and update description
- Success and error types Updated with BROWSER_CLOSED, URL_NOT_SUPPORTED_ERROR and NETWORK_INVALID_REDIRECT_URI_ERROR
- Definitions
- Removed "Config" model
- Update "PaymentData" and "PaymentResult" with proprietaryData. Edit orderId to merchantReference.
- Add "ProprietaryData" and "ProprietaryDataAttribute" models
See code related changes in the SDK Version Log
