Device Fingerprinting - Web Integration
This page describes how to add Device Fingerprinting HTML to your project.
-
Add the HTML below to the appropriate page of your site depending on your Vesta service.
-
When you run the code, replace the
{WebSessionID}
and{OrgID}
values with the values returned by thegetSessionTags
API resource. For details about thegetSessionTags
operation, see the API Specifications for the Vesta product that you use.<!-- Begin fingerprinting tags below --> <p style="background:url(https://fp.ecustomerpayments.com/DF/fp/clear.png?org_id="{OrgID}"&session_id="{WebSessionID}"&m=1)"></p> <img src="https://fp.ecustomerpayments.com/DF/fp/clear.png?org_id="{OrgID}"&session_id={WebSessionID}"&m=2" alt=""/> <script src="https://fp.ecustomerpayments.com/DF/fp/check.js?org_id="{OrgID}"&session_id="{WebSessionID}" type="text/javascript"></script> <!-- End fingerprinting tags -->