Device Fingerprint for VTEX Store
Enter VTEX Admin console
Select Checkout menu

Checkout menu
Select store and click on configuration wheel.
Enter Code Tab

Code Tab
Depending on the checkout's version, you must select checkout5-custom.js (for checkout version 5) or checkout6-custom.js (for checkout version 6) to enter the JS snippet.
Insert code snippet

Code snippet
After you request your ORG_ID you can set it in the next JS and insert in the VTEX checkout*-custom.js
!function(t,e,i){
var r=t.createElement("script"),
s=t.getElementsByTagName("body")[0];
r.type="text/javascript",
r.src="https://securegtm.despegar.com/risk/fingerprint/statics/track-vtex-min.js",
r.id="deviceId_fp",
r.setAttribute("org_id","_ORG_ID"),s.appendChild(r)
}(document);
Save to see changes.