2026.06.00

by Endre Synnes

Wallets business rules

Aera PSP

Wallets API

2026.05.01

by Mari Lofthus Arnesen

Aera PSP API

🚧

More details about these changes will follow in the 2026.06.00 release on 12. June 2026.

Wallets API

  • New wallet Response codes
    • Session expired: 68514
    • Transaction in process: 68616 (mainly to give more information due to status field being removed from Wallet transaction status)
    • Transaction authorized: 68617 (mainly to give more information due to status field being removed from Wallet transaction status)
    • Transaction captured: 68618 (mainly to give more information due to status field being removed from Wallet transaction status)
    • Unauthorized: 40004 (generic error for invalid credentials)
  • Added BANCONTACT to participatingPaymentSystem enum in Create payment instrument session. Note: This is only for documentation and will not work until a new release is made stating otherwise.

Wallets SDK

  • SDK Methods
    • Add documentation for new Wallets SDK "deleteSDK" Method, enabling deletion of local Secure ID SDK on device.

⚠️ SID SDK Update: Please update Aera Secure ID SDK included in the Wallets SDK delivery. Secure ID Android updated with deeplinking bugfixes for older Samsung devices.

SID SDK iOS Version: v2.000 SID SDK Android Version: v2.1TE

See SDK version log for technical details


2026.05.00

by Endre Synnes

Aera Wallets API

  • ⚠️ CHANGE: The Merchant callback has new values in case of failed full hybrid payment. Keep in mind there is no new fields, just new values on existing fields: amountDetails and transactionDetails[].responseCode. Changes are reflected in the Hybrid Payment Ruleset.
  • 🐛 BUGFIX: Improved stability of cancellation of any potential authorized funds in case of failed full hybrid payment.

2026.04.01

by Endre Synnes

Aera 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 currency on all sub-transactions/payment instruments listed in transactionDetails in Merchant callback.
  • 🐛 BUGFIX: Not sending payment instruments with status AUTHORIZATION_PENDING In 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 amount on firm funding source in transactionDetails when 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

2026.04.00

by Endre Synnes

Aera Wallets API

  • New Response codes
  • Extend PSP -> WLW apis to support new/updated fields (amountDetails and transactionDetails) for the following functionality (see updated Aera PSP API documentation):
    • Get transaction status (ECR -> PSP)
    • Merchant callback (PSP -> ECR)
  • ❗️

    Temporary reduced wait time before WSP events are sent (60s -> 10s). Will be reset to 60s later this year.

  • Bugfix:
    • Empty string for redirect_uri from DPA will cause a bad request exception (HTTP status 400) and in turn a controlled error from the Wallets SDK.
    • Sending Merchant callback even in error scenarios.

Internal changes (not effecting WSP)

  • Internal security patches.
  • Implemented stability for API calls to internal Aera services and balance checks.

2026.03.01

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

2026.03.00

by Endre Synnes

Aera Wallets API


WSP API changes


Functional changes to the WLW

  • WLW is now integrated to the real Aera PSP.
  • If a consumer tries to add the same payment instrument twice to the same wallet, WLW will no longer return an error. It will accept the new information and overwrite the existing payment instrument.

❗️

A re-onboarding for all wallet SDKs is needed for Get Wallet details to work. If not the WSP will receive this response:

{
  "responseInfo": {
    "message": "Wallet onboarding expired, new consumer onboarding required to get user info.",
    "responseCode": "68508",
    "cid": "Root=1-69bd9f62-51729bf116c43ca24cf3652d",
    "cidType": "x-amzn-trace-id",
    "timeStamp": "2026-03-20T19:26:27.127Z"
  }
}

Aera Wallets SDK

2026.02.00

by Endre Synnes

Aera Wallets API

📘

This release contains no changes to the WLW API specifications.


Aera PSP API docs

We have updated the Aera PSP API documentation.


Other Updates

  • General security patches
  • Now sending dateOfBirth to XTRA issuing API during onboarding of XTRA payment instruments.

2025.12.00

by Mari Lofthus Arnesen

Aera Wallets API

  • New WSP wallet management endpoints
  • Updated response body for Get Wallet details
  • New query parameters for Get Wallet details
    • includeSDKInfo = When set to true this will populate the list sdkIds with the id of all the SDKs associated with this wallet.
    • includeUserInfo = When set to true this will populate the userInfo field.
  • Other small improvements
    • No longer require the field identityTrustAnchor on Create Xtra Payment Instrument.
    • Sending WSP events when onboarding an XTRA payment instrument.
    • Expanded the data field within the WSP events for payment instrument onboarding to include:
      • maskedPan
      • nickname
    • Now sending WSP events both when a consumer or WSP delete a single payment instrument from a wallet.
📘

For developers, read API version log for more details.

Aera Wallets SDK

  • Android Wallets SDK for iOS is now available for staging! The functionality includes the partial Wallets SDK flow for open wallet and payment. The Wallets SDK documentation has been updated to include iOS specifics, and should be revisited.
  • Merchant Specific Preferences: Android and iOS: A Config parameter is now available to send currently selected language from Membership App to the rest of the wallet.

See code related changes in the SDK Version Log