Natural Person Portal
The following describes the steps necessary to integrate the Natural Person portal into your website or mobile application.
/* In the <head> tag of the parent page */
<link rel="stylesheet" href="https://verify.icomplykyc.com/main.css" />
/* In the <body> tag of the parent page or component */
<div id="icomply"></div>
<script>
document.body.onload = () => {
iComply.init(document.getElementById('icomply'))
}
</script>
<script src="https://verify.icomplykyc.com/icomply-min.js"></script>
Verification Result Callback Examples
Last updated
