{"id":740,"date":"2026-05-29T11:52:51","date_gmt":"2026-05-29T10:52:51","guid":{"rendered":"https:\/\/www.befisc.com\/fintechsherlock\/?p=740"},"modified":"2026-05-29T11:52:52","modified_gmt":"2026-05-29T10:52:52","slug":"kyc-api-integration-guide","status":"publish","type":"post","link":"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/","title":{"rendered":"KYC API Integration Guide: How to Verify Identities in Real Time"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>Introduction<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Every fintech, NBFC, and digital lending platform in India eventually runs into the same wall: <a href=\"https:\/\/www.befisc.com\/fintechsherlock\/kyc-know-your-client-identity-fraud\/\">manual identity verification cannot scale<\/a>. The moment you start processing hundreds or thousands of onboarding requests daily, any process that requires a human to look at an Aadhaar card and cross-check a selfie becomes your biggest bottleneck.<a href=\"https:\/\/www.befisc.com\/fintechsherlock\/aadhaar-ekyc-process\/\"> KYC APIs eliminate that bottleneck entirely.<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This guide explains exactly how KYC APIs work, what compliance features they must carry under RBI&#8217;s Master Directions on KYC (2016, updated 2023), how to evaluate them as a developer or product team, and where they fit in a production-grade onboarding stack. If you are building or scaling a verification workflow, this is your technical and strategic foundation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is a KYC API and Why Does It Matter for Fintechs?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A<a href=\"https:\/\/www.befisc.com\/fintechsherlock\/kyc-know-your-client-identity-fraud\/\" type=\"link\" id=\"https:\/\/www.befisc.com\/fintechsherlock\/kyc-know-your-client-identity-fraud\/\"> KYC (Know Your Customer)<\/a> API is a programmatic interface that allows a platform to verify the identity of a user \u2014 typically by validating government-issued identity documents, cross-referencing official databases, and confirming biometric or OTP-based consent \u2014 without manual intervention.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Under RBI&#8217;s Master Directions on KYC, every regulated entity must perform customer due diligence before establishing a business relationship. For digital-first fintechs, this means KYC must happen online, in real time, and with a full audit trail. That requirement is what makes KYC APIs not just useful, but legally necessary.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The Core Components of a KYC API<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Document verification: <a href=\"https:\/\/www.befisc.com\/fintechsherlock\/aadhaar-ekyc-process\/\" type=\"link\" id=\"https:\/\/www.befisc.com\/fintechsherlock\/aadhaar-ekyc-process\/\">Validates Aadhaar,<\/a> PAN, driving licence, passport, voter ID against government databases or using <a href=\"https:\/\/www.befisc.com\/fintechsherlock\/screenshot-pdf-compliance-risk\/\">OCR and AI-based authenticity checks.<\/a><\/li>\n\n\n\n<li>Database lookup: Cross-references extracted identity data against UIDAI, NSDL, or DigiLocker records to confirm the document belongs to the submitting individual.<\/li>\n\n\n\n<li>Liveness and face match: Confirms the person presenting the document matches the document photo using AI-based liveness detection to prevent spoofing.<\/li>\n\n\n\n<li>OTP-based consent: For Aadhaar-based verification, the user&#8217;s consent via OTP ensures the verification is voluntary and UIDAI-compliant.<\/li>\n\n\n\n<li>Audit trail and response: Every verification call returns a structured JSON response with verification status, extracted fields, confidence scores, and a timestamped audit log.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How KYC APIs Work: A Technical Walkthrough<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The verification flow in a production KYC API typically follows this sequence. First, the user submits their identity document \u2014 either by upload or camera capture through the platform&#8217;s frontend. The API receives the document image or a reference number (such as an Aadhaar number or PAN). It then validates authenticity through<a href=\"https:\/\/www.befisc.com\/fintechsherlock\/aadhaar-ekyc-process\/\"> document forensics or database lookup.<\/a> Where liveness is required, a second API call or embedded SDK triggers a face capture and comparison. The API returns a response object containing verification outcome, extracted data fields, and a confidence score. The <a href=\"https:\/\/www.befisc.com\/fintechsherlock\/rbi-digital-lending-guidelines-2025\/\">platform stores the response as the CDD audit record.<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The entire flow \u2014 from document submission to verification response \u2014 should complete in under three seconds in a well-architected implementation. Any API with latency above five seconds in normal conditions will create drop-off in your onboarding funnel.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>RBI Compliance Requirements Every KYC API Must Satisfy<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is where many platforms make critical errors. Not every KYC API is RBI-compliant by default. Under the<a href=\"https:\/\/www.rbi.org.in\/CommonPerson\/english\/scripts\/notification.aspx?id=2607\"> Master Directions on KYC 2016 <\/a>(updated November 2023), regulated entities must meet specific standards.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Officially Valid Document (OVD): The verification must use documents listed as OVDs \u2014 Aadhaar, PAN, passport, voter ID, driving licence, NREGA job card, or any document notified by the Central Government.<\/li>\n\n\n\n<li>Aadhaar-based KYC requires UIDAI authorization: Any entity pulling Aadhaar data for verification must be a licensed KUA (KYC User Agency) or work through an authorized partner.<\/li>\n\n\n\n<li>Video KYC alternative: RBI permits<a href=\"https:\/\/www.befisc.com\/fintechsherlock\/deepfake-video-kyc-fraud-detection\/\"> Video KYC as an alternative<\/a> to physical KYC for new account opening, requiring the API to support VKYC-compliant flows with live agent or AI-led sessions.<\/li>\n\n\n\n<li>Data localization: All KYC data of Indian residents must be stored in India. Any API solution used must confirm server infrastructure compliance with<a href=\"https:\/\/www.befisc.com\/fintechsherlock\/rbi-digital-lending-guidelines-2025\/\"> data localization norms<\/a>.<\/li>\n\n\n\n<li>Consent management: Clear, purpose-limited, revocable user consent must be documented before any biometric data is processed.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Evaluate a KYC API: 7 Non-Negotiable Criteria<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When evaluating KYC API providers for your stack, generic feature lists are not enough. Here is what actually determines whether an API will perform in production.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Database Coverage and Freshness<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The API must connect to<a href=\"https:\/\/www.befisc.com\/fintechsherlock\/gst-verification-api-guide\/\"> live government databases<\/a> \u2014 not cached copies. Stale data creates false negatives and compliance risk. Confirm whether the provider connects directly to <a href=\"https:\/\/www.befisc.com\/fintechsherlock\/kyb-verification-india\/\">UIDAI, NSDL, and MCA <\/a>or uses intermediary data that could be outdated by hours or days.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Response Structure and Field Completeness<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A compliance-grade KYC API response must return: verification status (verified\/failed\/inconclusive), all extracted document fields, confidence scores per field, the source database matched, a unique transaction ID, and a timestamp. Incomplete responses require your team to build workarounds, which creates fragility.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Latency Under Load<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Test the API at 100 concurrent requests, not just single calls. Many providers perform well in sandbox but degrade under production volume. Acceptable P95 latency for identity verification is under four seconds for Aadhaar OTP-based verification and under two seconds for PAN and database lookups.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Uptime SLA and Fallback Handling<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Government APIs \u2014 UIDAI, NSDL, MCA \u2014 experience downtime. A mature KYC API provider must have fallback logic: alternate database paths, graceful degradation, and queuing mechanisms so your onboarding does not break when a government endpoint is slow.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. Audit Trail Completeness<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Every KYC call must generate an immutable audit record that can be produced during a regulatory inspection. The audit trail must capture: user consent timestamp, document type submitted, verification outcome, the API&#8217;s response payload, and the operator performing the check.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>6. Webhook and Async Support<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">High-volume fintechs cannot block a user session waiting for synchronous API responses. The provider must support webhook callbacks for async verification completion, particularly for Video KYC and liveness checks that require human-in-the-loop stages.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>7. Sandbox Environment Quality<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A well-maintained sandbox is a signal of operational maturity. It should reflect real response structures, allow testing of edge cases (expired documents, name mismatches, liveness failures), and be updated in sync with production.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>KYC API Integration: Common Implementation Mistakes<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Treating sandbox performance as production performance: Government database APIs throttle differently in production. Always load-test before go-live.<\/li>\n\n\n\n<li>Skipping consent architecture: Some teams integrate KYC APIs without building a proper<a href=\"https:\/\/www.befisc.com\/fintechsherlock\/aadhaar-ekyc-process\/\"> consent capture layer<\/a>. This creates <a href=\"https:\/\/www.meity.gov.in\/static\/uploads\/2024\/06\/2bf1f0e9f04e6fb4f8fef35e82c42aa5.pdf\">DPDP Act 2023<\/a> compliance risk for every user record in your database.<\/li>\n\n\n\n<li>Not handling inconclusive responses: KYC APIs do not always return binary yes\/no. Inconclusive responses \u2014 where a document cannot be fully verified \u2014 require a defined fallback workflow (<a href=\"https:\/\/www.befisc.com\/fintechsherlock\/edd-in-banking\/\">manual review queue<\/a>, alternate document request).<\/li>\n\n\n\n<li>Single-point API dependency: Relying on one KYC API for all verification types creates a <a href=\"https:\/\/www.befisc.com\/fintechsherlock\/bank-statement-analysis-api-how-lenders-automate-underwriting\/\">single point of failure<\/a>. Architecture should allow routing between providers based on document type, availability, and cost.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Where BeFiSc Fits in Your KYC Stack<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">BeFiSc provides a unified KYC API suite covering Aadhaar verification, PAN verification,<a href=\"https:\/\/www.befisc.com\/fintechsherlock\/screenshot-pdf-compliance-risk\/\"> document OCR,<\/a> face match, and liveness detection through a single integration. For fintechs building compliant onboarding, BeFiSc&#8217;s API returns structured JSON responses with full audit fields, supports webhook-based async verification, and maintains UIDAI authorization for Aadhaar-based checks. Product teams integrating BeFiSc report reduction in onboarding time from manual review workflows of 48+ hours to automated verification in under 60 seconds.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What is a KYC API and how does it differ from manual KYC?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A KYC API automates the identity verification process by connecting to government databases and performing document<a href=\"https:\/\/www.befisc.com\/fintechsherlock\/deepfake-video-kyc-fraud-detection\/\">, biometric, and liveness<\/a> checks programmatically. Manual KYC requires human agents to review documents, which is slower, prone to inconsistency, and impossible to scale for high-volume onboarding.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Is Aadhaar-based KYC API legally permitted in India?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes, under the Aadhaar Act and RBI&#8217;s Master Directions on KYC. However, entities must use UIDAI-authorized channels \u2014 either as licensed KYC User Agencies or through authorized KYC API providers \u2014 and must obtain explicit user consent before any Aadhaar-based verification.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What documents can a KYC API verify in India?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A well-built KYC API covers all RBI-recognized Officially Valid Documents: Aadhaar, PAN, passport, voter ID, driving licence, and NREGA job card. Some providers also support CIN, GSTIN, and professional certificates for business KYC.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How long does a KYC API verification typically take?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">PAN and database lookup verifications typically complete in under two seconds. Aadhaar OTP-based verification \u2014 which involves a user action \u2014 completes in under 30 seconds assuming prompt OTP entry. Liveness and face match add another two to five seconds depending on image quality.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What happens when a KYC API returns an inconclusive result?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Platforms must define a fallback workflow for inconclusive responses. Common approaches include routing to a manual review queue, requesting an alternate document type from the user, or escalating to a Video KYC session. The choice depends on the customer&#8217;s risk profile and the platform&#8217;s onboarding requirements.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key Takeaways<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>KYC APIs automate identity verification across Aadhaar, PAN, biometrics, and government databases \u2014 eliminating manual review bottlenecks.<\/li>\n\n\n\n<li>RBI compliance requires verified OVDs, UIDAI authorization for Aadhaar, data localization, and complete consent and audit trail documentation.<\/li>\n\n\n\n<li>Evaluation criteria that matter: database freshness, response completeness, latency under load, uptime SLA, and audit trail quality.<\/li>\n\n\n\n<li>Implementation errors around consent architecture and inconclusive response handling are the most common production failures.<\/li>\n\n\n\n<li>A unified KYC API like BeFiSc reduces integration complexity while maintaining compliance-grade verification across multiple document types.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"Introduction Every fintech, NBFC, and digital lending platform in India eventually runs into the same wall: manual identity&hellip;","protected":false},"author":8,"featured_media":804,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"csco_singular_sidebar":"","csco_page_header_type":"","csco_page_load_nextpost":"","footnotes":""},"categories":[5],"tags":[239,278,277,279],"class_list":["post-740","post","type-post","status-publish","format-standard","has-post-thumbnail","category-resources","tag-fintech-compliance","tag-identity-verification-api","tag-kyc-api","tag-real-time-kyc","cs-entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>KYC API Integration Guide: Verify Identities in Real Time<\/title>\n<meta name=\"description\" content=\"Learn how KYC APIs work, how to integrate them, and what compliance-ready features to look for. India-specific guide for fintechs and product teams.\" \/>\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.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"KYC API Integration Guide: Verify Identities in Real Time\" \/>\n<meta property=\"og:description\" content=\"Learn how KYC APIs work, how to integrate them, and what compliance-ready features to look for. India-specific guide for fintechs and product teams.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"BeFiSc\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-29T10:52:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-29T10:52:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.befisc.com\/fintechsherlock\/wp-content\/uploads\/2026\/05\/kyc-api-integration.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Chailsee yadav\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Chailsee yadav\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"KYC API Integration Guide: Verify Identities in Real Time","description":"Learn how KYC APIs work, how to integrate them, and what compliance-ready features to look for. India-specific guide for fintechs and product teams.","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.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/","og_locale":"en_GB","og_type":"article","og_title":"KYC API Integration Guide: Verify Identities in Real Time","og_description":"Learn how KYC APIs work, how to integrate them, and what compliance-ready features to look for. India-specific guide for fintechs and product teams.","og_url":"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/","og_site_name":"BeFiSc","article_published_time":"2026-05-29T10:52:51+00:00","article_modified_time":"2026-05-29T10:52:52+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.befisc.com\/fintechsherlock\/wp-content\/uploads\/2026\/05\/kyc-api-integration.png","type":"image\/png"}],"author":"Chailsee yadav","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Chailsee yadav","Estimated reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/#article","isPartOf":{"@id":"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/"},"author":{"name":"Chailsee yadav","@id":"https:\/\/web.befisc.com\/fintechsherlock\/#\/schema\/person\/6b4fa6213a7742947b3a7717dcd5615e"},"headline":"KYC API Integration Guide: How to Verify Identities in Real Time","datePublished":"2026-05-29T10:52:51+00:00","dateModified":"2026-05-29T10:52:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/"},"wordCount":1515,"commentCount":0,"publisher":{"@id":"https:\/\/web.befisc.com\/fintechsherlock\/#organization"},"image":{"@id":"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.befisc.com\/fintechsherlock\/wp-content\/uploads\/2026\/05\/kyc-api-integration.png","keywords":["Fintech Compliance","identity verification API","KYC API","real-time KYC"],"articleSection":["Resources"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/","url":"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/","name":"KYC API Integration Guide: Verify Identities in Real Time","isPartOf":{"@id":"https:\/\/web.befisc.com\/fintechsherlock\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/#primaryimage"},"image":{"@id":"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.befisc.com\/fintechsherlock\/wp-content\/uploads\/2026\/05\/kyc-api-integration.png","datePublished":"2026-05-29T10:52:51+00:00","dateModified":"2026-05-29T10:52:52+00:00","description":"Learn how KYC APIs work, how to integrate them, and what compliance-ready features to look for. India-specific guide for fintechs and product teams.","breadcrumb":{"@id":"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/#primaryimage","url":"https:\/\/www.befisc.com\/fintechsherlock\/wp-content\/uploads\/2026\/05\/kyc-api-integration.png","contentUrl":"https:\/\/www.befisc.com\/fintechsherlock\/wp-content\/uploads\/2026\/05\/kyc-api-integration.png","width":1200,"height":630,"caption":"KYC API Integration: A complete guide to digital identity verification, document authentication, and seamless fintech onboarding."},{"@type":"BreadcrumbList","@id":"https:\/\/www.befisc.com\/fintechsherlock\/kyc-api-integration-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.befisc.com\/fintechsherlock\/"},{"@type":"ListItem","position":2,"name":"KYC API Integration Guide: How to Verify Identities in Real Time"}]},{"@type":"WebSite","@id":"https:\/\/web.befisc.com\/fintechsherlock\/#website","url":"https:\/\/web.befisc.com\/fintechsherlock\/","name":"BeFiSc","description":"Founder Articles","publisher":{"@id":"https:\/\/web.befisc.com\/fintechsherlock\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/web.befisc.com\/fintechsherlock\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/web.befisc.com\/fintechsherlock\/#organization","name":"BeFiSc","url":"https:\/\/web.befisc.com\/fintechsherlock\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/web.befisc.com\/fintechsherlock\/#\/schema\/logo\/image\/","url":"https:\/\/www.befisc.com\/fintechsherlock\/wp-content\/uploads\/2025\/06\/befiscsymbol.png","contentUrl":"https:\/\/www.befisc.com\/fintechsherlock\/wp-content\/uploads\/2025\/06\/befiscsymbol.png","width":508,"height":120,"caption":"BeFiSc"},"image":{"@id":"https:\/\/web.befisc.com\/fintechsherlock\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/web.befisc.com\/fintechsherlock\/#\/schema\/person\/6b4fa6213a7742947b3a7717dcd5615e","name":"Chailsee yadav","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/1bd43e74edffa6494c6b2aa707e92cd52e04c1319d36fb8b57e2945bb6ca2a2c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1bd43e74edffa6494c6b2aa707e92cd52e04c1319d36fb8b57e2945bb6ca2a2c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1bd43e74edffa6494c6b2aa707e92cd52e04c1319d36fb8b57e2945bb6ca2a2c?s=96&d=mm&r=g","caption":"Chailsee yadav"},"url":"https:\/\/www.befisc.com\/fintechsherlock\/author\/chailsee-yadav\/"}]}},"_links":{"self":[{"href":"https:\/\/www.befisc.com\/fintechsherlock\/wp-json\/wp\/v2\/posts\/740","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.befisc.com\/fintechsherlock\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.befisc.com\/fintechsherlock\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.befisc.com\/fintechsherlock\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.befisc.com\/fintechsherlock\/wp-json\/wp\/v2\/comments?post=740"}],"version-history":[{"count":3,"href":"https:\/\/www.befisc.com\/fintechsherlock\/wp-json\/wp\/v2\/posts\/740\/revisions"}],"predecessor-version":[{"id":802,"href":"https:\/\/www.befisc.com\/fintechsherlock\/wp-json\/wp\/v2\/posts\/740\/revisions\/802"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.befisc.com\/fintechsherlock\/wp-json\/wp\/v2\/media\/804"}],"wp:attachment":[{"href":"https:\/\/www.befisc.com\/fintechsherlock\/wp-json\/wp\/v2\/media?parent=740"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.befisc.com\/fintechsherlock\/wp-json\/wp\/v2\/categories?post=740"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.befisc.com\/fintechsherlock\/wp-json\/wp\/v2\/tags?post=740"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}