{"id":26005,"date":"2023-01-23T22:22:02","date_gmt":"2023-01-23T22:22:02","guid":{"rendered":"https:\/\/www.trulioo.com\/?page_id=26005"},"modified":"2024-02-16T16:05:06","modified_gmt":"2024-02-16T16:05:06","slug":"identity-verification","status":"publish","type":"page","link":"https:\/\/www.trulioo.com\/solutions\/identity-verification","title":{"rendered":"Person Verification"},"content":{"rendered":"\n<div class=\"bg-green-900 pt-12 lg:pt-16\">\n\t<div class=\"section grid lg:grid lg:grid-cols-12 \">\n\t\t\t\t<div class=\"lg:col-span-6 order-2 lg:order-1 lg:pr-16 xl:pr-24 py-4 pt-12 lg:pt-4 my-auto\">\n\t\t\t\n<h1>\n        <span class=\"p-sm subheading mb-8 flex items-center  text-brown-300\">\n                            <span class=\"w-1 h-1 bg-red-500 rounded-full inline-block mr-2\"><\/span>\n                        Person Verification            <\/span>\n\n    <span class=\"lg:mt-6 block h2 lg:h1 mb-8 text-white\">Simplify KYC Identity Verification Across the Globe<\/span>    \n  <\/h1>\n<div class=\"flex flex-wrap justify-start text-center\">\n\n    <a href=\"https:\/\/www.trulioo.com\/lp\/book-a-demo\"  class=\"w-full lg:w-auto md:mr-6 mb-6 mt-1 lg:mt-2 btn-text-md border border-green-500 bg-green-500 text-green-900 hover:bg-green-300 hover:border-green-300\"  rel=\"noopener noreferrer\" target=\"_blank\" >Book a demo<\/a>    <\/div>\t\t<\/div>\n\n\t\t<div class=\"lg:col-span-6 order-1 lg:order-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/hero-individual-verification.svg\" alt=\"Individual Verification - overview\" width=\"740\" height=\"586\">\n\t\t\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\n\n<div class=\"w-full bg-green-900 h-[80px] lg:h-[120px]\"><\/div>\n\n<div class=\"bg-green-900\">\n    <div class=\" section \">\n        <p class=\" p-xxl  text-white  mx-auto\">Not all KYC identity verification challenges are the same. Leverage a full suite of verification services, hundreds of data sources across the globe and deep expertise to customize onboarding workflows to meet your needs. Combine verification capabilities through a global platform to deliver high match rates, regulatory compliance and the convenience customers expect.<\/p>\n    <\/div>\n<\/div>\n\n\n<div class=\"w-full bg-green-900 h-[100px] lg:h-[160px]\"><\/div>\n\n<div\n    class=\"relative bg-green-900 text-white\"\n    x-data=\"{\n\t\timageLoaded: -1,\n        currentImage: -1,\n        redraw: 0,\n        lastHeight: 0,\n        nImages: 3,\n        distances: [],\n    }\"\n    x-init=\"document.addEventListener('scrollspy:ready', function() {\n        const fade_threshold = 0.1; \/\/ Magic number for debouncing section fades\n        let debounce;\n\n        register_scroller($el, function() {},\n            function(scroller) {\n                \/\/ Prevent slowdowns by debouncing to 50ms\n                const now = performance.now();\n                if (now - debounce < 50) return false;\n                debounce = now;\n\n                const image_cutoff = (window.innerHeight \/ 4); \/\/ Magic number, manually tweaked\n\n                \/\/ Each scroll event, determine which image is nearest to the top of the viewport\n                let closest = { value: 99999, index: nImages-1 };\n                for (let i = 0; i < nImages; i++) {\n                    \/\/ If the sticky anchor is visible, determine if it is closer than prior anchors\n                    const rect = $refs['sticky_' + i].getBoundingClientRect();\n                    if (closest.value &gt; Math.abs(rect.top - image_cutoff)) {\n                        closest = { value: Math.abs(rect.top - image_cutoff), index: i };\n                    }\n\n                    \/\/ sin(pi * x) produces a smooth curve over the interval [0, 1]\n                    \/\/ (rect.bottom \/ window.innerHeight) produces normalized value describing the element's position\n                    \/\/ Math.max\/Math.min can be used to clamp this to [0, 1]\n                    \/\/ Math.pow(x, 1.8) keeps these same properties, but makes the slope harsher around extrema\n                    const fade = Math.pow(Math.max(0, Math.min(1, Math.sin(Math.PI * (rect.bottom - (rect.height \/ 2)) \/ window.innerHeight))), 1.8);\n\n                    \/\/ To prevent too many style changes from clogging the animation engine,\n                    \/\/ ensure differences are large enough\n                    if (!distances[i] || Math.abs(distances[i] - fade) &gt; fade_threshold) {\n                        distances[i] = fade;\n                    }\n                }\n                \/\/ Update the visible image accordingly, and return false to keep the event listener enabled\n                currentImage = closest.index;\n                return false;\n            },\n        );\n\n\t\t\t\t\t\t\tconst img0 = $refs['image_0'];\n\t\t\tif (img0.complete &#038;&#038; img0.src.indexOf('data:image\/svg+xml') === -1) {\n\t\t\t\tif(imageLoaded === -1) {\n\t\t\t\t\timageLoaded = 0;\n\t\t\t\t\tlastHeight = 0;\n\t\t\t\t\tredraw = Math.random();\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\timg0.addEventListener('load', function() {\n\t\t\t\t\tif(imageLoaded === -1) {\n\t\t\t\t\t\timageLoaded = 0;\n\t\t\t\t\t\tlastHeight = 0;\n\t\t\t\t\t\tredraw = Math.random();\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\t\t\t\tconst img1 = $refs['image_1'];\n\t\t\tif (img1.complete &#038;&#038; img1.src.indexOf('data:image\/svg+xml') === -1) {\n\t\t\t\tif(imageLoaded === -1) {\n\t\t\t\t\timageLoaded = 1;\n\t\t\t\t\tlastHeight = 0;\n\t\t\t\t\tredraw = Math.random();\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\timg1.addEventListener('load', function() {\n\t\t\t\t\tif(imageLoaded === -1) {\n\t\t\t\t\t\timageLoaded = 1;\n\t\t\t\t\t\tlastHeight = 0;\n\t\t\t\t\t\tredraw = Math.random();\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\t\t\t\tconst img2 = $refs['image_2'];\n\t\t\tif (img2.complete &#038;&#038; img2.src.indexOf('data:image\/svg+xml') === -1) {\n\t\t\t\tif(imageLoaded === -1) {\n\t\t\t\t\timageLoaded = 2;\n\t\t\t\t\tlastHeight = 0;\n\t\t\t\t\tredraw = Math.random();\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\timg2.addEventListener('load', function() {\n\t\t\t\t\tif(imageLoaded === -1) {\n\t\t\t\t\t\timageLoaded = 2;\n\t\t\t\t\t\tlastHeight = 0;\n\t\t\t\t\t\tredraw = Math.random();\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\t\n    })\"\n>\n    <div\n        class=\"absolute top-0 w-full h-full hidden lg:block\"\n        style=\"clip: rect(0, auto, auto, 0)\"\n    >\n        <div class=\"fixed flex items-center justify-center flex-col ml-16 mt-12 h-[80vh] top-[10vh]\">\n                            <div\n                    class=\"w-px bg-white\/10 cursor-pointer\"\n                    style=\"height:33.3333333333%\"\n                    @click=\"\n                        \/\/ Change current image, and scroll with a bit of vertical fudge to better align to viewport\n                        currentImage = 0;\n                        window.scrollTo(\n                            0,\n                            $refs['sticky_0'].getBoundingClientRect().top + window.pageYOffset - 256\n                        );\n                    \"\n                >\n                    <div\n                        class=\"w-full h-full bg-green-500 transition duration-300\"\n                        x-effect=\"\n                            currentImage;\n                            $el.style.opacity = (currentImage === 0) ? 1 : 0;\n                        \"\n                    ><\/div>\n                <\/div>\n                            <div\n                    class=\"w-px bg-white\/10 cursor-pointer\"\n                    style=\"height:33.3333333333%\"\n                    @click=\"\n                        \/\/ Change current image, and scroll with a bit of vertical fudge to better align to viewport\n                        currentImage = 1;\n                        window.scrollTo(\n                            0,\n                            $refs['sticky_1'].getBoundingClientRect().top + window.pageYOffset - 256\n                        );\n                    \"\n                >\n                    <div\n                        class=\"w-full h-full bg-green-500 transition duration-300\"\n                        x-effect=\"\n                            currentImage;\n                            $el.style.opacity = (currentImage === 1) ? 1 : 0;\n                        \"\n                    ><\/div>\n                <\/div>\n                            <div\n                    class=\"w-px bg-white\/10 cursor-pointer\"\n                    style=\"height:33.3333333333%\"\n                    @click=\"\n                        \/\/ Change current image, and scroll with a bit of vertical fudge to better align to viewport\n                        currentImage = 2;\n                        window.scrollTo(\n                            0,\n                            $refs['sticky_2'].getBoundingClientRect().top + window.pageYOffset - 256\n                        );\n                    \"\n                >\n                    <div\n                        class=\"w-full h-full bg-green-500 transition duration-300\"\n                        x-effect=\"\n                            currentImage;\n                            $el.style.opacity = (currentImage === 2) ? 1 : 0;\n                        \"\n                    ><\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n    <div class=\"section lg:grid lg:grid-cols-[50fr_70fr] lg:gap-10 lg:relative\">\n        <!-- Text (and images on sm screens) -->\n        <div class=\"lg:pt-60 lg:ml-8\">\n            <!-- Sections -->\n                            <div class=\"my-40 first:mt-0\">\n                    <img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/scroll-global-data-sources.svg\" alt=\"global-data-sources\" class=\"w-full object-cover lg:hidden\">\n                    <div\n                        class=\"transition duration-300\"\n                        x-ref=\"sticky_0\"\n                        :style=\"'opacity:' + distances[0]\"\n                    >\n                        <p class=\"font-numerals text-green-500 text-[7rem] xs:text-[10rem]\">\n                            01                        <\/p>\n                        <h5 class=\"h5 mt-10 lg:mt-0\" >Expand Your Global Reach<\/h5>                        <p class=\"p mt-6\">\n                            Grow confidently beyond borders with agile identity verification that quickly adjusts to new markets and shifting regulations.                        <\/p>\n                                                <a href=\"https:\/\/www.trulioo.com\/identity-verification-use-cases\/global-expansion\" target=\"_self\"class=\"flex items-center hover:underline mt-6\">\n\t\t\t\t\t\t\t<svg class=\"inline-block h-6 mr-4 text-red-500 mb-1.5\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 6 9\"><path fill=\"currentColor\" d=\"m1.8.9a.9.9 0 10-1.8 0 .9.9 0 101.8 0m2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m-2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m-2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0\"\/><\/svg>                            <p class=\"p subheading inline-block\">Learn More<\/p>\n                        <\/a>\n                                        <\/div>\n                <\/div>\n                            <div class=\"my-40 first:mt-0\">\n                    <img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/scroll-one-platform.svg\" alt=\"One-Platform\" class=\"w-full object-cover lg:hidden\">\n                    <div\n                        class=\"transition duration-300\"\n                        x-ref=\"sticky_1\"\n                        :style=\"'opacity:' + distances[1]\"\n                    >\n                        <p class=\"font-numerals text-green-500 text-[7rem] xs:text-[10rem]\">\n                            02                        <\/p>\n                        <h5 class=\"h5 mt-10 lg:mt-0\" >Quickly Deploy Sophisticated Verification<\/h5>                        <p class=\"p mt-6\">\n                            Enrich identity verification for KYC compliance by easily combining different capabilities through our global identity platform without the need for new contracts or engineering resources.                        <\/p>\n                                                <a href=\"https:\/\/www.trulioo.com\/solutions\/global-identity-platform\" target=\"_self\"class=\"flex items-center hover:underline mt-6\">\n\t\t\t\t\t\t\t<svg class=\"inline-block h-6 mr-4 text-red-500 mb-1.5\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 6 9\"><path fill=\"currentColor\" d=\"m1.8.9a.9.9 0 10-1.8 0 .9.9 0 101.8 0m2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m-2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m-2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0\"\/><\/svg>                            <p class=\"p subheading inline-block\">Learn More<\/p>\n                        <\/a>\n                                        <\/div>\n                <\/div>\n                            <div class=\"my-40 first:mt-0\">\n                    <img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/scroll-user-verification.svg\" alt=\"scroll-user-verification\" class=\"w-full object-cover lg:hidden\">\n                    <div\n                        class=\"transition duration-300\"\n                        x-ref=\"sticky_2\"\n                        :style=\"'opacity:' + distances[2]\"\n                    >\n                        <p class=\"font-numerals text-green-500 text-[7rem] xs:text-[10rem]\">\n                            03                        <\/p>\n                        <h5 class=\"h5 mt-10 lg:mt-0\" >Build Trust and Protect Your Brand<\/h5>                        <p class=\"p mt-6\">\n                            Provide a secure, trusted onboarding experience that makes a strong first impression on your customers.                        <\/p>\n                                                <a href=\"https:\/\/www.trulioo.com\/identity-verification-use-cases\/trust-safety\" target=\"_self\"class=\"flex items-center hover:underline mt-6\">\n\t\t\t\t\t\t\t<svg class=\"inline-block h-6 mr-4 text-red-500 mb-1.5\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 6 9\"><path fill=\"currentColor\" d=\"m1.8.9a.9.9 0 10-1.8 0 .9.9 0 101.8 0m2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m-2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m-2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0\"\/><\/svg>                            <p class=\"p subheading inline-block\">Learn More<\/p>\n                        <\/a>\n                                        <\/div>\n                <\/div>\n                    <\/div>\n\n        <!-- Images (lg screens) -->\n        <div\n            class=\"hidden lg:block lg:sticky lg:top-0 lg:left-0 lg:h-min lg:pt-32\"\n            x-effect=\"currentImage; redraw; $nextTick(function() {\n\t\t\t\t\t\t\t\t\n                if (lastHeight === 0 &#038;&#038; imageLoaded !== -1) {\n                    const loadedImg = $refs['image_' + imageLoaded];\n                    let isHidden = getComputedStyle(loadedImg).display === 'none';\n\n                    \/\/ If the loadedImg is currently hidden, temporarily unhide it to compute its height\n                    if (isHidden) loadedImg.style.display = 'block';\n                    lastHeight = loadedImg?.offsetHeight ?? 0;\n                    \/\/ 256 pixels adds additional padding on the top\/bottom\n                    $el.style.height = lastHeight + (16 * 16) + 'px';\n                    if (isHidden) loadedImg.style.display = 'none';\n                }\n            })\"\n            @resize.window=\"\n                lastHeight = 0;\n                redraw = Math.random();\n            \"\n        >\n            <div class=\"relative h-full flex items-end justify-center flex-col\">\n                                    <img decoding=\"async\"\n                        src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/scroll-global-data-sources.svg\"\n                        alt=\"global-data-sources\"\n                        class=\"w-full absolute object-cover sticky0 lg:block\"\n                        x-ref=\"image_0\"\n                        x-show=\"currentImage === 0\"\n                        x-transition.opacity.duration.300ms\n                    >\n                                    <img decoding=\"async\"\n                        src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/scroll-one-platform.svg\"\n                        alt=\"One-Platform\"\n                        class=\"w-full absolute object-cover sticky1\"\n                        x-ref=\"image_1\"\n                        x-show=\"currentImage === 1\"\n                        x-transition.opacity.duration.300ms\n                    >\n                                    <img decoding=\"async\"\n                        src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/scroll-user-verification.svg\"\n                        alt=\"scroll-user-verification\"\n                        class=\"w-full absolute object-cover sticky2\"\n                        x-ref=\"image_2\"\n                        x-show=\"currentImage === 2\"\n                        x-transition.opacity.duration.300ms\n                    >\n                            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"w-full bg-green-900 h-[100px] lg:h-[180px]\"><\/div>\n\n\n<div class=\"w-full bg-white h-[40px] lg:h-[80px]\"><\/div>\n\n<div class=\"bg-white\"><div class=\"section\"><h2 class=\"h2 my-8 lg:mb-12 text-left md:text-center mx-auto text-green-900\">Combine Data and Documents for High Onboarding Assurance<\/h2><\/div><\/div>\n\n<div class=\"bg-white\">\n    <div class=\"section py-20\">\n        <div class=\"grid grid-cols-2 lg:grid-cols-4 gap-4 xs:gap-10\">\n                                                <svg viewBox=\"0 0 120 120\" class=\"w-full mx-auto\">\n                        <circle\n                            cx=\"60\"\n                            cy=\"60\"\n                            r=\"30\"\n                            fill=\"none\"\n                            class=\"fill-none stroke-white\"\n                            stroke-width=\"60\"\n                        ><\/circle>\n                        <circle\n                            cx=\"60\"\n                            cy=\"60\"\n                            r=\"30\"\n                            fill=\"none\"\n                            class=\"stat stroke-green-500 origin-center -rotate-90\"\n                            stroke-width=\"60\"\n                            style=\"stroke-dasharray: 190; stroke-dashoffset: 190; transition: stroke-dashoffset 1s ease\"\n                        ><\/circle>\n                        <text\n                            x=\"50%\"\n                            y=\"50%\"\n                            dominant-baseline=\"middle\"\n                            text-anchor=\"middle\"\n                            class=\"h1 font-normal text-6xl fill-green-900\">\n                            195+                        <\/text>\n                        <text\n                            x=\"50%\"\n                            y=\"70%\"\n                            dominant-baseline=\"middle\"\n                            text-anchor=\"middle\"\n                            class=\"p subheading text-[0.45rem] fill-green-900\">\n                            Countries Covered                        <\/text>\n                    <\/svg>\n                                    <svg viewBox=\"0 0 120 120\" class=\"w-full mx-auto\">\n                        <circle\n                            cx=\"60\"\n                            cy=\"60\"\n                            r=\"30\"\n                            fill=\"none\"\n                            class=\"fill-none stroke-white\"\n                            stroke-width=\"60\"\n                        ><\/circle>\n                        <circle\n                            cx=\"60\"\n                            cy=\"60\"\n                            r=\"30\"\n                            fill=\"none\"\n                            class=\"stat stroke-green-500 origin-center -rotate-90\"\n                            stroke-width=\"60\"\n                            style=\"stroke-dasharray: 190; stroke-dashoffset: 190; transition: stroke-dashoffset 1s ease\"\n                        ><\/circle>\n                        <text\n                            x=\"50%\"\n                            y=\"50%\"\n                            dominant-baseline=\"middle\"\n                            text-anchor=\"middle\"\n                            class=\"h1 font-normal text-6xl fill-green-900\">\n                            450+                        <\/text>\n                        <text\n                            x=\"50%\"\n                            y=\"70%\"\n                            dominant-baseline=\"middle\"\n                            text-anchor=\"middle\"\n                            class=\"p subheading text-[0.45rem] fill-green-900\">\n                            Data Partners                        <\/text>\n                    <\/svg>\n                                    <svg viewBox=\"0 0 120 120\" class=\"w-full mx-auto\">\n                        <circle\n                            cx=\"60\"\n                            cy=\"60\"\n                            r=\"30\"\n                            fill=\"none\"\n                            class=\"fill-none stroke-white\"\n                            stroke-width=\"60\"\n                        ><\/circle>\n                        <circle\n                            cx=\"60\"\n                            cy=\"60\"\n                            r=\"30\"\n                            fill=\"none\"\n                            class=\"stat stroke-green-500 origin-center -rotate-90\"\n                            stroke-width=\"60\"\n                            style=\"stroke-dasharray: 190; stroke-dashoffset: 190; transition: stroke-dashoffset 1s ease\"\n                        ><\/circle>\n                        <text\n                            x=\"50%\"\n                            y=\"50%\"\n                            dominant-baseline=\"middle\"\n                            text-anchor=\"middle\"\n                            class=\"h1 font-normal text-4xl fill-green-900\">\n                            13,000+                        <\/text>\n                        <text\n                            x=\"50%\"\n                            y=\"70%\"\n                            dominant-baseline=\"middle\"\n                            text-anchor=\"middle\"\n                            class=\"p subheading text-[0.45rem] fill-green-900\">\n                            Verifiable Documents                        <\/text>\n                    <\/svg>\n                                    <svg viewBox=\"0 0 120 120\" class=\"w-full mx-auto\">\n                        <circle\n                            cx=\"60\"\n                            cy=\"60\"\n                            r=\"30\"\n                            fill=\"none\"\n                            class=\"fill-none stroke-white\"\n                            stroke-width=\"60\"\n                        ><\/circle>\n                        <circle\n                            cx=\"60\"\n                            cy=\"60\"\n                            r=\"30\"\n                            fill=\"none\"\n                            class=\"stat stroke-green-500 origin-center -rotate-90\"\n                            stroke-width=\"60\"\n                            style=\"stroke-dasharray: 190; stroke-dashoffset: 190; transition: stroke-dashoffset 1s ease\"\n                        ><\/circle>\n                        <text\n                            x=\"50%\"\n                            y=\"50%\"\n                            dominant-baseline=\"middle\"\n                            text-anchor=\"middle\"\n                            class=\"h1 font-normal text-6xl fill-green-900\">\n                            5B                        <\/text>\n                        <text\n                            x=\"50%\"\n                            y=\"70%\"\n                            dominant-baseline=\"middle\"\n                            text-anchor=\"middle\"\n                            class=\"p subheading text-[0.45rem] fill-green-900\">\n                            Potential Customers                        <\/text>\n                    <\/svg>\n                                    <\/div>\n    <\/div>\n<\/div>\n\n\n\n\n\n<div class=\"w-full bg-white h-[40px] lg:h-[80px]\"><\/div>\n\n\n<div class=\"bg-white \">\n\t<div class=\"section grid lg:grid lg:grid-cols-12 \">\n\t\t\t\t<div class=\"lg:col-span-6 order-2 lg:order-2 lg:pl-16 xl:pl-24 py-4 pt-12 lg:pt-4 my-auto\">\n\t\t\t\n<h3 class=\"lg:mt-2 h3 lg:h2 mb-4 lg:mb-8 text-green-900\">Verify Digital Identities Around the World<\/h3>\n    <p class=\"p mb-6 text-green-900\">Companies face complex identity verification challenges that require a sophisticated response. Rise to those challenges with Person Match to quickly and accurately verify digital identities by matching PII to global and local data sources.<\/p>\n<div class=\"flex flex-wrap justify-start text-center\">\n\n    <a href=\"https:\/\/www.trulioo.com\/solutions\/identity-verification\/person-match\"  class=\" md:mr-6 mb-6 mt-1 lg:mt-2 btn-text-md border border-green-900 text-green-900 hover:bg-green-900 hover:text-green-500\" >Learn more<\/a>    <\/div>\t\t<\/div>\n\n\t\t<div class=\"lg:col-span-6 order-1 lg:order-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/50-50-person-match.svg\" alt=\"Solution - Person Match\" width=\"740\" height=\"586\">\n\t\t\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\n\n<div class=\"w-full bg-white h-[80px] lg:h-[120px]\"><\/div>\n\n\n<div class=\"bg-white \">\n\t<div class=\"section grid lg:grid lg:grid-cols-12 \">\n\t\t\t\t<div class=\"lg:col-span-6 order-2 lg:order-1 lg:pr-16 xl:pr-24 py-4 pt-12 lg:pt-4 my-auto\">\n\t\t\t\n<h3 class=\"lg:mt-2 h3 lg:h2 mb-4 lg:mb-8 text-green-900\">Onboard With the Certainty of Identity Document Verification<\/h3>\n    <p class=\"p mb-6 text-green-900\">Onboard customers confidently with real-time ID document verification that enhances security and creates trusted relationships. Capture, analyze and authenticate more than 13,000 identity documents worldwide to add certainty to customer onboarding and risk management.<\/p>\n<div class=\"flex flex-wrap justify-start text-center\">\n\n    <a href=\"https:\/\/www.trulioo.com\/solutions\/identity-verification\/document-verification\"  class=\" md:mr-6 mb-6 mt-1 lg:mt-2 btn-text-md border border-green-900 text-green-900 hover:bg-green-900 hover:text-green-500\" >Learn more<\/a>    <\/div>\t\t<\/div>\n\n\t\t<div class=\"lg:col-span-6 order-1 lg:order-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/50-50-identity-document-verification.svg\" alt=\"Solution - Document Verification\" width=\"740\" height=\"586\">\n\t\t\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\n\n<div class=\"w-full bg-white h-[80px] lg:h-[120px]\"><\/div>\n\n\n<div class=\"bg-white \">\n\t<div class=\"section grid lg:grid lg:grid-cols-12 \">\n\t\t\t\t<div class=\"lg:col-span-6 order-2 lg:order-2 lg:pl-16 xl:pl-24 py-4 pt-12 lg:pt-4 my-auto\">\n\t\t\t\n<h3 class=\"lg:mt-2 h3 lg:h2 mb-4 lg:mb-8 text-green-900\">Accelerate Proof of Address Compliance<\/h3>\n    <p class=\"p mb-6 text-green-900\">Eliminate manual document review and connect to more than 2,200 utility providers around the world to confirm name and address on official records. Utility Data provides fast, low-friction, accurate proof of address compliance.<\/p>\n<div class=\"flex flex-wrap justify-start text-center\">\n\n    <a href=\"https:\/\/www.trulioo.com\/solutions\/identity-verification\/utility-bill-data\"  class=\" md:mr-6 mb-6 mt-1 lg:mt-2 btn-text-md border border-green-900 text-green-900 hover:bg-green-900 hover:text-green-500\" >Learn more<\/a>    <\/div>\t\t<\/div>\n\n\t\t<div class=\"lg:col-span-6 order-1 lg:order-1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/50-50-utility-data.svg\" alt=\"Solution - Utility Data\" width=\"740\" height=\"586\">\n\t\t\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\n\n<div class=\"w-full bg-white h-[80px] lg:h-[120px]\"><\/div>\n\n\n<div class=\"bg-white \">\n\t<div class=\"section grid lg:grid lg:grid-cols-12 \">\n\t\t\t\t<div class=\"lg:col-span-6 order-2 lg:order-1 lg:pr-16 xl:pr-24 py-4 pt-12 lg:pt-4 my-auto\">\n\t\t\t\n<h3 class=\"lg:mt-2 h3 lg:h2 mb-4 lg:mb-8 text-green-900\">Achieve High Assurance Verifying People With E-IDs<\/h3>\n    <p class=\"p mb-6 text-green-900\">Trulioo Electronic Identification empowers organizations to quickly verify people with e-IDs through one contract that connects to an issuer network. Let our global scale and streamlined integration fuel your connection to government and private issuers around the world.<\/p>\n<div class=\"flex flex-wrap justify-start text-center\">\n\n    <a href=\"https:\/\/www.trulioo.com\/solutions\/identity-verification\/electronic-identification\"  class=\" md:mr-6 mb-6 mt-1 lg:mt-2 btn-text-md border border-green-900 text-green-900 hover:bg-green-900 hover:text-green-500\" >Learn more<\/a>    <\/div>\t\t<\/div>\n\n\t\t<div class=\"lg:col-span-6 order-1 lg:order-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/10\/50-50-electronic-identification.svg\" alt=\"e-ID\" width=\"740\" height=\"586\">\n\t\t\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\n\n<div class=\"w-full bg-white h-[80px] lg:h-[120px]\"><\/div>\n\n\n<div class=\"bg-white \">\n\t<div class=\"section grid lg:grid lg:grid-cols-12 \">\n\t\t\t\t<div class=\"lg:col-span-5 order-1 lg:order-1 lg:pr-16 xl:pr-24\">\n\t\t\t\n<h3 class=\"lg:mt-2 h4 lg:h3 mb-4 lg:mb-8 text-green-900\">Optimize the Cost of Acquiring a Good, Verified Customer<\/h3>\n    <p class=\"p mb-6 text-green-900\">Layer customized, automated verification capabilities across a single onboarding workflow to match market, risk management or compliance requirements across the globe.<\/p>\n<div class=\"flex flex-wrap justify-start text-center\">\n\n        <\/div>\t\t<\/div>\n\n\t\t<div class=\"lg:col-span-7 order-2 lg:order-2\">\n\t\t\t\n\t\t\t\n<div class=\"pt-6 space-y-8 lg:space-y-10\">\n            <div class=\"grid grid-cols-7 gap-6\">\n                            <a href=\"https:\/\/www.trulioo.com\/identity-verification-use-cases\/onboarding\"  class=\"col-span-3 sm:col-span-2\">\n\n                                                <img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/minicards-customer-onboarding.svg\" alt=\"Consumer Onboarding - Strike the Ideal Balance Between Onboarding Speed and Security\" class=\"h-32 aspect-[140\/111] object-contain\">\n                                        <\/a>\n            \n            <div class=\"col-span-4 sm:col-span-5 my-auto\">\n                \n                                    <a href=\"https:\/\/www.trulioo.com\/identity-verification-use-cases\/onboarding\"  class=\"block h6 lg:h-sm mb-4 text-green-900\">\n                        Balance Onboarding Speed and Security                    <\/a>\n                \n                                    <a href=\"https:\/\/www.trulioo.com\/identity-verification-use-cases\/onboarding\" class=\"group hidden lg:flex items-center sm text-green-900\">\n                        <!-- TODO: add these styles as tertiary btn (no bg, chevron with h-3 mr-1) -->\n                        <svg class=\"inline-block text-red-500 h-3 w-3 mr-1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 6 9\"><path fill=\"currentColor\" d=\"m1.8.9a.9.9 0 10-1.8 0 .9.9 0 101.8 0m2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m-2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m-2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0\"\/><\/svg>                        <p class=\"p-sm subheading leading-none group-hover:underline\">Learn More<\/p>\n                    <\/a>\n                            <\/div>\n        <\/div>\n            <div class=\"grid grid-cols-7 gap-6\">\n                            <a href=\"\/identity-verification-use-cases\/regulatory-compliance\"  class=\"col-span-3 sm:col-span-2\">\n\n                                                <img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/minicards-security.svg\" alt=\"Use case - Regulatory Compliance\" class=\"h-32 aspect-[140\/111] object-contain\">\n                                        <\/a>\n            \n            <div class=\"col-span-4 sm:col-span-5 my-auto\">\n                \n                                    <a href=\"\/identity-verification-use-cases\/regulatory-compliance\"  class=\"block h6 lg:h-sm mb-4 text-green-900\">\n                        Navigate the Maze of Regulations Worldwide                    <\/a>\n                \n                                    <a href=\"\/identity-verification-use-cases\/regulatory-compliance\" class=\"group hidden lg:flex items-center sm text-green-900\">\n                        <!-- TODO: add these styles as tertiary btn (no bg, chevron with h-3 mr-1) -->\n                        <svg class=\"inline-block text-red-500 h-3 w-3 mr-1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 6 9\"><path fill=\"currentColor\" d=\"m1.8.9a.9.9 0 10-1.8 0 .9.9 0 101.8 0m2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m-2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m-2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0\"\/><\/svg>                        <p class=\"p-sm subheading leading-none group-hover:underline\">Learn More<\/p>\n                    <\/a>\n                            <\/div>\n        <\/div>\n            <div class=\"grid grid-cols-7 gap-6\">\n                            <a href=\"\/solutions\"  class=\"col-span-3 sm:col-span-2\">\n\n                                                <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/minicards-solutions-161x128.jpg\" width=\"161\" height=\"128\" itemprop=\"image\" alt=\"Build, Launch and Optimize Customer Onboarding Workflows\" class=\"h-32 aspect-[140\/111] object-contain\">\n                                        <\/a>\n            \n            <div class=\"col-span-4 sm:col-span-5 my-auto\">\n                \n                                    <a href=\"\/solutions\"  class=\"block h6 lg:h-sm mb-4 text-green-900\">\n                        Optimize Customer Onboarding Workflows                    <\/a>\n                \n                                    <a href=\"\/solutions\" class=\"group hidden lg:flex items-center sm text-green-900\">\n                        <!-- TODO: add these styles as tertiary btn (no bg, chevron with h-3 mr-1) -->\n                        <svg class=\"inline-block text-red-500 h-3 w-3 mr-1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 6 9\"><path fill=\"currentColor\" d=\"m1.8.9a.9.9 0 10-1.8 0 .9.9 0 101.8 0m2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m-2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0m-2.1 1.8a.9.9 0 10-1.8 0 .9.9 0 101.8 0\"\/><\/svg>                        <p class=\"p-sm subheading leading-none group-hover:underline\">Learn More<\/p>\n                    <\/a>\n                            <\/div>\n        <\/div>\n    <\/div>\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\n\n<div class=\"w-full bg-white h-[100px] lg:h-[180px]\"><\/div>\n\n<div class=\"not-post section\">\n    <div class=\"px-4 bg-green-500 grid lg:grid-cols-3 gap-8 lg:gap-10 pt-4 pb-8 lg:py-10\">\n\t\t\t\t\t<picture>\n\t\t\t\t<source media=\"(max-width: 480px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/ss-product-sheet-thumbnail-468x263.png\">\n\t\t\t\t<source media=\"(max-width: 768px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/ss-product-sheet-thumbnail-608x342.png\">\n\t\t\t\t<source media=\"(max-width: 1024px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/ss-product-sheet-thumbnail-732x412.png\">\n\t\t\t\t<source media=\"(max-width: 1280px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/ss-product-sheet-thumbnail-304x171.png\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/ss-product-sheet-thumbnail-468x263.png\" width=\"468\" height=\"263\" itemprop=\"image\" alt=\"Product sheet - Individual Verification\" class=\"w-full aspect-video object-cover\">\n\t\t\t<\/picture>\n\t\t\t\t<div class=\"lg:col-span-2 my-auto\">\n\t\t\t<p class=\"p-sm lg:p-xs subheading flex items-center text-green-900 mb-4\">\n\t\t\t\t<span class=\"w-1 h-1 bg-red-500 rounded-full inline-block mr-2\"><\/span>\n\t\t\t\tSolution Sheet\t\t\t<\/p>\n\t\t\t<h5 class=\"h5 mb-2 lg:mb-4 text-green-900\" >Easily Expand Across Borders and Onboard More Users<\/h5>\n\t\t\t<p class=\"p text-green-900 mb-10\">\n\t\t\t\t Learn how Trulioo can help protect businesses and build trust with customers in an increasingly digital world.\t\t\t<\/p>\n\t\t\t<a href=\"https:\/\/content.trulioo.com\/flip-book\/351985\/886487\"  class=\"inline-block text-center w-full md:w-auto mb-2 btn-text-md border border-green-900 bg-green-900 text-green-500 hover:bg-green-700 hover:border-green-700\"  rel=\"noopener noreferrer\" target=\"_blank\" >Download the solution sheet<\/a>\t\t<\/div>\n\t<\/div>\n<\/div>\n\n\n<div class=\"w-full bg-white h-[100px] lg:h-[180px]\"><\/div>\n\n<div class=\"bg-white\"><div class=\"section\"><h2 class=\"h2 my-8 lg:mb-12 text-left text-green-900\">The Identity Experts<\/h2><\/div><\/div>\n\n\n<div class=\"bg-white\">\n    <div class=\"section\">\n        <div class=\"lg:grid lg:grid-cols-3 lg:gap-10\">\n                                <div class=\"pt-12 pb-8 border-t border-b border-green-900\">\n                                                    <div class=\"mb-4 lg:mb-6\">\n                                <svg class=\"inline-block h-5 lg:h-6\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M11.25 22.5a10.5 10.5 0 0 1 0-21\"\/><path d=\"M11.25 1.5S6 4.5 6 12s5.25 10.5 5.25 10.5m0-15H1.76m9.49 9H1.76m13.99-12a3 3 0 1 0 6 0 3 3 0 1 0-6 0Zm5.61 5.35-2.61 3.65-2.61-3.65a4.49 4.49 0 0 0-1.89 3.65v3a1.5 1.5 0 0 0 1.5 1.5h.75v3a1.5 1.5 0 0 0 1.5 1.5h1.5A1.5 1.5 0 0 0 21 21v-3h.75a1.5 1.5 0 0 0 1.5-1.5v-3a4.49 4.49 0 0 0-1.89-3.65Z\"\/><\/g><\/svg>                            <\/div>\n                                                    <h6 class=\"h6 mb-3 lg:mb-4\" >Truly Global<\/h6>\n                            <div class=\"p-sm custom-typography\"><p>In an ever-expanding digital world, Trulioo empowers everyone to take part in the global economy.<\/p>\n<\/div>\n                                                <\/div>\n                                    <div class=\"pt-12 pb-8 lg:border-t border-b border-green-900\">\n                                                    <div class=\"mb-4 lg:mb-6\">\n                                <svg class=\"inline-block h-5 lg:h-6\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"20.1\" cy=\"4\" r=\"3\"\/><circle cx=\"20.1\" cy=\"20\" r=\"3\"\/><path d=\"m17.1 5.5-3.5 2M17.1 19l-3-1.5\"\/><rect width=\"11\" height=\"8.7\" x=\".9\" y=\"8.8\" rx=\"1.5\"\/><path d=\"M2.3 8.8V7.1a4 4 0 0 1 8.1 0v1.7m-5.8 4.4 1.2 1.1L8.1 12\"\/><\/g><\/svg>                            <\/div>\n                                                    <h6 class=\"h6 mb-3 lg:mb-4\" >Intuitive Technology<\/h6>\n                            <div class=\"p-sm custom-typography\"><p>Trulioo is the global identity and business verification platform that enterprises turn to for sophisticated capabilities that enable growth, innovation and compliance.<\/p>\n<\/div>\n                                                <\/div>\n                                    <div class=\"pt-12 pb-8 lg:border-t border-b border-green-900\">\n                                                    <div class=\"mb-4 lg:mb-6\">\n                                <svg class=\"inline-block h-5 lg:h-6\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M.75 23.25h22.5M6 16.25H3a.76.76 0 0 0-.75.75v6.25h4.5V17a.76.76 0 0 0-.75-.75Zm7.5-4h-3a.76.76 0 0 0-.75.75v10.25h4.5V13a.76.76 0 0 0-.75-.75Zm7.5-4h-3a.76.76 0 0 0-.75.75v14.25h4.5V9a.76.76 0 0 0-.75-.75Zm-16.82.99 16.07-7.3m-1.19 3.19 1.19-3.19L17.07.75\"\/><\/svg>                            <\/div>\n                                                    <h6 class=\"h6 mb-3 lg:mb-4\" >Built for Growth<\/h6>\n                            <div class=\"p-sm custom-typography\"><p>Trulioo customers can expand quickly, accelerate product launches, optimize onboarding costs and increase speed to market by customizing workflows to meet their specific needs.<\/p>\n<\/div>\n                                                <\/div>\n                        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"w-full bg-white h-[120px] lg:h-[240px]\"><\/div>\n\n\n<!-- TODO: carousel description. TODO: lg: center arrow btns vertically relative to card, not block -->\n<div\n    class=\"bg-green-900 text-white overflow-x-hidden\"\n    x-data=\"{ selected: 2 }\"\n>\n    <div class=\"section\">\n        <div class=\"mt-20 lg:mt-[180px] lg:text-center\">\n            <h3 class=\"h2 mx-auto mb-8\" >You\u2019re in Good Company<\/h3>\n                            <p class=\"p-lg mx-auto mb-16\">Find global success with Trulioo.<\/p>\n                    <\/div>\n\n        <div class=\"lg:flex lg:justify-center lg:items-center lg:gap-10\">\n            <div class=\"hidden lg:block\">\n                <button\n                    class=\"btn-circle-md mr-9 border border-green-500 text-green-500 hover:bg-green-500 hover:text-green-700\"\n                    aria-label=\"Previous\"\n                    @click=\"selected++; if (selected === 6) selected = 0;\"\n                >\n\t\t\t\t\t<svg class=\"w-full h-full\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 22 13\"><path fill=\"currentColor\" d=\"M6.13 12.78.23 7.03a.73.73 0 0 1 0-1.06L6.12.22c.3-.3.79-.3 1.09 0 .3.3.3.76 0 1.06l-4.6 4.47h18.61c.43 0 .77.34.77.75s-.34.75-.77.75H2.62l4.6 4.47c.3.3.3.77 0 1.06-.3.3-.79.3-1.09 0Z\"\/><\/svg>                <\/button>\n            <\/div>\n            <div class=\"lg:flex lg:flex-col\">\n                <div class=\"card-carousel mx-auto w-full md:w-[36rem] lg:w-[48rem] h-96\">\n                                            <div\n                            class=\"mx-auto w-full md:w-[36rem] lg:w-[48rem] h-80 bg-green-700 px-4 py-8 text-center flex flex-col items-center justify-center absolute top-0 transition duration-500\"\n                            :data-order=\"(selected + 0) % 6\"\n                        >\n                            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/case-study-logo-etoro-102x32.png\" width=\"102\" height=\"32\" itemprop=\"image\" alt=\"Case study - eToro\" class=\"mx-auto h-8 mb-6\">\n\t\t\t\t\t\t\t                            <p class=\"p-lg mb-12\">Discover how eToro achieved rapid global growth without compromising safety and compliance.<\/p>\n                            <a\n                                href=\"https:\/\/www.trulioo.com\/resources\/case-studies\/etoro-case-study\"\n                                class=\"btn-text-md border border-green-500 bg-green-500 text-green-900 hover:bg-green-300 hover:border-green-300\"\n                                                            >\n                                <span class=\"p subheading\">Read the case study<\/span>\n                            <\/a>\n                        <\/div>\n                                            <div\n                            class=\"mx-auto w-full md:w-[36rem] lg:w-[48rem] h-80 bg-green-700 px-4 py-8 text-center flex flex-col items-center justify-center absolute top-0 transition duration-500\"\n                            :data-order=\"(selected + 1) % 6\"\n                        >\n                            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/case-study-logo-koho-179x32.png\" width=\"179\" height=\"32\" itemprop=\"image\" alt=\"Case study - KOHO\" class=\"mx-auto h-8 mb-6\">\n\t\t\t\t\t\t\t                            <p class=\"p-lg mb-12\">KOHO, a financial services company, provides quick, efficient customer onboarding that complies with KYC and AML regulations.<\/p>\n                            <a\n                                href=\"https:\/\/www.trulioo.com\/resources\/case-studies\/challenger-banks\"\n                                class=\"btn-text-md border border-green-500 bg-green-500 text-green-900 hover:bg-green-300 hover:border-green-300\"\n                                                            >\n                                <span class=\"p subheading\">Read the case study<\/span>\n                            <\/a>\n                        <\/div>\n                                            <div\n                            class=\"mx-auto w-full md:w-[36rem] lg:w-[48rem] h-80 bg-green-700 px-4 py-8 text-center flex flex-col items-center justify-center absolute top-0 transition duration-500\"\n                            :data-order=\"(selected + 2) % 6\"\n                        >\n                            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/case-study-logo-marketplaces-232x32.png\" width=\"232\" height=\"32\" itemprop=\"image\" alt=\"Case study - Marketplaces\" class=\"mx-auto h-8 mb-6\">\n\t\t\t\t\t\t\t                            <p class=\"p-lg mb-12\">Create trust in a community of virtual strangers<\/p>\n                            <a\n                                href=\"https:\/\/www.trulioo.com\/resources\/case-studies\/online-marketplaces\"\n                                class=\"btn-text-md border border-green-500 bg-green-500 text-green-900 hover:bg-green-300 hover:border-green-300\"\n                                                            >\n                                <span class=\"p subheading\">Read the case study<\/span>\n                            <\/a>\n                        <\/div>\n                                            <div\n                            class=\"mx-auto w-full md:w-[36rem] lg:w-[48rem] h-80 bg-green-700 px-4 py-8 text-center flex flex-col items-center justify-center absolute top-0 transition duration-500\"\n                            :data-order=\"(selected + 3) % 6\"\n                        >\n                            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/case-study-logo-etoro-102x32.png\" width=\"102\" height=\"32\" itemprop=\"image\" alt=\"Case study - eToro\" class=\"mx-auto h-8 mb-6\">\n\t\t\t\t\t\t\t                            <p class=\"p-lg mb-12\">Discover how eToro achieved rapid global growth without compromising safety and compliance.<\/p>\n                            <a\n                                href=\"https:\/\/www.trulioo.com\/resources\/case-studies\/etoro-case-study\"\n                                class=\"btn-text-md border border-green-500 bg-green-500 text-green-900 hover:bg-green-300 hover:border-green-300\"\n                                                            >\n                                <span class=\"p subheading\">Read the case study<\/span>\n                            <\/a>\n                        <\/div>\n                                            <div\n                            class=\"mx-auto w-full md:w-[36rem] lg:w-[48rem] h-80 bg-green-700 px-4 py-8 text-center flex flex-col items-center justify-center absolute top-0 transition duration-500\"\n                            :data-order=\"(selected + 4) % 6\"\n                        >\n                            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/case-study-logo-koho-179x32.png\" width=\"179\" height=\"32\" itemprop=\"image\" alt=\"Case study - KOHO\" class=\"mx-auto h-8 mb-6\">\n\t\t\t\t\t\t\t                            <p class=\"p-lg mb-12\">KOHO, a financial services company, provides quick, efficient customer onboarding that complies with KYC and AML regulations.<\/p>\n                            <a\n                                href=\"https:\/\/www.trulioo.com\/resources\/case-studies\/challenger-banks\"\n                                class=\"btn-text-md border border-green-500 bg-green-500 text-green-900 hover:bg-green-300 hover:border-green-300\"\n                                                            >\n                                <span class=\"p subheading\">Read the case study<\/span>\n                            <\/a>\n                        <\/div>\n                                            <div\n                            class=\"mx-auto w-full md:w-[36rem] lg:w-[48rem] h-80 bg-green-700 px-4 py-8 text-center flex flex-col items-center justify-center absolute top-0 transition duration-500\"\n                            :data-order=\"(selected + 5) % 6\"\n                        >\n                            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/case-study-logo-marketplaces-232x32.png\" width=\"232\" height=\"32\" itemprop=\"image\" alt=\"Case study - Marketplaces\" class=\"mx-auto h-8 mb-6\">\n\t\t\t\t\t\t\t                            <p class=\"p-lg mb-12\">Create trust in a community of virtual strangers<\/p>\n                            <a\n                                href=\"https:\/\/www.trulioo.com\/resources\/case-studies\/online-marketplaces\"\n                                class=\"btn-text-md border border-green-500 bg-green-500 text-green-900 hover:bg-green-300 hover:border-green-300\"\n                                                            >\n                                <span class=\"p subheading\">Read the case study<\/span>\n                            <\/a>\n                        <\/div>\n                                    <\/div>\n                <div class='w-full mb-10 lg:mb-[180px] flex align-center justify-center flex-row-reverse gap-2.5'>\n                                            <button\n                            class=\"w-1.5 h-1.5 bg-green-700 rounded transition\"\n                            aria-label=\"item 1\"\n                            :class=\"selected % 3 === 0 &#038;&#038; '!bg-green-500'\"\n                            @click=\"selected = 0\"\n                        ><\/button>\n                                            <button\n                            class=\"w-1.5 h-1.5 bg-green-700 rounded transition\"\n                            aria-label=\"item 2\"\n                            :class=\"selected % 3 === 1 &#038;&#038; '!bg-green-500'\"\n                            @click=\"selected = 1\"\n                        ><\/button>\n                                            <button\n                            class=\"w-1.5 h-1.5 bg-green-700 rounded transition\"\n                            aria-label=\"item 3\"\n                            :class=\"selected % 3 === 2 &#038;&#038; '!bg-green-500'\"\n                            @click=\"selected = 2\"\n                        ><\/button>\n                                    <\/div>\n            <\/div>\n            <div class=\"hidden lg:block\">\n                <button\n                    class=\"btn-circle-md ml-9 border border-green-500 text-green-500 hover:bg-green-500 hover:text-green-700\"\n                    aria-label=\"Next\"\n                    @click=\"selected--; if (selected === -1) selected = 5;\"\n                >\n\t\t\t\t<svg class=\"w-full h-full\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 22 13\"><path fill=\"currentColor\" d=\"m15.87.22 5.9 5.75c.3.3.3.77 0 1.06l-5.9 5.75c-.3.3-.79.3-1.09 0a.73.73 0 0 1 0-1.06l4.6-4.47H.77A.76.76 0 0 1 0 6.5c0-.41.34-.75.77-.75h18.61l-4.6-4.47a.73.73 0 0 1 0-1.06c.3-.3.79-.3 1.09 0Z\"\/><\/svg>                <\/button>\n            <\/div>\n        <\/div>\n\n        <div class=\"text-center mb-20 lg:hidden\">\n            <button\n                class=\"btn-circle-md mr-4 border border-green-500 text-green-500 hover:bg-green-500 hover:text-green-700\"\n                aria-label=\"Previous\"\n                @click=\"selected++; if (selected === 6) selected = 0;\"\n            >\n\t\t\t\t<svg class=\"w-full h-full\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 22 13\"><path fill=\"currentColor\" d=\"M6.13 12.78.23 7.03a.73.73 0 0 1 0-1.06L6.12.22c.3-.3.79-.3 1.09 0 .3.3.3.76 0 1.06l-4.6 4.47h18.61c.43 0 .77.34.77.75s-.34.75-.77.75H2.62l4.6 4.47c.3.3.3.77 0 1.06-.3.3-.79.3-1.09 0Z\"\/><\/svg>            <\/button>\n            <button\n                class=\"btn-circle-md border border-green-500 text-green-500 hover:bg-green-500 hover:text-green-700\"\n                aria-label=\"Next\"\n                @click=\"selected--; if (selected === -1) selected = 5;\"\n            >\n\t\t\t\t<svg class=\"w-full h-full\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 22 13\"><path fill=\"currentColor\" d=\"m15.87.22 5.9 5.75c.3.3.3.77 0 1.06l-5.9 5.75c-.3.3-.79.3-1.09 0a.73.73 0 0 1 0-1.06l4.6-4.47H.77A.76.76 0 0 1 0 6.5c0-.41.34-.75.77-.75h18.61l-4.6-4.47a.73.73 0 0 1 0-1.06c.3-.3.79-.3 1.09 0Z\"\/><\/svg>            <\/button>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n\n\n<div class=\"w-full bg-white h-[120px] lg:h-[240px]\"><\/div>\n\n\n<div class=\"section\">\n    <div class=\"flex justify-between mb-10 lg:mb-16\">\n        <div>\n            <h3 class=\"h3  text-green-900\" >Identity Verification Resources<\/h3>                <p class=\"p-sm subheading\">Learn how digital identity verification enables businesses to comply with KYC regulations without burdening customers.<\/p>\n                    <\/div>\n            <\/div>\n    <div class=\"space-y-6 lg:space-y-0 lg:grid lg:grid-cols-3 lg:gap-10\">\n        <a x-data href=\"https:\/\/www.trulioo.com\/blog\/kyc\"  class=\"h-full flex flex-col justify-between bg-brown-100 cursor-pointer group overflow-hidden relative hover:bg-brown-300 z-0 \" style=\"perspective: 1000px;\"> <div class=\"contents lg:block lg:h-[600px] transition duration-700\">\n\n<div style=\"position: absolute; -webkit-backface-visibility: hidden; backface-visibility: hidden;\" class=\"contents lg:block opacity-100 lg:group-hover:opacity-0 transition-opacity\">\n<div class=\"order-2 flex items-end\">\n\n\t\n            <picture class=\"w-full\">\n\t\t\t\t\t\t\t<source media=\"(max-width: 480px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/blog-kyc-three-steps-468x263.jpg\">\n\t\t\t\t<source media=\"(max-width: 1024px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/blog-kyc-three-steps-732x412.jpg\">\n\t\t\t            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/blog-kyc-three-steps-468x263.jpg\" width=\"468\" height=\"263\" itemprop=\"image\" alt=\"KYC - Know Your Customer Compliance\" class=\"object-cover aspect-video group-hover:scale-105 transition-transform w-full\">\n        <\/picture>\n    <\/div>\n\n<div class=\"px-4 order-1 col-span-2 lg:px-8 py-6 flex justify-between flex-col text-left\">\n    <p class=\"p-sm lg:p-xs subheading lg:subheading text-green-900 mb-[60px] lg:mb-[120px] flex items-center\">\n        <span class=\"w-1 h-1 bg-red-500 rounded-full inline-block mr-2\"><\/span>\n        Individual Verification (KYC)    <\/p>\n    <div>\n        <p class=\"p-sm lg:p-xxs subheading text-gray-700 mt-1 mb-2\">Article &nbsp;\n                            | &nbsp; 16 min        <\/p>\n        <h3 class=\"h6  text-green-900\" >KYC: 3 Steps to Achieving Know Your Customer Compliance<\/h3>    <\/div>\n<\/div>\n<\/div>\n\n<div class=\"absolute hidden lg:flex flex-col justify-between p-8 h-[600px] overflow-auto text-left opacity-0 group-hover:opacity-100 transition-opacity\">\n\t<h3 class=\"h-sm md:h6 text-green-900 pb-10\">KYC: 3 Steps to Achieving Know Your Customer Compliance<\/h3>\n\t<p class=\"p text-green-900\">Know Your Customer (KYC) procedures are a critical function to assess, monitor customer risk &#038; a legal requirement to comply with AML laws.<\/p>\n<\/div>\n\n<\/div>\n<\/a><a x-data href=\"https:\/\/www.trulioo.com\/lp\/finding-value-in-complex-idv-market\" rel=\"noopener noreferrer\" target=\"_blank\"   class=\"h-full flex flex-col justify-between bg-brown-100 cursor-pointer group overflow-hidden relative hover:bg-brown-300 z-0 \" style=\"perspective: 1000px;\"> <div class=\"contents lg:block lg:h-[600px] transition duration-700\">\n\n<div style=\"position: absolute; -webkit-backface-visibility: hidden; backface-visibility: hidden;\" class=\"contents lg:block opacity-100 lg:group-hover:opacity-0 transition-opacity\">\n<div class=\"order-2 flex items-end\">\n\n\t\n            <picture class=\"w-full\">\n\t\t\t\t\t\t\t<source media=\"(max-width: 480px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/wp-optimizing-identity-verification-thumbnail-468x263.jpg\">\n\t\t\t\t<source media=\"(max-width: 1024px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/wp-optimizing-identity-verification-thumbnail-732x412.jpg\">\n\t\t\t            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/wp-optimizing-identity-verification-thumbnail-468x263.jpg\" width=\"468\" height=\"263\" itemprop=\"image\" alt=\"\" class=\"object-cover aspect-video group-hover:scale-105 transition-transform w-full\">\n        <\/picture>\n    <\/div>\n\n<div class=\"px-4 order-1 col-span-2 lg:px-8 py-6 flex justify-between flex-col text-left\">\n    <p class=\"p-sm lg:p-xs subheading lg:subheading text-green-900 mb-[60px] lg:mb-[120px] flex items-center\">\n        <span class=\"w-1 h-1 bg-red-500 rounded-full inline-block mr-2\"><\/span>\n        Identity Platform    <\/p>\n    <div>\n        <p class=\"p-sm lg:p-xxs subheading text-gray-700 mt-1 mb-2\">White Papers &nbsp;\n                    <\/p>\n        <h3 class=\"h6  text-green-900\" >Finding Value in the Complex Identity Verification Market<\/h3>    <\/div>\n<\/div>\n<\/div>\n\n<div class=\"absolute hidden lg:flex flex-col justify-between p-8 h-[600px] overflow-auto text-left opacity-0 group-hover:opacity-100 transition-opacity\">\n\t<h3 class=\"h-sm md:h6 text-green-900 pb-10\">Finding Value in the Complex Identity Verification Market<\/h3>\n\t<p class=\"p text-green-900\">Read the White Paper: Gain a clearer picture of identity verification options and how to weigh factors that effect the total cost of ownership.<\/p>\n<\/div>\n\n<\/div>\n<\/a><a x-data href=\"https:\/\/trulioo.highspot.com\/viewer\/63d87ec526b44b6b22c27420\" rel=\"noopener noreferrer\" target=\"_blank\"   class=\"h-full flex flex-col justify-between bg-brown-100 cursor-pointer group overflow-hidden relative hover:bg-brown-300 z-0 \" style=\"perspective: 1000px;\"> <div class=\"contents lg:block lg:h-[600px] transition duration-700\">\n\n<div style=\"position: absolute; -webkit-backface-visibility: hidden; backface-visibility: hidden;\" class=\"contents lg:block opacity-100 lg:group-hover:opacity-0 transition-opacity\">\n<div class=\"order-2 flex items-end\">\n\n\t\n            <picture class=\"w-full\">\n\t\t\t\t\t\t\t<source media=\"(max-width: 480px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/brochure-global-identity-platform-thumbnail-468x263.jpg\">\n\t\t\t\t<source media=\"(max-width: 1024px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/brochure-global-identity-platform-thumbnail-732x412.jpg\">\n\t\t\t            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/brochure-global-identity-platform-thumbnail-468x263.jpg\" width=\"468\" height=\"263\" itemprop=\"image\" alt=\"Identity Verification Platform\" class=\"object-cover aspect-video group-hover:scale-105 transition-transform w-full\">\n        <\/picture>\n    <\/div>\n\n<div class=\"px-4 order-1 col-span-2 lg:px-8 py-6 flex justify-between flex-col text-left\">\n    <p class=\"p-sm lg:p-xs subheading lg:subheading text-green-900 mb-[60px] lg:mb-[120px] flex items-center\">\n        <span class=\"w-1 h-1 bg-red-500 rounded-full inline-block mr-2\"><\/span>\n        Identity Platform    <\/p>\n    <div>\n        <p class=\"p-sm lg:p-xxs subheading text-gray-700 mt-1 mb-2\">Brochures &nbsp;\n                    <\/p>\n        <h3 class=\"h6  text-green-900\" >The Global Identity Platform That Verifies Your World<\/h3>    <\/div>\n<\/div>\n<\/div>\n\n<div class=\"absolute hidden lg:flex flex-col justify-between p-8 h-[600px] overflow-auto text-left opacity-0 group-hover:opacity-100 transition-opacity\">\n\t<h3 class=\"h-sm md:h6 text-green-900 pb-10\">The Global Identity Platform That Verifies Your World<\/h3>\n\t<p class=\"p text-green-900\">Read the Brochure: See how Trulioo combines person and business verification elements in one customizable platform to optimize for growth, innovation and trust.<\/p>\n<\/div>\n\n<\/div>\n<\/a>    <\/div>\n    <\/div>\n\n\n<div class=\"w-full bg-white h-[40px] lg:h-[80px]\"><\/div>\n\n\n<div class=\"not-post bg-green-700 text-white\">\n    <div class=\"section pt-24 pb-24 lg:pt-28 lg:pb-32 text-center\">\n        <div class=\"w-12 h-[2px] bg-red-500 mx-auto mb-10\"><\/div> \n        <h4 class=\"h4 lg:h3 mx-auto mb-4\" >Don\u2019t Stop Your Business at the Border<\/h4>        \n                    <p class=\"p-xl lg:p-xxl mb-12 lg:mb-18 mx-auto\">Quickly verify identity data online and grow your global customer base.<\/p>\n                <a href=\"https:\/\/www.trulioo.com\/lp\/book-a-demo\"  class=\"inline-block btn-text-md border border-green-500 bg-green-500 text-green-900 hover:bg-green-300 hover:border-green-300\"  rel=\"noopener noreferrer\" target=\"_blank\" >Book a demo<\/a>    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":26322,"parent":20576,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"footnotes":""},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.1 (Yoast SEO v22.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Identity Verification - KYC | Trulioo<\/title>\n<meta name=\"description\" content=\"Comply with AML and KYC identity verification regulations with an end-to-end platform developed for multinational businesses.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.trulioo.com\/solutions\/identity-verification\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Identity Verification - KYC | Trulioo\" \/>\n<meta property=\"og:description\" content=\"Comply with AML and KYC identity verification regulations with an end-to-end platform developed for multinational businesses.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.trulioo.com\/solutions\/identity-verification\" \/>\n<meta property=\"og:site_name\" content=\"Trulioo\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/trulioo\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-16T16:05:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/hero-homepage-identity-verification-service-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"514\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@trulioo\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.trulioo.com\/solutions\/identity-verification\",\"url\":\"https:\/\/www.trulioo.com\/solutions\/identity-verification\",\"name\":\"Identity Verification - KYC | Trulioo\",\"isPartOf\":{\"@id\":\"https:\/\/www.trulioo.com\/#website\"},\"datePublished\":\"2023-01-23T22:22:02+00:00\",\"dateModified\":\"2024-02-16T16:05:06+00:00\",\"description\":\"Comply with AML and KYC identity verification regulations with an end-to-end platform developed for multinational businesses.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.trulioo.com\/solutions\/identity-verification#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.trulioo.com\/solutions\/identity-verification\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.trulioo.com\/solutions\/identity-verification#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.trulioo.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Solutions\",\"item\":\"https:\/\/www.trulioo.com\/solutions\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Person Verification\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.trulioo.com\/#website\",\"url\":\"https:\/\/www.trulioo.com\/\",\"name\":\"Trulioo\",\"description\":\"Building trust online (online identity verification services)\",\"publisher\":{\"@id\":\"https:\/\/www.trulioo.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.trulioo.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.trulioo.com\/#organization\",\"name\":\"Trulioo\",\"url\":\"https:\/\/www.trulioo.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.trulioo.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/Trulioo-Wordmark-Dark-Green.png\",\"contentUrl\":\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/Trulioo-Wordmark-Dark-Green.png\",\"width\":2784,\"height\":1464,\"caption\":\"Trulioo\"},\"image\":{\"@id\":\"https:\/\/www.trulioo.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/trulioo\",\"https:\/\/twitter.com\/trulioo\",\"https:\/\/www.linkedin.com\/company\/trulioo\",\"https:\/\/www.instagram.com\/trulioo_global\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Identity Verification - KYC | Trulioo","description":"Comply with AML and KYC identity verification regulations with an end-to-end platform developed for multinational businesses.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.trulioo.com\/solutions\/identity-verification","og_locale":"en_US","og_type":"article","og_title":"Identity Verification - KYC | Trulioo","og_description":"Comply with AML and KYC identity verification regulations with an end-to-end platform developed for multinational businesses.","og_url":"https:\/\/www.trulioo.com\/solutions\/identity-verification","og_site_name":"Trulioo","article_publisher":"https:\/\/www.facebook.com\/trulioo","article_modified_time":"2024-02-16T16:05:06+00:00","og_image":[{"url":"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/hero-homepage-identity-verification-service-scaled.jpg","width":1024,"height":514,"type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@trulioo","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.trulioo.com\/solutions\/identity-verification","url":"https:\/\/www.trulioo.com\/solutions\/identity-verification","name":"Identity Verification - KYC | Trulioo","isPartOf":{"@id":"https:\/\/www.trulioo.com\/#website"},"datePublished":"2023-01-23T22:22:02+00:00","dateModified":"2024-02-16T16:05:06+00:00","description":"Comply with AML and KYC identity verification regulations with an end-to-end platform developed for multinational businesses.","breadcrumb":{"@id":"https:\/\/www.trulioo.com\/solutions\/identity-verification#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.trulioo.com\/solutions\/identity-verification"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.trulioo.com\/solutions\/identity-verification#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.trulioo.com\/"},{"@type":"ListItem","position":2,"name":"Solutions","item":"https:\/\/www.trulioo.com\/solutions"},{"@type":"ListItem","position":3,"name":"Person Verification"}]},{"@type":"WebSite","@id":"https:\/\/www.trulioo.com\/#website","url":"https:\/\/www.trulioo.com\/","name":"Trulioo","description":"Building trust online (online identity verification services)","publisher":{"@id":"https:\/\/www.trulioo.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.trulioo.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.trulioo.com\/#organization","name":"Trulioo","url":"https:\/\/www.trulioo.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.trulioo.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/Trulioo-Wordmark-Dark-Green.png","contentUrl":"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/Trulioo-Wordmark-Dark-Green.png","width":2784,"height":1464,"caption":"Trulioo"},"image":{"@id":"https:\/\/www.trulioo.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/trulioo","https:\/\/twitter.com\/trulioo","https:\/\/www.linkedin.com\/company\/trulioo","https:\/\/www.instagram.com\/trulioo_global\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/pages\/26005"}],"collection":[{"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/comments?post=26005"}],"version-history":[{"count":1,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/pages\/26005\/revisions"}],"predecessor-version":[{"id":41135,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/pages\/26005\/revisions\/41135"}],"up":[{"embeddable":true,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/pages\/20576"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/media\/26322"}],"wp:attachment":[{"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/media?parent=26005"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}