HomeGuidesAPI ReferenceChangelog
Log InChangelog
Guides
These docs are for v2025.11.00. Click to read the latest docs for v2025.12.00.

API version log

Features and changes in the Wallets API

2025.11.00

🚀

Released: 5.12.2025

New page for response codes

Response codes

Updated demo PSP headers

Added the following headers, to make the demo PSP even more similar to the actual PSP:

  • idempotency-key
❗️

The DemoPSP must be treated as what it is; a demo application. Changes in the API specification may still be needed to successfully integrate towards the real Aera PSP.

New request body examples for transactions

Request examples

Updated request/response examples in API Reference for each endpoint

WSP Events example

Duplicate validation

  • Consumers will no longer be able to onboard the same MONIZZE account (duplicates) multiple times to the same wallet. The same MONIZZE account can still be onboard to multiple wallets.
    • Note: duplicate validation does only work for MONIZZE accounts added to a wallet after this release. It is suggested to re-onboard any existing MONIZZE accounts.
  • Duplicate XTRA accounts, with the same IBAN can't be onboard to the same wallet. The same XTRA account can still be onboard to multiple wallets.

New Session details endpoint

See Wallet Session Management for more details. You can find the API specifications here.



2025.10.01

🚀

Released: 31.10.2025

WSP Management API

  • New endpoint for onboarding XTRA payment instruments

New transaction status

  • SIGNED = Consumer has signed transaction and it is no longer possible to cancel the transaction.

Explicitly clarifying expectations related to normal handling of Aera Wallet API.



2025.10.00

🚀

Released: 31.10.2025

WLW ➡️ WSP integration changes

  • Changed field(s) in Process WLW transaction init request
    • sessionId within the session object was always equal to the field transactionId. To be consistent, we have removed the field transactionId, meaning you should rely on sessionId within the session object.
    • Removed status field.
  • Change field Process WLW transaction result request.
    • transactionId ➡️ sessionId
  • Change field in Process WLW events:
    • In the data field you have been able to expect a transactionId when receiving transaction events, this field has now changed to sessionId. See example event in WSP Events table.

ECR ➡️ PSP integration changes



2025.09.00

🚀

Released: 30.09.2025

DYNAMIC_SDKID

Now support use of DYNAMIC_SDKID when initiating transactions towards Aera demo PSP.



2025.08.00

🚀

Released: 29.08.2025

  • WSP Events have been implemented. See page WSP Events for examples, as well as what type of events you can expect at this time.

  • New endpoint for deleting single wallet sdk.

  • New endpoint in demo PSP for canceling a transaction.

  • New field sent to transaction-init and transaction-result requests:

    • status = transactions status. See page "Transactions" for details about each possible status.