2025.10.00
October 1st, 2025 by Endre Synnes
Aera Wallets API
WLW ➡️ WSP integration changes
- Changed field(s) in Process WLW transaction init request
sessionIdwithin thesessionobject was always equal to the fieldtransactionId. To be consistent, we have removed the fieldtransactionId, meaning you should rely onsessionIdwithin thesessionobject.- Removed
statusfield.
- Change field Process WLW transaction result request.
transactionId➡️sessionId
- Change field in Process WLW events:
- In the
datafield you have been able to expect atransactionIdwhen receiving transaction events, this field has now changed tosessionId. See example event in WSP Events table.
- In the
ECR ➡️ PSP integration changes
- New endpoints that will replace old endpoints:
Aera Wallets SDK
- Hybrid payment updates:
- Methods
- SignPaymentData in method signPayment is now optional, as instruments can be preselected before payment UI display and consumer approval.
- Definitions updated
- PaymentData
- AmountDetails removed. TransactionDetails added.
- PaymentDataToBeSigned
- SignPaymentData
- New model "PaymentResult" for transaction feedback
- PaymentInstrument
- Methods
