2026.04.01
by Endre SynnesAera Wallets API
- 📔 DOCUMENTATION: New Response code and added some missing descriptions/examples added:
68513= Invalid CVD signature.
- ⚙️ FEATURE: New full hybrid payment flow, where full amount no longer has to be covered in full by a firm funding source.
- ⚙️ FEATURE: Added support for multiple firm funding sources in the same transaction (in preparations for Bancontact).
- 🐛 BUGFIX: Onboarding the same payment instrument multiple times to the same wallet (which should only result in override of existing information about that payment instrument) caused a broken state for the payment instrument priority. This could be seen as a "Duplicate key error" and cause errors during opening the wallet dashboard, as well as during transactions.
- 🐛 BUGFIX: Now sending
currencyon all sub-transactions/payment instruments listed intransactionDetailsin Merchant callback. - 🐛 BUGFIX: Not sending payment instruments with status
AUTHORIZATION_PENDINGIn merchant callback. Neither when transactions fail, nor when success. All payment instruments should have reached a "final state" before sending callback to merchant/ECR. - 🐛 BUGFIX: For full hybrid payment, now showing correct
amounton firm funding source intransactionDetailswhen amount is reallocated from voucher to firm funding source in merchant callback. - 🔒SECURITY: Internal security patches.
Wallets SDK
- Merchant Specific preferences
- App language supported
- Aera Secure ID
- Aera Secure ID SDK is updated, remember to update. Small updates to code as well
- Success and Error types:
- Removed standard flow related Success types: userCancelledAuthentication, userCancelledOnboarding, userClosedWallet and userClosedPaymentDialog.
- Removed Standard flow related errros:
- errors WEBVIEW_ERROR(68002) SESSION_EXPIRED_ERROR(68004)
- Removed unused error after new Hybrid payment flow:
- NETWORK_INVALID_REDIRECT_URI(68306)
- Added new error
- INVALID_FORMAT_ERROR(68008).
- Changed code for INVALID_REDIRECT_URI(68306).
⚠️ SID SDK Update: Please update Aera Secure ID SDK included in the Wallets SDK delivery. Secure ID updated with new design, error handling improved
SID SDK iOS Version: v2.000 SID SDK Android Version: v2.0TE
See SDK version log for technical details
