Wallet session management
As a WSP you are responsible for initiating sessions, which is used for authenticating WLW consumers. You can also extract information like the consumer sub, once a consumer has authenticated, using this session-id.
Before you begin, read the "Getting started" page.
Create Wallet Session
The Wallet Provider (WSP) will (using a valid Access PSP token ) call Wallet Infrastructure (WLW) to retrieve a new session (see API Reference for details about the API integration).
Sessions are then to be sent back to the Mobile app (DPA) and will be used to open the Wallets SDK, which in turn uses It to initiate authentication of the end consumer.

Getting Access Token and creating a wallet session
Get Session Details
As the WSP, you might have the need to extract some consumer information (like the sub). You can do this by using the Get wallet session details endpoint.
When calling this endpoint, if the consume has not successfully authenticated yet, the sub will be null in the API response.
Updated about 2 months ago
Look at the Aera Wallets SDK documentation to see how to open it, using the session created here.
