WebSDK Installation
Install the IDWise Web SDK on your web page and add the mount element where the verification flow will appear.
Latest Stable Version
Use the latest stable Web SDK version from the IDWise CDN. For release history and version details, see the Web SDK Release Notes.
Install the Web SDK
Add the Web SDK stylesheet and script to the page that will host the IDWise verification flow:
<script src="https://releases.idwise.com/websdk/latest/idwise.min.js"></script>Optional: Pin a Specific SDK Version
By default, the latest CDN path loads the latest stable Web SDK version. If you want to lock your integration to a specific SDK version, replace latest in both URLs with the version number.
Version numbers use the x.y.z format, such as 6.6.1.
<script src="https://releases.idwise.com/websdk/x.y.z/idwise.min.js"></script>Use version pinning when you want to control when SDK upgrades are applied to your production environment.
Optional: Use Smart Capture Capabilities
If you want to use Smart Capture capabilities in the Web SDK, use the 7.0.0-rc.5 release candidate bundle from the IDWise CDN. Smart Capture capabilities are planned for an upcoming stable Web SDK release:
<script src="https://releases.idwise.com/websdk/7.0.0-rc.5/idwise.min.js"></script>Add a Mount Element
Add an HTML element where the IDWise UI will be rendered. This can be any block element with a unique CSS selector:
<div id="idwise-mount"></div>Next Steps
After installing the SDK and adding the mount element, continue to Web SDK Usage to initialize the SDK and start a journey.
Updated 5 days ago
