Skip to content

Integrate Trust Mark

This guide explains how to integrate the CHECK EVI (Embedded Verification Interface) trust mark into your web shop to display verifiable organizational data and build customer confidence.

New visitors to web shops are often concerned with understanding whether they can trust the visited shop. Traditional trust indicators like SSL certificates or generic trust badges provide limited information about the actual organization behind the website.

Decentralized Identity and Verifiable Credentials transform the way trust can be conveyed by:

  • Linking a web shop directly to a verified organizational identity
  • Sharing cryptographically verifiable claims about the organization
  • Enabling customers to independently verify authenticity without relying on third parties

CHECK’s EVI widget enables retailers to embed a dynamic trust mark in their web shops that displays real-time verifiable data alongside the web shop’s offers, providing transparency and building customer confidence through independent verification.

Before integrating the trust mark, ensure that you have:

  1. Obtained your organization’s decentralized identifier and credentials
  2. Properly shared and linked your credentials to your web shop domain

Before proceeding with integration, confirm that your shared credentials are properly linked:

  1. Visit https://check.identinet.io
  2. Search for your domain (e.g., example-shop.com)
  3. Verify that your decentralized identifier is found
  4. Confirm that your published credentials are displayed correctly

On all pages where you want to display the trust mark, embed the following code:

<html>
...
<head>
<!-- Embed this stylesheet in the header -->
<link rel="stylesheet" href="https://evi.check.identinet.io/evi.css" />
</head>
<body>
<!-- CHECK EVI Trust Mark -->
<div id="evi-identinet"></div>
<script src="https://evi.check.identinet.io/evi.js" type="module">
</script>
</body>
</html>

Validate the integration by visiting the web shop. The CHECK EVI widget will be loaded automatically.

EVI Minimized View

EVI Standard View

EVI Detailed View

  • Content Security Policy: Add the CHECK EVI domain to your CSP if applicable:
    script-src 'self' https://evi.check.identinet.io;
    connect-src 'self' https://evi.check.identinet.io;
  • HTTPS Only: Ensure your website uses HTTPS for proper widget functionality

After successfully integrating the trust mark: