Reference ID, any string that you want to use to identify the verification
Example: my-reference-id
Example:
Copy
<div id="legitimuz-root"></div><script src="https://cdn.legitimuz.com/js/sdk/legitimuz-sdk.js"></script><script type="text/javascript"> const sdkInstance = Legitimuz({ /* ...options */ }); // need to mount the SDK before you can call verifyDocument sdkInstance.mount(); // Function to start the verification flow programmatically sdkInstance.verifyDocument({ cpf: "99999999999" });</script>