Introduction
Web
SDK Updates
New versions of the SDK are released frequently, not only to add new features and address issues in the SDK, but also to continuously improve the conversion of merchant login flows. As a result, it is strongly recommended that you frequently update your SDK version across any platforms where you invoke the SDK.
Refreshing Sessions
To maintain a continuous and secure connection to the SDK while a user is interacting with it, it’s important to maintain a fresh session. Sessions expire after 30 minutes, therefore in order to maintain an active session, call Extend Session upon receiving the event in the onEvent
callback. This event is sent 5 seconds prior to the session expiration.
Note that it is best practice to create a new session using Create Session each time the SDK is invoked.