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

API version log

Features and changes in the Wallets API

Version

Description

Date

2025.08.00

  • 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.

29.08.2025

2025.09.00

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

2025.10.00

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