HomeGuidesAPI ReferenceChangelog
Log InChangelog
Changelog

2026.03.00

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