{"id":25962,"date":"2023-01-23T21:13:28","date_gmt":"2023-01-23T21:13:28","guid":{"rendered":"https:\/\/www.trulioo.com\/?page_id=25962"},"modified":"2024-02-05T18:46:17","modified_gmt":"2024-02-05T18:46:17","slug":"global-identity-platform","status":"publish","type":"page","link":"https:\/\/www.trulioo.com\/solutions\/global-identity-platform","title":{"rendered":"Identity Platform"},"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                        Global Identity Platform            <\/span>\n\n    <span class=\"lg:mt-6 block h2 lg:h1 mb-8 text-white\">The World\u2019s Most Complete Verification Platform<\/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-identity-platform.svg\" alt=\"Identity Platform - 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-[100px] lg:h-[160px]\"><\/div>\n\n<div class=\"bg-green-900\">\n    <div class=\" section \">\n        <p class=\" p-xxl  text-white  mx-auto\">Only the Trulioo suite of in-house verification capabilities covers the world and eliminates the need for multiple point solutions. Blend business and person verification for deep KYB insights. Combine data and document verification for the highest onboarding assurance. Automatically route users to the best verification services to expand across borders, match evolving fraud strategies and adapt to shifting regulations. <br><br>No matter your verification needs, Trulioo stands as the industry\u2019s only partner that can verify your world.<\/p>\n    <\/div>\n<\/div>\n\n\n<div class=\"w-full bg-green-900 h-[100px] lg:h-[180px]\"><\/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-workflow-builder.svg\" alt=\"Workflow-builder\" 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\" >Build<\/h5>                        <p class=\"p mt-6\">\n                            With guided expertise from Trulioo, create onboarding workflows that match your specific verification needs and help you comply with KYB, KYC, AML and sanctions screening around the world. Leverage Workflow Studio for no-code, drag-and-drop workflow building, or use API Direct to connect to specific verification services.                        <\/p>\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-verified-globally.svg\" alt=\"scroll-verified-globally\" 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\" >Launch<\/h5>                        <p class=\"p mt-6\">\n                            Rapidly launch your verification processes and remove the burden from your development team with a single API integration and ready-to-use, hosted front-end forms.                        <\/p>\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-ai-driven-workflows.svg\" alt=\"AI Driven Workflows\" 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\" >Optimize<\/h5>                        <p class=\"p mt-6\">\n                            Monitor, test and optimize your verification processes using real-time analytics and automated, AI-driven insights. Analyze customer onboarding behavior to reduce friction, remove bottlenecks and increase conversions.                        <\/p>\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-workflow-builder.svg\"\n                        alt=\"Workflow-builder\"\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-verified-globally.svg\"\n                        alt=\"scroll-verified-globally\"\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-ai-driven-workflows.svg\"\n                        alt=\"AI Driven Workflows\"\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-[100px] lg:h-[160px]\"><\/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\">Find the Fastest Route to <br>Worldwide Verification<\/h2><\/div><\/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>\n        <span class=\"p-sm subheading mb-8 flex items-center mt-6 lg:mt-0 text-red-500\">\n                        Workflow Studio            <\/span>\n\n    <span class=\"lg:mt-6 block h3 lg:h2 mb-4 lg:mb-8 text-green-900\">Customize With Ease<\/span>    \n  <\/h3>\n    <p class=\"p mb-6 text-green-900\">Meet your identity verification needs around the world by creating onboarding workflows with no-code, drag-and-drop Workflow Studio. Workflows can be integrated through a single line of code embedded into your existing webpage, or access them from a URL as a hosted form.<\/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-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-workflow-studio.svg\" alt=\"Solution - Workflow Studio\" 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>\n        <span class=\"p-sm subheading mb-8 flex items-center mt-6 lg:mt-0 text-red-500\">\n                        API Direct            <\/span>\n\n    <span class=\"lg:mt-6 block h3 lg:h2 mb-4 lg:mb-8 text-green-900\">Integrate Your Way<\/span>    \n  <\/h3>\n    <p class=\"p mb-6 text-green-900\">Connect directly to verification services that meet your requirements. Quickly integrate Trulioo core capabilities, such as configured verification waterfalls, with your front-end system to enhance onboarding. Leverage the power of Trulioo to create customized applications that match your needs and fuel your growth.<\/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-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-api-direct.svg\" alt=\"Solution - API Direct\" 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>\n        <span class=\"p-sm subheading mb-8 flex items-center mt-6 lg:mt-0 text-red-500\">\n                        On-Device SDK            <\/span>\n\n    <span class=\"lg:mt-6 block h3 lg:h2 mb-4 lg:mb-8 text-green-900\">Gain More Control<\/span>    \n  <\/h3>\n    <p class=\"p mb-6 text-green-900\">Bring secure document and biometric verification into your native apps with the Trulioo off-the-shelf capture SDKs for web, iOS and Android. Welcome the right customers with a fast and friendly image-capture process, delivered in their own language and customized to your company branding.\r\n<\/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-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-on-device-sdk.svg\" alt=\"Solution - On-Device SDK\" 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-[100px] lg:h-[180px]\"><\/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\">Navigate Challenges by Blending Verification Capabilities<\/h3>\n    <p class=\"p mb-6 text-green-900\">Configure intelligent verification workflows to deliver superior user experiences while maintaining compliance.<\/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\/trust-safety\"  class=\"col-span-3 sm:col-span-2\">\n\n                                                <img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/minicard-trust-safety.svg\" alt=\"Use case - Trust and Safety\" 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\/trust-safety\"  class=\"block h6 lg:h-sm mb-4 text-green-900\">\n                        Trust and Safety                    <\/a>\n                \n                                    <a href=\"https:\/\/www.trulioo.com\/identity-verification-use-cases\/trust-safety\" 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=\"https:\/\/www.trulioo.com\/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=\"https:\/\/www.trulioo.com\/identity-verification-use-cases\/regulatory-compliance\"  class=\"block h6 lg:h-sm mb-4 text-green-900\">\n                        Regulatory Compliance                    <\/a>\n                \n                                    <a href=\"https:\/\/www.trulioo.com\/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=\"https:\/\/www.trulioo.com\/identity-verification-use-cases\/global-expansion\"  class=\"col-span-3 sm:col-span-2\">\n\n                                                <img decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/minicard-global-expansion.svg\" alt=\"Use case - Global Expansion\" 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\/global-expansion\"  class=\"block h6 lg:h-sm mb-4 text-green-900\">\n                        Global Expansion                    <\/a>\n                \n                                    <a href=\"https:\/\/www.trulioo.com\/identity-verification-use-cases\/global-expansion\" 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\/wp-maximizing-your-roi-thumbnail-468x263.jpg\">\n\t\t\t\t<source media=\"(max-width: 768px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/wp-maximizing-your-roi-thumbnail-608x342.jpg\">\n\t\t\t\t<source media=\"(max-width: 1024px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/wp-maximizing-your-roi-thumbnail-732x412.jpg\">\n\t\t\t\t<source media=\"(max-width: 1280px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/wp-maximizing-your-roi-thumbnail-304x171.jpg\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/wp-maximizing-your-roi-thumbnail-468x263.jpg\" width=\"468\" height=\"263\" itemprop=\"image\" alt=\"White paper - Maximizing Your ROI in Identity Verification playbook\" 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\tPlaybook\t\t\t<\/p>\n\t\t\t<h5 class=\"h5 mb-2 lg:mb-4 text-green-900\" >Optimize Your Investment in Identity Verification<\/h5>\n\t\t\t<p class=\"p text-green-900 mb-10\">\n\t\t\t\tDiscover best practices and tips for enhanced global verification that can quickly adapt to evolving risks and regulatory requirements.\t\t\t<\/p>\n\t\t\t<a href=\"https:\/\/www.trulioo.com\/lp\/maximizing-your-roi-in-identity-verification\"  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 playbook<\/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\"><h4 class=\"h4 my-8 lg:mb-12 text-left text-green-900\">Why Choose Trulioo?<\/h4><\/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\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 17.118H.75v-1.294a6.75 6.75 0 0 1 6.75-6.75 6.914 6.914 0 0 1 3.155.762\"\/><circle cx=\"7.5\" cy=\"4.875\" r=\"4.125\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M23.25 15.75a7.669 7.669 0 0 1-6 7.5 7.669 7.669 0 0 1-6-7.5V12.5q6-4.148 12 0Z\"\/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m20.227 13.944-2.905 3.874a.752.752 0 0 1-1.052.149.736.736 0 0 1-.079-.069l-1.5-1.5\"\/><\/svg>                            <\/div>\n                                                    <h6 class=\"h6 mb-3 lg:mb-4\" >Optimized Cost Per Good, Verified User<\/h6>\n                            <div class=\"p-sm custom-typography\"><p>Leverage Trulioo expertise and flexible combinations of data, rules and services to optimize your onboarding costs while safeguarding your customers from fraud.<\/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\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M18.75 12.074c-1.006 0-2.025.403-2.72 1.098-.69.69-1.03 1.508-1.03 2.652 0 .329.121.806.38 1.412a15.14 15.14 0 0 0 1.007 1.9c.802 1.314 1.76 2.592 2.363 3.364l.003-.004a35.608 35.608 0 0 0 2.337-3.322 15.59 15.59 0 0 0 1.023-1.925c.263-.616.387-1.098.387-1.425a3.75 3.75 0 0 0-3.75-3.75Zm-3.78.037c.992-.992 2.4-1.537 3.78-1.537a5.25 5.25 0 0 1 5.25 5.25c0 .633-.22 1.34-.508 2.015-.296.69-.695 1.42-1.122 2.117a37.1 37.1 0 0 1-2.44 3.47 1.499 1.499 0 0 1-2.362-.002c-.618-.79-1.615-2.12-2.461-3.505a16.6 16.6 0 0 1-1.108-2.096c-.284-.668-.499-1.368-.499-2 0-1.503.473-2.714 1.47-3.712Z\"\/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9.072.363A11.999 11.999 0 0 0 14.4 23.758a.75.75 0 0 0-.3-1.47 10.5 10.5 0 0 1-4.338-.03c-.66-1.051-1.223-2.515-1.622-4.264h3.113a.75.75 0 0 0 0-1.5H7.85a28.605 28.605 0 0 1-.346-4.498h5.248a.75.75 0 0 0 0-1.5h-5.21c.08-1.63.29-3.148.597-4.497h7.758c.18.76.306 1.535.376 2.319a.75.75 0 0 0 1.494-.133A17.797 17.797 0 0 0 17.435 6h3.181a10.5 10.5 0 0 1 1.664 3.863.75.75 0 0 0 1.468-.306A12 12 0 0 0 9.072.363Zm.683 1.38c-.459.733-.87 1.666-1.213 2.756h6.923a16.28 16.28 0 0 0-1.238-2.76 10.5 10.5 0 0 0-4.472.004Zm6.487.652c.311.684.578 1.387.8 2.104h2.305a10.499 10.499 0 0 0-3.105-2.104ZM6.976 4.5c.216-.752.465-1.451.743-2.087A10.5 10.5 0 0 0 4.653 4.5h2.323ZM3.384 6a10.49 10.49 0 0 0-1.776 4.497H6.04c.075-1.593.268-3.11.563-4.497H3.384Zm2.62 5.997H1.5v.07a10.5 10.5 0 0 0 1.01 4.428h3.822a30.303 30.303 0 0 1-.328-4.498Zm.6 5.998H3.378a10.5 10.5 0 0 0 4.345 3.596c-.458-1.043-.836-2.259-1.12-3.596Z\"\/><path fill=\"currentColor\" d=\"M19.85 15.825a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0Z\"\/><\/svg>                            <\/div>\n                                                    <h6 class=\"h6 mb-3 lg:mb-4\" >Rapid Entry Into New Markets<\/h6>\n                            <div class=\"p-sm custom-typography\"><p>Harness a comprehensive, global identity and business verification platform with prebuilt and customized workflows optimized by country and industry.<\/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\"><path d=\"M9.75 3a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 1 0-4.5 0Zm0 18a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 1 0-4.5 0ZM1.5 21A2.25 2.25 0 1 0 6 21a2.25 2.25 0 1 0-4.5 0ZM18 21a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 1 0-4.5 0Z\"\/><path d=\"M3.75 18.75h0a6 6 0 0 1 6-6h4.5a6 6 0 0 1 6 6h0M12 5.25v13.5\"\/><\/g><\/svg>                            <\/div>\n                                                    <h6 class=\"h6 mb-3 lg:mb-4\" >Your Single Source of Verification<\/h6>\n                            <div class=\"p-sm custom-typography\"><p>Easily integrate a full suite of verification capabilities and connect to a global network of data sources across the globe.<\/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<div class=\"section\">\n    <div class=\"flex justify-between mb-10 lg:mb-16\">\n        <div>\n            <h3 class=\"h3  text-green-900\" >Additional Resources<\/h3>                <p class=\"p-sm subheading\">Insights help you accelerate onboarding, reduce fraud and remain compliant.<\/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\/lp\/verify-your-world-with-digital-identity-verification\" 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\/trulioo-buyers-guide-thumbnail-468x263.jpg\">\n\t\t\t\t<source media=\"(max-width: 1024px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/trulioo-buyers-guide-thumbnail-732x412.jpg\">\n\t\t\t            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/trulioo-buyers-guide-thumbnail-468x263.jpg\" width=\"468\" height=\"263\" itemprop=\"image\" alt=\"Buyer\u2019s Guide to Digital Identity Verification\" 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\">Brochures &nbsp;\n                    <\/p>\n        <h3 class=\"h6  text-green-900\" >Buyer&#8217;s Guide: Strengthen Your Global Business With Digital Identity Verification<\/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\">Buyer&#8217;s Guide: Strengthen Your Global Business With Digital Identity Verification<\/h3>\n\t<p class=\"p text-green-900\">Read the Buyer&#8217;s Guide: Learn to navigate the complex identity verification landscape and questions to ask when evaluating different solutions.<\/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>\n<div\n    class=\"fixed top-0 left-0 flex items-center align-center w-screen h-screen z-20\"\n    x-data\n    x-cloak\n    x-show=\"$store.modal_card_modal65e6a535c08f8.open\"\n    x-transition:enter.opacity.duration.300ms\n    x-transition:leave.opacity.duration.300ms\n    @keydown.escape.window=\"$store.modal_card_modal65e6a535c08f8.close()\"\n>\n    <div\n        class=\"fixed top-0 left-0 w-screen h-screen bg-black opacity-70 z-20\"\n        @click=\"$store.modal_card_modal65e6a535c08f8.close()\"\n    ><\/div>\n\n    <div\n        class=\"bg-green-900 text-white relative w-screen h-screen md:h-fit z-30 md:m-16 xl:m-40 border-box md:p-24 transition duration-300 overflow-hidden xl:max-w-[1200px] xl:mx-auto\"\n        x-show=\"$store.modal_card_modal65e6a535c08f8.open\"\n        x-transition:enter=\"transition duration-300\"\n        x-transition:enter-start=\"translate-y-5\"\n        x-transition:enter-end=\"translate-y-0\"\n        x-transition:leave=\"transition duration-300\"\n        x-transition:leave-start=\"translate-y-0\"\n        x-transition:leave-end=\"-translate-y-5\"\n    >\n        <div class=\"absolute top-0 right-0 sm:top-8 sm:right-8\">\n            <button @click=\"$store.modal_card_modal65e6a535c08f8.close()\" target=\"\" class=\"cursor-pointer m-6 md:m-0 btn-circle-md border border-white text-white hover:bg-white hover:text-green-900\" ><svg class=\"h-6\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.2 19.6a.8.8 0 001.2 1.2l7.6-7.6 7.6 7.6a.8.8 0 001.2-1.2L13.2 12l7.6-7.6a.8.8 0 00-1.2-1.2L12 10.8 4.4 3.2a.8.8 0 10-1.2 1.2l7.6 7.6-7.6 7.6Z\" clip-rule=\"evenodd\"\/><\/svg><\/button>        <\/div>\n\n        <div class=\"flex items-center justify-center h-full\">\n            <div class=\"flex items-center justify-center border-box w-full h-full\">\n                <div\n                    class=\"modal-image mt-64 md:mt-0 items-center w-full h-full max-w-5xl transition\"\n\n                    x-show=\"$store.modal_card_modal65e6a535c08f8.open\"\n                    x-transition:enter-start=\"translate-y-5 clipped-top\"\n                    x-transition:enter-end=\"translate-y-0 unclipped\"\n                    x-transition:leave-start=\"translate-y-0 unclipped\"\n                    x-transition:leave-end=\"-translate-y-5 clipped-bottom\"\n                >\n                    \n<div\n    class=\"relative video\"\n    x-data=\"{ playing: false, height: null }\"\n    :style=\"height &#038;&#038; 'height:' + height + 'px'\"\n>\n\t    <div\n        class=\"section aspect-video bg-center bg-cover\n               flex items-center justify-center cursor-pointer\n               px-0 box-content bg-blend-overlay\"\n        style=\"background-image:url(https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/video-trulioo-platform-thumbnail.png);background-color:rgba(0, 0, 0, 0.3)\"\n        x-show=\"!playing\"\n        x-transition.opacity.duration.300ms\n        @click=\"\n            playing = true;\n            \/\/ To prevent layout shift when the poster disappears and iframe loads, temporarily set container height\n            height = $el.parentNode.offsetHeight;\n        \"\n        @key.enter=\"$el.click()\"\n        @key.space=\"$el.click()\"\n    >\n        <div class=\"video-play-btn bg-green-500 rounded-full w-[64px] sm:w-[72px] md:w-[100px] h-[64px] sm:h-[72px] md:h-[100px] p-4 pl-5 flex items-center justify-center\">\n\t\t\t<svg class=\"h-6 md:h-8 text-green-900\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 30 30\"><path fill=\"currentColor\" d=\"M30 15a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm-8-4a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm0 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM14 7a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm0 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm0 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm0 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm0 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm0 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\"\/><\/svg>        <\/div>\n    <\/div>\n\n    <template x-if=\"playing\">\n        \t\t\t            <iframe\n                id=\"video_card_modal65e6a535c08f8\"                class=\"section aspect-video opacity-0 transition px-0\"\n                src=\"https:\/\/player.vimeo.com\/video\/792706028?autoplay=1\"\n                style=\"display: none\"\n                webkitallowfullscreen mozallowfullscreen allowfullscreen\n                allow=\"autoplay\"\n\n                x-effect=\"playing; setTimeout(function() {\n                    $el.style.display = 'block';\n                    $el.offsetHeight; \/\/ Reflow\n                    $el.style.opacity = '1';\n                    setTimeout(function() { height = null; }, 100);\n                }, 305)\"\n            ><\/iframe>\n            <\/template>\n<\/div>\n\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    \/**\n     * This function name has a unique ID so we can delcare unique functions\n     * This is so they don't collide when multiple video modals are on the same page\n     *\/\n    function setupStorecard_modal65e6a535c08f8() {\n        Alpine.store('modal_card_modal65e6a535c08f8', {\n            open: false,\n            playing: false,\n            toggle() {\n                this.open = !this.open;\n                document.body.style.overflow = \"hidden\";\n                var id = \"video_card_modal65e6a535c08f8\";\n                if (!this.open) {\n                    this.setVideoStatus(id);\n                }\n            },\n            \/\/ Since we we are using the `.window` modifier to register the listen event\n            \/\/ for `escape` key on the root object of the page\n            \/\/ It is necessary to create another function separate from toggle()\n            \/\/ otherwise when we use something like @keydown.escape.window=\"...toggle()\"\n            \/\/ it will keep opening the modal anytime we hit `escape`\n            close() {\n                if (this.open) {\n                    this.open = false;\n                    document.body.style.overflow = \"visible\";\n                    var id = \"video_card_modal65e6a535c08f8\";\n                    this.setVideoStatus(id);\n                }\n            },\n            setVideoStatus(id) {\n                const player = document.getElementById(id);\n                if (!player) return;\n                \/\/ Loosely inspired by: https:\/\/github.com\/vimeo\/player.js\/blob\/master\/src\/player.js\n                switch (\"vimeo\") {\n                    case 'vimeo':\n                        player.contentWindow.postMessage({\n                            method: 'pause'\n                        }, '*');\n                        break;\n                    case 'youtube':\n                        player.contentWindow.postMessage(JSON.stringify({\n                            event: 'command',\n                            func: 'pauseVideo',\n                        }), '*');\n                        break;\n                }\n            }\n        });\n    }\n    \/**\n     * If Alpine exists, initialize modal, else, wait for Alpine\n     * \n     * Alpine exists:\n     * This is used when we load cards dynamically via search functionality\n     * \n     * Alpine doesn't exist:\n     * This is used for standard archive\/search pages where no dynamic actions have taken place\n     *\/\n    if (window.Alpine) {\n        setupStorecard_modal65e6a535c08f8();\n    } else {\n        document.addEventListener('alpine:init',\n            setupStorecard_modal65e6a535c08f8        );\n    }\n<\/script>\n<button x-data @click=\"$store.modal_card_modal65e6a535c08f8.toggle()\"  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 \">\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\/video-trulioo-platform-thumbnail-468x263.png\">\n\t\t\t\t<source media=\"(max-width: 1024px)\" srcset=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/video-trulioo-platform-thumbnail-732x412.png\">\n\t\t\t            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.trulioo.com\/wp-content\/uploads\/2023\/01\/video-trulioo-platform-thumbnail-468x263.png\" 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\">Videos &nbsp;\n                    <\/p>\n        <h3 class=\"h6  text-green-900\" >Trulioo: The World&#8217;s Identity Platform<\/h3>    <\/div>\n<\/div>\n<\/div>\n\n\n<\/div>\n<\/button>    <\/div>\n    <\/div>\n\n\n<div class=\"w-full bg-white h-[120px] lg:h-[240px]\"><\/div>\n\n\n<div class=\"container\">\n    <div class=\"lg:grid lg:grid-cols-3 lg:gap-24\">\n        <div>\n            <h3 class=\"h3 mb-4\" >Frequently Asked Questions<\/h3>\n            <p class=\"p text-green-900 mb-4\">\n                Learn more about key industry terms and concepts.            <\/p>\n            <div class=\"pt-2\">\n                            <\/div>\n        <\/div>\n                    <div x-data=\"{ selected: -1 }\" class=\"w-full mt-10 lg:mt-0 lg:col-span-2 divide-y divide-gray-700\">\n                \n<div class=\"accordion\">\n        <div class=\"border-t last:border-b border-gray-700 p-4\">\n        <button\n            class=\"w-full text-left cursor-pointer flex justify-between items-center focus-visible:ring-0 focus-visible:ring-offset-0 focus-visible:underline\"\n            :aria-expanded=\"selected === 0\"\n            @click=\"\n                if (selected === 0) {\n                    \/\/ Toggle an already-open section\n                    selected = -1;\n                } else {\n                    \/\/ Open closed section\n                    selected = 0;\n                }\n            \"\n        >\n            <p class=\"p-xl md:text-xl subheading text-green-900\">\n                                What is an identity platform?            <\/p>\n            <svg class=\"w-3 h-3 md:w-4 md:h-4 ml-1 shrink-0 text-red-500\" viewBox=\"0 0 13 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <circle cx=\"6.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle cx=\"1.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle cx=\"11.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle\n                    cx=\"6.5\"\n                    cy=\"12\"\n                    r=\"1.5\"\n                    fill=\"currentColor\"\n                    class=\"transition duration-300\"\n                    :style=\"'transform:translateY(' + (selected === 0 ? '-5px' : '0') + ')'\"\n                \/>\n                <circle\n                    cx=\"6.5\"\n                    cy=\"2\"\n                    r=\"1.5\"\n                    fill=\"currentColor\"\n                    class=\"transition duration-300\"\n                    :style=\"'transform:translateY(' + (selected === 0 ? '5px' : '0') + ')'\"\n                \/>\n            <\/svg>\n        <\/button>\n        <div\n            class=\"transition-[height,margin-top] duration-300 overflow-hidden mt-4\"\n            role=\"region\"\n            x-data=\"{ height: 0 }\"\n            x-init=\"height = $el.scrollHeight\"\n            :style=\"'height:' +\n                (selected === 0 ? height : 0) +\n                'px;margin-top:' + (0 + (selected === 0)) +\n                'rem'\"\n        >\n            <div\n                class=\"transition\"\n                x-init=\"\n                    (new ResizeObserver((entries) =&gt; {\n                        if (!entries[0]) return;\n                        height = entries[0].contentRect.height;\n                    })).observe($el)\n                \"\n                x-effect=\"\n                    if (selected === 0) {\n                        $el.classList.add('delay-200');\n                        $el.offsetHeight; \/\/ Reflow\n                        $el.style.opacity = 1;\n                    } else {\n                        $el.classList.remove('delay-200');\n                        $el.offsetHeight; \/\/ Reflow\n                        $el.style.opacity = 0;\n                    }\n                \"\n                @get-height.window=\"height = $el.scrollHeight\"\n            >\n                                <div class=\"custom-typography p\">\n                    <p>An identity platform simplifies verification applications and services. Companies can develop identity verification workflows without coding, get analytics and insights, and integrate with third-party services through one interface.<\/p>\n                <\/div>\n                            <\/div>\n        <\/div>\n    <\/div>\n        <div class=\"border-t last:border-b border-gray-700 p-4\">\n        <button\n            class=\"w-full text-left cursor-pointer flex justify-between items-center focus-visible:ring-0 focus-visible:ring-offset-0 focus-visible:underline\"\n            :aria-expanded=\"selected === 1\"\n            @click=\"\n                if (selected === 1) {\n                    \/\/ Toggle an already-open section\n                    selected = -1;\n                } else {\n                    \/\/ Open closed section\n                    selected = 1;\n                }\n            \"\n        >\n            <p class=\"p-xl md:text-xl subheading text-green-900\">\n                                What is a no-code workflow?            <\/p>\n            <svg class=\"w-3 h-3 md:w-4 md:h-4 ml-1 shrink-0 text-red-500\" viewBox=\"0 0 13 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <circle cx=\"6.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle cx=\"1.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle cx=\"11.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle\n                    cx=\"6.5\"\n                    cy=\"12\"\n                    r=\"1.5\"\n                    fill=\"currentColor\"\n                    class=\"transition duration-300\"\n                    :style=\"'transform:translateY(' + (selected === 1 ? '-5px' : '0') + ')'\"\n                \/>\n                <circle\n                    cx=\"6.5\"\n                    cy=\"2\"\n                    r=\"1.5\"\n                    fill=\"currentColor\"\n                    class=\"transition duration-300\"\n                    :style=\"'transform:translateY(' + (selected === 1 ? '5px' : '0') + ')'\"\n                \/>\n            <\/svg>\n        <\/button>\n        <div\n            class=\"transition-[height,margin-top] duration-300 overflow-hidden mt-4\"\n            role=\"region\"\n            x-data=\"{ height: 0 }\"\n            x-init=\"height = $el.scrollHeight\"\n            :style=\"'height:' +\n                (selected === 1 ? height : 0) +\n                'px;margin-top:' + (0 + (selected === 1)) +\n                'rem'\"\n        >\n            <div\n                class=\"transition\"\n                x-init=\"\n                    (new ResizeObserver((entries) =&gt; {\n                        if (!entries[0]) return;\n                        height = entries[0].contentRect.height;\n                    })).observe($el)\n                \"\n                x-effect=\"\n                    if (selected === 1) {\n                        $el.classList.add('delay-200');\n                        $el.offsetHeight; \/\/ Reflow\n                        $el.style.opacity = 1;\n                    } else {\n                        $el.classList.remove('delay-200');\n                        $el.offsetHeight; \/\/ Reflow\n                        $el.style.opacity = 0;\n                    }\n                \"\n                @get-height.window=\"height = $el.scrollHeight\"\n            >\n                                <div class=\"custom-typography p\">\n                    <p>No-code workflows let companies create configurable digital onboarding and ongoing monitoring through a graphical user interface instead of using traditional hand-coded programming.<\/p>\n                <\/div>\n                            <\/div>\n        <\/div>\n    <\/div>\n        <div class=\"border-t last:border-b border-gray-700 p-4\">\n        <button\n            class=\"w-full text-left cursor-pointer flex justify-between items-center focus-visible:ring-0 focus-visible:ring-offset-0 focus-visible:underline\"\n            :aria-expanded=\"selected === 2\"\n            @click=\"\n                if (selected === 2) {\n                    \/\/ Toggle an already-open section\n                    selected = -1;\n                } else {\n                    \/\/ Open closed section\n                    selected = 2;\n                }\n            \"\n        >\n            <p class=\"p-xl md:text-xl subheading text-green-900\">\n                                What are the advantages of no-code workflows?            <\/p>\n            <svg class=\"w-3 h-3 md:w-4 md:h-4 ml-1 shrink-0 text-red-500\" viewBox=\"0 0 13 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <circle cx=\"6.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle cx=\"1.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle cx=\"11.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle\n                    cx=\"6.5\"\n                    cy=\"12\"\n                    r=\"1.5\"\n                    fill=\"currentColor\"\n                    class=\"transition duration-300\"\n                    :style=\"'transform:translateY(' + (selected === 2 ? '-5px' : '0') + ')'\"\n                \/>\n                <circle\n                    cx=\"6.5\"\n                    cy=\"2\"\n                    r=\"1.5\"\n                    fill=\"currentColor\"\n                    class=\"transition duration-300\"\n                    :style=\"'transform:translateY(' + (selected === 2 ? '5px' : '0') + ')'\"\n                \/>\n            <\/svg>\n        <\/button>\n        <div\n            class=\"transition-[height,margin-top] duration-300 overflow-hidden mt-4\"\n            role=\"region\"\n            x-data=\"{ height: 0 }\"\n            x-init=\"height = $el.scrollHeight\"\n            :style=\"'height:' +\n                (selected === 2 ? height : 0) +\n                'px;margin-top:' + (0 + (selected === 2)) +\n                'rem'\"\n        >\n            <div\n                class=\"transition\"\n                x-init=\"\n                    (new ResizeObserver((entries) =&gt; {\n                        if (!entries[0]) return;\n                        height = entries[0].contentRect.height;\n                    })).observe($el)\n                \"\n                x-effect=\"\n                    if (selected === 2) {\n                        $el.classList.add('delay-200');\n                        $el.offsetHeight; \/\/ Reflow\n                        $el.style.opacity = 1;\n                    } else {\n                        $el.classList.remove('delay-200');\n                        $el.offsetHeight; \/\/ Reflow\n                        $el.style.opacity = 0;\n                    }\n                \"\n                @get-height.window=\"height = $el.scrollHeight\"\n            >\n                                <div class=\"custom-typography p\">\n                    <p>No-code enables nondevelopers to build and optimize verification workflows, saving time and IT resources. Starting with prebuilt workflows for common use cases can accelerate the process<\/p>\n                <\/div>\n                            <\/div>\n        <\/div>\n    <\/div>\n        <div class=\"border-t last:border-b border-gray-700 p-4\">\n        <button\n            class=\"w-full text-left cursor-pointer flex justify-between items-center focus-visible:ring-0 focus-visible:ring-offset-0 focus-visible:underline\"\n            :aria-expanded=\"selected === 3\"\n            @click=\"\n                if (selected === 3) {\n                    \/\/ Toggle an already-open section\n                    selected = -1;\n                } else {\n                    \/\/ Open closed section\n                    selected = 3;\n                }\n            \"\n        >\n            <p class=\"p-xl md:text-xl subheading text-green-900\">\n                                What is comprehensive identity verification?            <\/p>\n            <svg class=\"w-3 h-3 md:w-4 md:h-4 ml-1 shrink-0 text-red-500\" viewBox=\"0 0 13 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <circle cx=\"6.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle cx=\"1.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle cx=\"11.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle\n                    cx=\"6.5\"\n                    cy=\"12\"\n                    r=\"1.5\"\n                    fill=\"currentColor\"\n                    class=\"transition duration-300\"\n                    :style=\"'transform:translateY(' + (selected === 3 ? '-5px' : '0') + ')'\"\n                \/>\n                <circle\n                    cx=\"6.5\"\n                    cy=\"2\"\n                    r=\"1.5\"\n                    fill=\"currentColor\"\n                    class=\"transition duration-300\"\n                    :style=\"'transform:translateY(' + (selected === 3 ? '5px' : '0') + ')'\"\n                \/>\n            <\/svg>\n        <\/button>\n        <div\n            class=\"transition-[height,margin-top] duration-300 overflow-hidden mt-4\"\n            role=\"region\"\n            x-data=\"{ height: 0 }\"\n            x-init=\"height = $el.scrollHeight\"\n            :style=\"'height:' +\n                (selected === 3 ? height : 0) +\n                'px;margin-top:' + (0 + (selected === 3)) +\n                'rem'\"\n        >\n            <div\n                class=\"transition\"\n                x-init=\"\n                    (new ResizeObserver((entries) =&gt; {\n                        if (!entries[0]) return;\n                        height = entries[0].contentRect.height;\n                    })).observe($el)\n                \"\n                x-effect=\"\n                    if (selected === 3) {\n                        $el.classList.add('delay-200');\n                        $el.offsetHeight; \/\/ Reflow\n                        $el.style.opacity = 1;\n                    } else {\n                        $el.classList.remove('delay-200');\n                        $el.offsetHeight; \/\/ Reflow\n                        $el.style.opacity = 0;\n                    }\n                \"\n                @get-height.window=\"height = $el.scrollHeight\"\n            >\n                                <div class=\"custom-typography p\">\n                    <p>A comprehensive, integrated identity platform provides all the processes, tools and services for identity verification anywhere in the world.<\/p>\n                <\/div>\n                            <\/div>\n        <\/div>\n    <\/div>\n        <div class=\"border-t last:border-b border-gray-700 p-4\">\n        <button\n            class=\"w-full text-left cursor-pointer flex justify-between items-center focus-visible:ring-0 focus-visible:ring-offset-0 focus-visible:underline\"\n            :aria-expanded=\"selected === 4\"\n            @click=\"\n                if (selected === 4) {\n                    \/\/ Toggle an already-open section\n                    selected = -1;\n                } else {\n                    \/\/ Open closed section\n                    selected = 4;\n                }\n            \"\n        >\n            <p class=\"p-xl md:text-xl subheading text-green-900\">\n                                What is the best solution for KYC compliance?            <\/p>\n            <svg class=\"w-3 h-3 md:w-4 md:h-4 ml-1 shrink-0 text-red-500\" viewBox=\"0 0 13 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <circle cx=\"6.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle cx=\"1.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle cx=\"11.5\" cy=\"7\" r=\"1.5\" fill=\"currentColor\" \/>\n                <circle\n                    cx=\"6.5\"\n                    cy=\"12\"\n                    r=\"1.5\"\n                    fill=\"currentColor\"\n                    class=\"transition duration-300\"\n                    :style=\"'transform:translateY(' + (selected === 4 ? '-5px' : '0') + ')'\"\n                \/>\n                <circle\n                    cx=\"6.5\"\n                    cy=\"2\"\n                    r=\"1.5\"\n                    fill=\"currentColor\"\n                    class=\"transition duration-300\"\n                    :style=\"'transform:translateY(' + (selected === 4 ? '5px' : '0') + ')'\"\n                \/>\n            <\/svg>\n        <\/button>\n        <div\n            class=\"transition-[height,margin-top] duration-300 overflow-hidden mt-4\"\n            role=\"region\"\n            x-data=\"{ height: 0 }\"\n            x-init=\"height = $el.scrollHeight\"\n            :style=\"'height:' +\n                (selected === 4 ? height : 0) +\n                'px;margin-top:' + (0 + (selected === 4)) +\n                'rem'\"\n        >\n            <div\n                class=\"transition\"\n                x-init=\"\n                    (new ResizeObserver((entries) =&gt; {\n                        if (!entries[0]) return;\n                        height = entries[0].contentRect.height;\n                    })).observe($el)\n                \"\n                x-effect=\"\n                    if (selected === 4) {\n                        $el.classList.add('delay-200');\n                        $el.offsetHeight; \/\/ Reflow\n                        $el.style.opacity = 1;\n                    } else {\n                        $el.classList.remove('delay-200');\n                        $el.offsetHeight; \/\/ Reflow\n                        $el.style.opacity = 0;\n                    }\n                \"\n                @get-height.window=\"height = $el.scrollHeight\"\n            >\n                                <div class=\"custom-typography p\">\n                    <p>Know Your Customer compliance varies by use case and country. An agile platform can quickly adjust to different requirements and markets while maintaining smooth onboarding experiences.<\/p>\n                <\/div>\n                            <\/div>\n        <\/div>\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<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\" >One Platform. One Contract. The Entire World.<\/h4>        \n                    <p class=\"p-xl lg:p-xxl mb-12 lg:mb-18 mx-auto\">One platform provides all the capabilities you need to expand globally, minimize risk and meet evolving regulatory requirements.<\/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":26048,"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>Global Identity Platform | Trulioo<\/title>\n<meta name=\"description\" content=\"Discover how one identity platform with a suite of in-house verification capabilities covers the world and eliminates the need for multiple point solutions.\" \/>\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\/global-identity-platform\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Global Identity Platform | Trulioo\" \/>\n<meta property=\"og:description\" content=\"Discover how one identity platform with a suite of in-house verification capabilities covers the world and eliminates the need for multiple point solutions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.trulioo.com\/solutions\/global-identity-platform\" \/>\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-05T18:46:17+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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.trulioo.com\/solutions\/global-identity-platform\",\"url\":\"https:\/\/www.trulioo.com\/solutions\/global-identity-platform\",\"name\":\"Global Identity Platform | Trulioo\",\"isPartOf\":{\"@id\":\"https:\/\/www.trulioo.com\/#website\"},\"datePublished\":\"2023-01-23T21:13:28+00:00\",\"dateModified\":\"2024-02-05T18:46:17+00:00\",\"description\":\"Discover how one identity platform with a suite of in-house verification capabilities covers the world and eliminates the need for multiple point solutions.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.trulioo.com\/solutions\/global-identity-platform#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.trulioo.com\/solutions\/global-identity-platform\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.trulioo.com\/solutions\/global-identity-platform#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\":\"Identity Platform\"}]},{\"@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":"Global Identity Platform | Trulioo","description":"Discover how one identity platform with a suite of in-house verification capabilities covers the world and eliminates the need for multiple point solutions.","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\/global-identity-platform","og_locale":"en_US","og_type":"article","og_title":"Global Identity Platform | Trulioo","og_description":"Discover how one identity platform with a suite of in-house verification capabilities covers the world and eliminates the need for multiple point solutions.","og_url":"https:\/\/www.trulioo.com\/solutions\/global-identity-platform","og_site_name":"Trulioo","article_publisher":"https:\/\/www.facebook.com\/trulioo","article_modified_time":"2024-02-05T18:46:17+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":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.trulioo.com\/solutions\/global-identity-platform","url":"https:\/\/www.trulioo.com\/solutions\/global-identity-platform","name":"Global Identity Platform | Trulioo","isPartOf":{"@id":"https:\/\/www.trulioo.com\/#website"},"datePublished":"2023-01-23T21:13:28+00:00","dateModified":"2024-02-05T18:46:17+00:00","description":"Discover how one identity platform with a suite of in-house verification capabilities covers the world and eliminates the need for multiple point solutions.","breadcrumb":{"@id":"https:\/\/www.trulioo.com\/solutions\/global-identity-platform#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.trulioo.com\/solutions\/global-identity-platform"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.trulioo.com\/solutions\/global-identity-platform#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":"Identity Platform"}]},{"@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\/25962"}],"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=25962"}],"version-history":[{"count":1,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/pages\/25962\/revisions"}],"predecessor-version":[{"id":41124,"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/pages\/25962\/revisions\/41124"}],"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\/26048"}],"wp:attachment":[{"href":"https:\/\/www.trulioo.com\/wp-json\/wp\/v2\/media?parent=25962"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}