{"info":{"_postman_id":"12b7207f-56ef-42c6-b5e9-f0a7bee39681","name":"Facheck API Documentation","description":"<html><head></head><body><img src=\"https://content.pstmn.io/278165c6-6eec-4f88-a357-cc8d7d504bdf/ZmNsb2dvLnBuZw==\" width=\"210\" height=\"111\">\n\n<h2 id=\"introduction\">Introduction</h2>\n<p>Our services provide a comprehensive suite of <strong>Verification API solutions</strong> designed to meet diverse business requirements. These APIs are engineered to deliver <strong>swift, secure, and reliable performance</strong>, ensuring seamless integration with partner systems.</p>\n<p>All APIs are constructed using <strong>RESTful interfaces</strong> and standard <strong>HTTP methods</strong>, enabling straightforward implementation and interoperability.</p>\n<h4 id=\"key-features\">Key Features</h4>\n<ol>\n<li><p><strong>Secure Communication</strong><br> All request and response exchanges are <strong>encrypted</strong> to ensure data confidentiality and integrity.</p>\n</li>\n<li><p><strong>Authentication</strong><br> Each user is uniquely identified through the use of an <strong>API key</strong> during the authentication process.</p>\n</li>\n<li><p><strong>Data Format</strong><br> All API requests must be submitted in <strong>JSON format</strong> with encrypted payloads.</p>\n<ul>\n<li><em>Exception:</em> Document submissions may require alternative formats as specified in the respective API guidelines.</li>\n</ul>\n</li>\n<li><p><strong>Response Classification</strong><br> API responses are categorized using <strong>flags</strong>, enabling clear interpretation of results and streamlined error handling.</p>\n</li>\n</ol>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>The <strong>Facheck API</strong> serves as a standardized, programmatic gateway to the Facheck infrastructure. It is built on a <strong>RESTful architecture</strong>, leveraging <strong>HTTP requests</strong> and <strong>JSON responses</strong> for efficient and secure data transfer.</p>\n<h4 id=\"key-highlights\">Key Highlights</h4>\n<ul>\n<li><p><strong>RESTful Design:</strong> All endpoints follow REST principles, ensuring predictable and consistent behavior.</p>\n</li>\n<li><p><strong>Data Format:</strong> Requests and responses are exchanged in <strong>JSON</strong>, enabling lightweight and structured communication.</p>\n</li>\n<li><p><strong>Secure Access:</strong> Authentication is required for all API calls, ensuring authorized usage.</p>\n</li>\n</ul>\n<h4 id=\"quick-start-with-postman\">Quick Start with Postman</h4>\n<p>The easiest way to begin using the Facheck API is through <strong>Postman</strong>, a free and widely used tool for testing and debugging API requests.</p>\n<ul>\n<li><p>Click the <strong>Run in Postman</strong> button provided above.</p>\n</li>\n<li><p>Import the official <strong>Facheck Postman Collection</strong>, which contains all documented endpoints.</p>\n</li>\n<li><p>Each endpoint in this documentation is readily available for execution within Postman, serving as the <strong>source of truth</strong> for integration and testing.</p>\n</li>\n</ul>\n<h1 id=\"authentication\">Authentication</h1>\n<p>To securely access Facheck services, all API requests must include valid authentication credentials. Requests must be equipped with an <strong>Authorization header</strong> containing the required key–value pair for verification.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-makefile\">x-parse-rest-api-key   : &lt;YOUR_API_KEY&gt;\nx-parse-application-id : &lt;YOUR_APPLICATION_ID&gt;\n\n</code></pre>\n<p>It is mandatory to provide an authentic key-value in the header to access our services.</p>\n<h1 id=\"requestresponse-workflow\">Request–Response Workflow</h1>\n<p>It is essential that all requests sent to our server strictly adhere to the prescribed format, particularly for <strong>ID‑based verification</strong> services. This ensures consistency, security, and accurate processing of data across all integrations.</p>\n<h4 id=\"request-format\">Request Format</h4>\n<ul>\n<li><p><strong>Method:</strong> <code>POST</code></p>\n</li>\n<li><p><strong>Content-Type:</strong> <code>application/json</code></p>\n</li>\n<li><p><strong>Authentication:</strong> Mandatory <code>Authorization</code> header with valid API key</p>\n</li>\n<li><p><strong>Payload:</strong> JSON object containing required parameters</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">/* REQUEST */\n{\n    \"encrypted_data\": \"hXXwh4fdkKuKV57WwTiVLltLOxfe6NubyIJ0KzOynGc=\"\n}\n\n</code></pre>\n<h4 id=\"response-format\">Response Format</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">/* RESPONSE */\n{\n    \"statusCode\": 200,\n    \"statusMessage\": \"Success\",\n    \"statusFlag\": 1,\n    \"data\": {\n        \"return_response\": \"YOR6enHbD8OxA1t574MOjthNOkEDqBUlxqsM1wma7N/rDwndT\"\n    },\n    \"serviceName\": \"PAN COMPREHENSIVE\",\n    \"errorDescription\": null,\n    \"errorReferenceId\": \"\"\n}\n\n</code></pre>\n<h1 id=\"http-status-codes-flags\">HTTP Status Codes &amp; Flags</h1>\n<ul>\n<li><p><strong>2xx – Success</strong><br>  Indicates that the request was successfully processed and a valid response has been returned.</p>\n<ul>\n<li>Example: <code>200 OK</code></li>\n</ul>\n</li>\n<li><p><strong>4xx – Client Error</strong><br>  Indicates that the request could not be processed due to invalid input or missing information provided by the client.</p>\n<ul>\n<li>Example: <code>400 Bad Request</code></li>\n</ul>\n</li>\n<li><p><strong>5xx – Server Error</strong><br>  Indicates that the request failed due to an internal error on Facheck servers.</p>\n<ul>\n<li>Example: <code>500 Internal Server Error</code></li>\n</ul>\n</li>\n</ul>\n<h4 id=\"status-flags\">Status Flags</h4>\n<p><strong>i)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>200</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>Success / Failed.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>N/A.</em></p>\n<p><strong>ii)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>2</td>\n<td>402</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>Balance Exhausted (Prepaid) / Payment Pending (Postpaid).</em></p>\n<p><em><strong>Error Description :</strong></em> <em>Top up your wallet to continue our service usage (Prepaid) / Clear the due bill to continue our service usage (Postpaid).</em></p>\n<p><strong>iii)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3</td>\n<td>403</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>Your Account is Inactive.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>Your account is presently not active.Please contact</em> <a href=\"https://mailto:support@facheck.in\"><i>support@facheck.in</i></a> <em>for further assistance.</em></p>\n<p><strong>iv)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>4</td>\n<td>503</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>Verification service not available at the moment.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>The verification service you are trying to access is not available at the moment.Please contact</em> <a href=\"https://mailto:support@facheck.in\"><i>support@facheck.in</i></a> <em>for further information.</em></p>\n<p><strong>v)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>5</td>\n<td>401</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>Access not granted.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>You don't have access for KYC Verification , Or the Access has been revoked Please contact</em> <a href=\"https://mailto:support@facheck.in\"><i>support@facheck.in</i></a> <em>to request access.</em></p>\n<p><strong>vi)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em><strong>Data Field Specification</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>6</td>\n<td>407</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>We’ve adjusted the pricing. Please review and acknowledge now.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>You have not accepted the latest price updation for {{serviceName}}.</em></p>\n<p><strong>vii)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em><strong>Data Field Specification</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>7</td>\n<td>500</td>\n<td><em><strong>null</strong></em></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>We encountered a technical issue.Please try again later or contact support if the issue persists.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>There was a server-side issue. Please contact</em> <a href=\"https://mailto:support@facheck.in\"><i>support@facheck.in</i></a> <em>with the Error ID for further support.</em></p>\n<p><strong>viii)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>8</td>\n<td>423</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>Invalid Encryption key.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>The encryption key being used is not legitimate; please verify and try again.</em></p>\n<p><strong>ix)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>9</td>\n<td>424</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>Invalid JSON structure.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>The JSON structure provided in encrypted format is Inoperative</em>.</p>\n<p><strong>x)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10</td>\n<td>412</td>\n<td><em><strong>null</strong></em></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>The header value provided is not accurate or appropriate.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>The JSON structure provided in encrypted format is Inoperative.</em></p>\n<p><strong>xi)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n<th><strong>Applicable For</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>11</td>\n<td>404</td>\n<td>Encrypted Value</td>\n<td><em><strong>OCR</strong></em> based services only</td>\n</tr>\n<tr>\n<td>11</td>\n<td>415</td>\n<td>Encrypted Value</td>\n<td><em><strong>OCR</strong></em> based services only</td>\n</tr>\n<tr>\n<td>11</td>\n<td>413</td>\n<td>Encrypted Value</td>\n<td><em><strong>OCR</strong></em> based services only</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message / Error Description (404) :</strong></em> <em>The file is either missing or contains no data.</em></p>\n<p><em><strong>Message / Error Description (415):</strong></em> <em>The file format is not supported.</em></p>\n<p><em><strong>Message / Error Description (413):</strong></em> <em>The file format is too large,Please use an image below 2MB.</em></p>\n<p><strong>xii)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>12</td>\n<td>422</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>A required key is missing from the request.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>The {{keyName}} key is required but was not provided in the request payload.</em></p>\n<p><strong>xiii)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>13</td>\n<td>400</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>The reference number provided is invalid and cannot be processed / The estamp category code entered is either invalid or not available.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>The provided reference number does not correspond to any existing record / The estamp category code entered does not correspond to any recognized or acceptable values.</em></p>\n<p><em><strong>Note :</strong></em> <em>This is primarily applicable to callback APIs; the e‑stamp API category code (document code) is invalid</em>.</p>\n<p><strong>xiv)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>14</td>\n<td>503</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>The requested estamp category is currently unavailable.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>The requested estamp category is presently unavailable and cannot be selected for further action.</em></p>\n<p><strong>xv)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>15</td>\n<td>403</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>Artice code not configured.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>The specified article code is not configured for your organization.</em></p>\n<p><strong>xvi)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>16</td>\n<td>451</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>Invalid Stamp Denomination/ Stamp Consideration Amount.</em></p>\n<p><em><strong>Error Description :</strong></em> <em>The Stamp amount Or Consideration amount provided does not meet the required criteria. Please verify and submit a valid amount.</em></p>\n<p><strong>xvii)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>Status Flag</strong></em></th>\n<th><em><strong>Status Code</strong></em></th>\n<th><em>Data Field Specification</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>17</td>\n<td>400</td>\n<td>Encrypted Value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Message :</strong></em> <em>Invalid Inputs (AADHAAR E SIGN).</em></p>\n<p><em><strong>Error Description :</strong></em> <em>Invalid Inputs (AADHAAR E SIGN).</em></p>\n<p>_</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"},{"content":"Authentication","slug":"authentication"},{"content":"Request–Response Workflow","slug":"requestresponse-workflow"},{"content":"HTTP Status Codes & Flags","slug":"http-status-codes-flags"}],"owner":"32089063","collectionId":"12b7207f-56ef-42c6-b5e9-f0a7bee39681","publishedId":"2sAY547z6o","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"E2DFD2","highlight":"1D976C"},"publishDate":"2026-02-09T07:34:36.000Z"},"item":[{"name":"Encode / Decode","item":[{"name":"Encrypt","id":"b9f34fcb-2970-4f7a-82dc-3e20745f9cb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"/*  Submit your JSON structure for encryption here   */\r\n\r\n{\r\n    \"source\":\"ABCDE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/secureDataTransformation/encode","urlObject":{"path":["secureDataTransformation","encode"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"b9f34fcb-2970-4f7a-82dc-3e20745f9cb9"},{"name":"Decrypt","id":"c499bac5-216b-440f-9c97-0eaac9209641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"/*  Input your encrypted string here */","options":{"raw":{"language":"text"}}},"url":"/secureDataTransformation/decode","urlObject":{"path":["secureDataTransformation","decode"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c499bac5-216b-440f-9c97-0eaac9209641"}],"id":"27e9f7ff-88e0-40d1-8a24-028991800a03","description":"<h4 id=\"encryption-method\">ENCRYPTION METHOD</h4>\n<p>For your comprehension, we have included a sample encryption method. This method demonstrates how a JSON object can be securely encrypted using the AES algorithm. It applies <em><strong>UTF‑8 encoding</strong></em> for both the input data and the encryption key, ensuring platform independence. The configuration uses <em><strong>AES in</strong></em> <em><strong>ECB mode</strong></em> with <em><strong>PKCS5 padding</strong></em>, which is widely supported and reliable for fixed‑size data blocks. The encrypted output is then converted into a Base64 string, making it simple to store or transmit in text‑based systems.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">public String encryption(JSONObject input, String key) throws GeneralSecurityException {\n  byte[] data = input.toString().getBytes(StandardCharsets.UTF_8);\n  byte[] keyBytes = key.getBytes(StandardCharsets.UTF_8);\n  SecretKeySpec secretKeySpec = new SecretKeySpec(keyBytes, \"AES\");\n  Cipher cipher = Cipher.getInstance(\"AES/ECB/PKCS5Padding\");\n  cipher.init(Cipher.ENCRYPT_MODE, secretKeySpec);\n  return Base64.getEncoder().encodeToString(cipher.doFinal(data));\n}\n\n</code></pre>\n<h4 id=\"decryption-method\">DECRYPTION METHOD</h4>\n<p>For your comprehension, we have also included a sample decryption method. This process begins by decoding the Base64‑encoded string back into a byte array and preparing the encryption key as a SecretKeySpec for the AES cipher. Using the same <em><strong>AES/ECB/PKCS5Padding</strong></em> configuration, the cipher is initialized in decryption mode. The encrypted data is processed with the <code>doFinal()</code> method to recover the original byte array, which is then converted back into a <em><strong>UTF‑8</strong></em> string. This returns the original, unencrypted JSON content in a straightforward and efficient manner.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">public String decrypt(String encryptedString, String key) throws GeneralSecurityException {\n  byte[] encryptedData = Base64.getDecoder().decode(encryptedString);\n  SecretKeySpec secretKey = new SecretKeySpec(key.getBytes(StandardCharsets.UTF_8), \"AES\");\n  Cipher cipher = Cipher.getInstance(\"AES/ECB/PKCS5Padding\");\n  cipher.init(Cipher.DECRYPT_MODE, secretKey);\n  return new String(cipher.doFinal(encryptedData), StandardCharsets.UTF_8);\n}\n\n</code></pre>\n","_postman_id":"27e9f7ff-88e0-40d1-8a24-028991800a03"},{"name":"PAN Services","item":[{"name":"PAN","item":[{"name":"Pan","id":"c1adf589-f007-475c-877b-d1e1556336e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/pan","urlObject":{"path":["facheck-authentication","pan"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c1adf589-f007-475c-877b-d1e1556336e2"}],"id":"bdf3eaae-4cc3-435e-b769-01825f1b4429","description":"<p>The PAN is a unique identifier issued by the Income Tax Department of India and is primarily used to track tax-related activities.The <strong>PAN Service</strong> provides essential information related to an individual's Permanent Account Number (PAN) in India. It returns the PAN holder’s basic details, such as the name , PAN number and category.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>Pan Number</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\"><strong>Input :</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"source\": \"ZXCVB7698X\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"pan_number\": \"ZXCVB7698X\",\n        \"full_name\": \"Joel Rohith\",\n        \"category\": \"Person\"\n    },\n    \"reference_id\": \"Pan5477450\",\n    \"response_time\": \"2026-01-23T10:43:35\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}\n\n</code></pre>\n","_postman_id":"bdf3eaae-4cc3-435e-b769-01825f1b4429"},{"name":"PAN Comprehensive","item":[{"name":"Pan Comprehensive","event":[{"listen":"test","script":{"id":"1e457aa0-08f3-49a7-8952-f9f52c0e68ce","exec":["pm.test(\"Response status code is 200\", function () {\r","    pm.expect(pm.response.code).to.equal(200);\r","});\r","\r","\r","pm.test(\"Content-Type is application/json\", function () {\r","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");\r","});\r","\r","\r","pm.test(\"Response time is within an acceptable range\", function () {\r","  pm.expect(pm.response.responseTime).to.be.below(200);\r","});\r","\r","\r","pm.test(\"Validate the response schema\", function () {\r","    const responseData = pm.response.json();\r","    \r","    pm.expect(responseData).to.be.an('object');\r","    pm.expect(responseData).to.have.property('statusCode');\r","    pm.expect(responseData).to.have.property('message');\r","    pm.expect(responseData).to.have.property('flag');\r","    pm.expect(responseData).to.have.property('data');\r","    pm.expect(responseData).to.have.property('fileName');\r","    pm.expect(responseData).to.have.property('count');\r","    pm.expect(responseData).to.have.property('errorReferenceId');\r","    pm.expect(responseData).to.have.property('modelData');\r","    pm.expect(responseData).to.have.property('errorDiscription');\r","});\r",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c432f80c-fdf9-4414-aad5-9fc73bbf6470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-sureverification/pan-comprehensive","urlObject":{"path":["facheck-sureverification","pan-comprehensive"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c432f80c-fdf9-4414-aad5-9fc73bbf6470"}],"id":"236cc2b6-9a24-4a40-9424-e18c89421ea5","description":"<p>This API provides comprehensive information related to an individual's Permanent Account Number (PAN) in India. It returns key details, including the PAN holder’s full name and associated attributes. The PAN serves as a critical identifier for monitoring tax payments and financial transactions undertaken by both individuals and entities within India.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>Pan Number</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"source\": \"ZXCVB7698X\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"dob_verified\": false,\n        \"dob_check\": false,\n        \"input_dob\": \"\",\n        \"full_name_split\": [\n            \"Mr\",\n            \"Joel\",\n            \"Rohith\"\n        ],\n        \"address\": {\n            \"line_1\": \"VDS House, New No.41\",\n            \"zip\": \"600086\",\n            \"line_2\": \"Cathedral Rd\",\n            \"country\": \"India\",\n            \"city\": \"Chennai\",\n            \"state\": \"Tamil Nadu\",\n            \"street_name\": \"Vgn street\",\n            \"full\": \"VDS House, New No.41, Cathedral Rd, Vgn street, Chennai, Tamil Nadu 600086, India\"\n        },\n        \"gender\": \"male\",\n        \"masked_aadhaar\": \"XXXXXXXX1011\",\n        \"aadhaar_linked\": true,\n        \"pan_number\": \"ZXCVB7698X\",\n        \"full_name\": \"Joel Rohith\",\n        \"dob\": \"2001-07-10\",\n        \"phone_number\": \"8972918273\",\n        \"category\": \"person\",\n        \"email\": \"joelroh@yahoo.com\",\n        \"less_info\": false\n    },\n    \"reference_id\": \"PanComprehensive2282901\",\n    \"response_time\": \"2026-01-23T10:46:14\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}\n\n</code></pre>\n","_postman_id":"236cc2b6-9a24-4a40-9424-e18c89421ea5"}],"id":"25b9af79-532b-4b98-893f-ac5226fc917b","_postman_id":"25b9af79-532b-4b98-893f-ac5226fc917b","description":""},{"name":"Aadhaar Services","item":[{"name":"Aadhaar with OTP","item":[{"name":"Generate OTP","id":"6b9e0def-788f-41ce-a7cb-19c53a35058b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/aadhaar/generate-otp","urlObject":{"path":["facheck-authentication","aadhaar","generate-otp"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"6b9e0def-788f-41ce-a7cb-19c53a35058b"},{"name":"Submit OTP","id":"6c59916c-1bed-425c-aa29-bd56582c7936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/aadhaar/submit-otp","urlObject":{"path":["facheck-authentication","aadhaar","submit-otp"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"6c59916c-1bed-425c-aa29-bd56582c7936"}],"id":"099b3161-9b9e-48ef-9916-a5e78be51153","description":"<h2 id=\"i-generate-otp\">i) Generate OTP</h2>\n<p>The <strong>Aadhaar Generate OTP API</strong> initiates the process of authenticating an Aadhaar holder by sending a One-Time Password (OTP) to the mobile number registered with Aadhaar.</p>\n<ul>\n<li><p>Upon successful invocation, the API returns a <strong>Reference Number</strong> along with confirmation of OTP generation.</p>\n</li>\n<li><p>This Reference Number must be used in conjunction with the OTP received by the user to complete the verification process.</p>\n</li>\n<li><p>The OTP and Reference Number are then submitted to the <strong>Aadhaar Submit API</strong> for validation and authentication</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>Aadhaar Number</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"source\": \"123456789012\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"otp_generated\": true,\n    \"reference_id\": \"AadhaarGenerateOtp3311780\",\n    \"response_time\": \"2026-01-23T12:36:43\",\n    \"message\": \"Please provide a random 6-digit number as OTP for the next API.However please note that no OTP will be received as this is a test case.\",\n    \"status\": \"Success\"\n}\n\n</code></pre>\n<h2 id=\"ii-submit-otp\">ii) Submit OTP</h2>\n<p>The <strong>Aadhaar Submit OTP API</strong> completes the Aadhaar authentication process by validating the One-Time Password (OTP) received on the Aadhaar-registered mobile number.</p>\n<ul>\n<li><p>This API requires the <strong>Reference Number</strong> generated from the Aadhaar Generate OTP API, along with the OTP entered by the user.</p>\n</li>\n<li><p>Upon successful validation, the API returns the <strong>Aadhaar response</strong> corresponding to the specific source provided in the request.</p>\n</li>\n<li><p>The response contains verified Aadhaar details, ensuring secure and reliable identity confirmation</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>otp</td>\n<td>String</td>\n<td>OTP sent to registered mobile</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>reference_id</td>\n<td>String</td>\n<td>Reference ID from OTP Generation API</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input--1\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"otp\":\"638291\",\n    \"reference_id\":\"AadhaarGenerateOtp3311780\"\n}\n\n</code></pre>\n<h3 id=\"output-1\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"zip\": \"\",\n        \"mobile_hash\": \"\",\n        \"care_of\": \"S/O: Rahul Das\",\n        \"address\": \"{\\\"country\\\":\\\"India\\\",\\\"loc\\\":\\\"\\\",\\\"subdist\\\":\\\"\\\",\\\"vtc\\\":\\\"vtc\\\",\\\"street\\\":\\\"street\\\",\\\"dist\\\":\\\"Kancheepuram\\\",\\\"state\\\":\\\"Tamil Nadu\\\",\\\"landmark\\\":\\\"\\\",\\\"house\\\":\\\"11/143\\\",\\\"po\\\":\\\"\\\"}\",\n        \"gender\": \"Male\",\n        \"reference_id\": \"028120231122140038948\",\n        \"email_hash\": \"\",\n        \"raw_xml\": \"\",\n        \"aadhaar_pdf\": \"\",\n        \"face_status\": false,\n        \"face_score\": -1,\n        \"share_code\": \"4444\",\n        \"zip_data\": \"\",\n        \"uniqueness_id\": \"d58ed84adfb1e287974bc4bd550425b493118becc\",\n        \"profile_image\": \"\",\n        \"full_name\": \"Arjun Rajeev\",\n        \"mobile_verified\": true,\n        \"has_image\": true,\n        \"aadhaar_number\": \"XXXXX6789012\",\n        \"dob\": \"2000-01-01\",\n        \"status\": \"success_aadhaar\"\n    },\n    \"reference_id\": \"AadhaarSubmitOtp3311780\",\n    \"response_time\": \"2026-01-23T12:40:24\",\n    \"message\": \"Success\",\n    \"status\": \"Success\"\n}\n\n</code></pre>\n","_postman_id":"099b3161-9b9e-48ef-9916-a5e78be51153"},{"name":"Aadhaar","item":[{"name":"Aadhaar","id":"effe522d-4bb5-42f4-8f4d-a68c516615dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/aadhaar","urlObject":{"path":["facheck-authentication","aadhaar"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"effe522d-4bb5-42f4-8f4d-a68c516615dd"}],"id":"2e7b3451-c96d-4616-84f0-fa43585cca32","description":"<p>The <strong>Aadhaar Validation API</strong> verifies the authenticity of an Aadhaar number and returns its associated demographic details, ensuring the number is valid and matches the provided information.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>Aadhaar Number</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"source\": \"123456789012\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"age_range\": \"20-30\",\n        \"gender\": \"Male\",\n        \"is_mobile\": false,\n        \"aadhaar_number\": \"123456789012\",\n        \"state\": \"Chennai\",\n        \"last_digits\": \"595\",\n        \"remarks\": \"\",\n        \"less_info\": false\n    },\n    \"reference_id\": \"Aadhaar07383\",\n    \"response_time\": \"2026-01-23T13:56:46\",\n    \"message\": \"Success\",\n    \"status\": \"Success\"\n}\n\n</code></pre>\n","_postman_id":"2e7b3451-c96d-4616-84f0-fa43585cca32"}],"id":"e6df1ba3-c410-4833-8732-ca6fce5060fa","_postman_id":"e6df1ba3-c410-4833-8732-ca6fce5060fa","description":""},{"name":"GST","item":[{"name":"GST","id":"dacd8cfc-de0c-441c-99cb-1d3a8fe7a644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/gst","urlObject":{"path":["facheck-authentication","gst"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"dacd8cfc-de0c-441c-99cb-1d3a8fe7a644"}],"id":"209b7cd0-6563-4eb4-b88b-0e0cc05ea87b","description":"<p>The <strong>GST Verification API</strong> provides detailed information about GST-registered entities, including business details, PAN, turnover, jurisdiction, and filing frequency. It is a reliable tool for compliance checks, due diligence, and validating business credentials.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>GST Number</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>filing_status_get</td>\n<td>Boolean</td>\n<td>filing_status details required or not</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"source\": \"23ARDCT2123Q1Z3\",\n  \"filing_status_get\":true  \n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"taxpayer_type\": \"Regular\",\n        \"business_name\": \"Globex Corporation\",\n        \"date_of_cancellation\": \"2025-01-01\",\n        \"einvoice_status\": false,\n        \"hsn_info\": {},\n        \"address\": \"6, NA, PAVALIAN STREET, SIVAKAASI, vlc-nagar, Telungana, 626123\",\n        \"nature_of_core_business_activity_code\": \"TRD:TRR\",\n        \"nature_of_core_business_activity_description\": \"Trader, Retailer\",\n        \"center_jurisdiction\": \"Commissionerate - MADURAI,Division - SIVAKASI,Range - SIVAKASI - I RANGE\",\n        \"constitution_of_business\": \"Partnership\",\n        \"gstin_status\": \"Active\",\n        \"gstin\": \"23ARDCT2123Q1Z3\",\n        \"filing_frequency\": [],\n        \"pan_number\": \"ABCTY1234D\",\n        \"filing_status\": [\n            [\n                {\n                    \"return_type\": \"GSTR1\",\n                    \"tax_period\": \"August\",\n                    \"financial_year\": \"2024-2025\",\n                    \"mode_of_filing\": \"ONLINE\",\n                    \"date_of_filing\": \"2024-09-10\",\n                    \"status\": \"Filed\"\n                }\n            ]\n        ],\n        \"state_jurisdiction\": \"State - Tamil Nadu,Division - VIRUDHUNAGAR,Zone - Sivakasi,Circle - SIVAKASI - II (Jurisdictional Office)\",\n        \"aadhaar_validation_date\": \"1800-01-01\",\n        \"address_details\": {},\n        \"field_visit_conducted\": \"No\",\n        \"legal_name\": \"Globex Corporation\",\n        \"date_of_registration\": \"2017-07-01\",\n        \"aadhaar_validation\": \"No\",\n        \"nature_bus_activities\": []\n    },\n    \"reference_id\": \"Gst2222246\",\n    \"response_time\": \"2026-01-23T14:29:55\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}\n\n</code></pre>\n","_postman_id":"209b7cd0-6563-4eb4-b88b-0e0cc05ea87b"},{"name":"Driving License","item":[{"name":"Driving License","id":"2d763525-0893-4fdc-8adc-2de9dc83298f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/driving-license","urlObject":{"path":["facheck-authentication","driving-license"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"2d763525-0893-4fdc-8adc-2de9dc83298f"}],"id":"9b858a82-19d5-4f23-b9b2-cba0016fbce1","description":"<p>The <strong>Driving License Information API</strong> provides verified details linked to a driving license number. It returns comprehensive information about the license holder, including their full name, permanent and temporary address, date of birth, profile image, blood group, and the issuing Regional Transport Office (RTO). This API is designed to support secure identity verification and compliance processes by delivering accurate and structured driving license data for use in financial, governmental, and business applications.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>License Number</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>String</td>\n<td>Date of Birth</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"source\": \"TN18AB98765432109\",\n  \"dob\":\"2000-01-01\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"gender\": \"Male\",\n        \"temporary_address\": \"3/2, Indira Nagar 4th Main Rd, Indira Nagar, Adyar, Chennai, Tamil Nadu 600020, India\",\n        \"initial_doi\": \"2019-10-25\",\n        \"vehicle_classes\": [],\n        \"permanent_address\": \"3/2, Indira Nagar 4th Main Rd, Indira Nagar, Adyar, Chennai, Tamil Nadu 600020, India\",\n        \"father_or_husband_name\": \"Edward\",\n        \"profile_image\": \"\",\n        \"has_image\": true,\n        \"ola_code\": \"TN18\",\n        \"state\": \"Tamil nadu\",\n        \"permanent_zip\": \"600065\",\n        \"less_info\": false,\n        \"citizenship\": \"IND\",\n        \"additional_check\": [],\n        \"license_number\": \"TN18AB98765432109\",\n        \"temporary_zip\": \"600065\",\n        \"ola_name\": \"RTO, POONAMALEE\",\n        \"transport_doi\": \"1800-01-01\",\n        \"dob\": \"2000-01-01\",\n        \"name\": \"Immanual E\",\n        \"transport_doe\": \"1800-01-01\",\n        \"blood_group\": \"A+\",\n        \"current_status\": \"Active\",\n        \"doe\": \"2041-03-27\",\n        \"doi\": \"2019-10-25\"\n    },\n    \"reference_id\": \"DrivingLicense7759256\",\n    \"response_time\": \"2026-01-23T14:52:16\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}\n\n</code></pre>\n","_postman_id":"9b858a82-19d5-4f23-b9b2-cba0016fbce1"},{"name":"CIN","item":[{"name":"CIN","id":"883d8f55-d129-4f1c-a44f-b456aace6ce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/cin","urlObject":{"path":["facheck-authentication","cin"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"883d8f55-d129-4f1c-a44f-b456aace6ce0"}],"id":"68b8ffd6-ff58-4a15-8be3-5ed64faa138c","description":"<p>The <strong>Corporate Identification Number (CIN) API</strong> enable key operations such as retrieving company details using a CIN, verifying the authenticity of a CIN, and converting company names to their corresponding CINs. These services support accurate company identification and streamline compliance and business processes.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>CIN Number</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"source\": \"X21230TN1947KLC004522\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"company_type\": \"Company\",\n        \"charges\": [],\n        \"company_id\": \"X21230TN1947KLC004522\",\n        \"company_name\": \"RED ROCK INDIA PRIVATE LIMITED\",\n        \"directors\": [],\n        \"company_info\": {\n            \"company_category\": \"Company limited by Shares\",\n            \"class_of_company\": \"Private\",\n            \"last_bs_date\": \"2013-09-30\",\n            \"company_sub_category\": \"Non-govt company\",\n            \"registered_address\": \"DIVYASREE GREENS,GR FLOOR,SY NOS.12/1 12/2A AND 13/1A, GHALLAGHATTA VILLAGE VARTHUR HOBLI, BANGALORE KA 560071 IN\",\n            \"registration_number\": \"032926\",\n            \"number_of_members\": \"2\",\n            \"active_compilance\": \"\",\n            \"cin\": \"X21230TN1947KLC004522\",\n            \"address_other_than_ro\": \"\",\n            \"listed_status\": \"Unlisted\",\n            \"suspended_at_stock\": \"\",\n            \"paid_up_capital\": \"2500000\",\n            \"last_agm_date\": \"2013-09-30\",\n            \"roc_code\": \"RoC-Bangalore\",\n            \"status_under_cirp\": \"\",\n            \"authorized_capital\": \"25000000\",\n            \"date_of_incorporation\": \"2003-11-27\",\n            \"company_status\": \"Amalgamated\",\n            \"email\": \"redrock@gmail.com\"\n        }\n    },\n    \"reference_id\": \"Cin8223556\",\n    \"response_time\": \"2026-01-23T14:31:59\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}\n\n</code></pre>\n","_postman_id":"68b8ffd6-ff58-4a15-8be3-5ed64faa138c"},{"name":"RC Services","item":[{"name":"RC","item":[{"name":"RC","id":"f7ca0196-fa5c-476f-a2ee-07caa204c433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/rc","urlObject":{"path":["facheck-authentication","rc"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f7ca0196-fa5c-476f-a2ee-07caa204c433"}],"id":"4b8d9415-9bda-45f8-8388-39db89baa5b1","description":"<p>This API provides detailed information about a registered vehicle in India, including the vehicle owner's name, registration details, vehicle specifications, insurance details, and more. It is useful for verifying vehicle ownership and obtaining essential information about a vehicle.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>RC Number</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"source\":\"TN13ZZ3828\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"national_permit_issuedby\": \"\",\n        \"vehicle_category\": \"2WN\",\n        \"permit_number\": \"\",\n        \"vehicle_category_description\": \"M-Cycle/Scooter(2WN)\",\n        \"rc_status\": \"ACTIVE\",\n        \"permanent_address\": \"NO 47,Chengalpattu ,Oddanchatram 600016\",\n        \"seat_capacity\": \"2\",\n        \"tax_upto\": \"\",\n        \"rto_code\": \"\",\n        \"maker_model\": \"APACHE RTR\",\n        \"manufacturing_date_format\": \"2019-11\",\n        \"body_type\": \"SOLO WITH PILLION\",\n        \"variant\": \"\",\n        \"fuel_type\": \"PETROL\",\n        \"sleeper_capacity\": \"0\",\n        \"non_use_form\": \"\",\n        \"owner_name\": \"Manyu\",\n        \"owner_number\": \"1\",\n        \"vehicle_gross_weight\": \"150\",\n        \"financed\": true,\n        \"black_list_status\": \"\",\n        \"father_name\": \"Singh\",\n        \"permit_valid_upto\": \"\",\n        \"cubic_capacity\": \"199.50\",\n        \"noc_details\": \"\",\n        \"date_of_registration\": \"2019-01-06\",\n        \"national_permit_upto\": \"\",\n        \"financer\": \"WHEELS EMI PVT LTD\",\n        \"tax_paid_upto\": \"2035-01-05\",\n        \"rc_number\": \"TN13ZZ3828\",\n        \"present_address\": \"NO 47,Chengalpattu ,Oddanchatram 600016\",\n        \"standing_capacity\": \"0\",\n        \"color\": \"Violet\",\n        \"maker_description\": \"TVS AUTO LTD\",\n        \"masked_name\": false,\n        \"manufacturing_date\": \"11/2019\",\n        \"insurance_company\": \"Abc General Insurance Limited\",\n        \"vehicle_chasis_number\": \"AD6T36FI3KCL55735\",\n        \"fit_upto\": \"2034-12-13\",\n        \"unladen_weight\": \"124\",\n        \"national_permit_number\": \"\",\n        \"pucc_number\": \"\",\n        \"permit_valid_from\": \"\",\n        \"insurance_upto\": \"\",\n        \"engine_number\": \"DACCKH28779\",\n        \"insurance_policy_number\": \"BBBA11224723910/00\",\n        \"no_of_cylinders\": \"2\",\n        \"less_info\": true,\n        \"registered_at\": \"Chengalpattu RTO, Tamil Nadu\",\n        \"wheel_base\": \"1363\",\n        \"permit_issue_date\": \"\",\n        \"challan_details\": \"\",\n        \"latest_by\": \"2024-03-05\",\n        \"permit_type\": \"\",\n        \"non_use_status\": \"\",\n        \"non_use_to\": \"\",\n        \"norms_type\": \"BHARAT STAGE VI\",\n        \"pucc_upto\": \"\",\n        \"mobile_number\": \"6385798277\"\n    },\n    \"reference_id\": \"Rc0268536\",\n    \"response_time\": \"2026-01-24T10:38:14\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}\n\n</code></pre>\n","_postman_id":"4b8d9415-9bda-45f8-8388-39db89baa5b1"},{"name":"RC LITE","item":[{"name":"RC-Lite","id":"5c200bf2-3622-4001-921e-23236b29a70f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-sureverification/rc-lite","urlObject":{"path":["facheck-sureverification","rc-lite"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"5c200bf2-3622-4001-921e-23236b29a70f"}],"id":"e9294f95-4b4b-4717-a1ae-754e04ef0089","description":"<p>This API provides essential information about a registered vehicle in India, including the vehicle owner's name, registration details, vehicle specifications, and status. It is a simplified version of the RC API, offering key details for quick reference.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>RC Number</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"source\":\"TN13ZZ3828\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"rc_number\": \"TN13ZZ3828\",\n        \"color\": \"White\",\n        \"vehicle_category\": \"2WN\",\n        \"permit_number\": \"\",\n        \"vehicle_category_description\": \"M-Cycle/Scooter(2WN)\",\n        \"maker_description\": \"TVS AUTO LTD\",\n        \"vehicle_chasis_number\": \"AD6T36FI3KCL55735\",\n        \"rc_status\": \"ACTIVE\",\n        \"fit_upto\": \"2034-12-13\",\n        \"unladen_weight\": \"124\",\n        \"national_permit_number\": \"\",\n        \"permit_valid_from\": \"\",\n        \"insurance_upto\": \"2030-12-17\",\n        \"maker_model\": \"APACHE RTR\",\n        \"engine_number\": \"DACCKH28779\",\n        \"body_type\": \"SOLO WITH PILLION\",\n        \"fuel_type\": \"PETROL\",\n        \"owner_name\": \"Raghav\",\n        \"permit_issue_date\": \"\",\n        \"owner_number\": \"6385798277\",\n        \"vehicle_gross_weight\": \"150\",\n        \"financed\": true,\n        \"norms_type\": \"BHARAT STAGE VI\",\n        \"pucc_upto\": \"\",\n        \"black_list_status\": \"\",\n        \"vehicle_class\": \"\",\n        \"date_of_registration\": \"2019-01-06\",\n        \"national_permit_upto\": \"\"\n    },\n    \"reference_id\": \"RcLite3182968\",\n    \"response_time\": \"2026-01-24T10:46:46\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}\n\n</code></pre>\n","_postman_id":"e9294f95-4b4b-4717-a1ae-754e04ef0089"}],"id":"af23e74b-a2ae-47dc-af89-cce80d4bbd66","_postman_id":"af23e74b-a2ae-47dc-af89-cce80d4bbd66","description":""},{"name":"Passport","item":[{"name":"Passport","id":"507ee47b-2f56-474b-be83-687ab3585e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/passport","urlObject":{"path":["facheck-authentication","passport"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"507ee47b-2f56-474b-be83-687ab3585e01"}],"id":"9d67d02c-82ba-4107-b408-012ae39bca40","description":"<p>The <strong>Passport API</strong> provides verified information associated with a passport number. It enables retrieval of key details such as the passport holder’s full name, date of birth , passport number etc.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>Passport File Number</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>String</td>\n<td>Date of Birth</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"source\":\"QR1062788231530\",\n    \"dob\":\"1999-12-31\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"file_number\": \"QR1062788231530\",\n        \"verification_message\": \"Passport has been dispatched on 2018-11-30\",\n        \"full_name\": \"Ankit Kumar Jha\",\n        \"application_type\": \"Normal\",\n        \"dob\": \"1999-12-31\",\n        \"passport_number\": \"S3000007\",\n        \"date_of_application\": \"2018-11-11\"\n    },\n    \"reference_id\": \"Passport8241149\",\n    \"response_time\": \"2026-01-24T11:00:33\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}\n\n</code></pre>\n","_postman_id":"9d67d02c-82ba-4107-b408-012ae39bca40"},{"name":"FSSAI","item":[{"name":"FSSAI","id":"7dc70f03-53fc-4d5f-bec6-8158c1f79668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-sureverification/fssai","urlObject":{"path":["facheck-sureverification","fssai"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"7dc70f03-53fc-4d5f-bec6-8158c1f79668"}],"id":"75841616-a77d-46ee-ab51-5a0f12d8e400","description":"<p>The <strong>FSSAI Verification API</strong> provides key information about a corporate entity’s registration with the Food Safety and Standards Authority of India (FSSAI). It validates license details to ensure compliance with food safety regulations, supporting transparency and due diligence in business operations.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>FSSAI Number</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"source\":\"12726001000042\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"id_number\": \"10240725106270622\",\n        \"details\": {\n            \"fbo_id\": 73,\n            \"ref_id\": 98765432,\n            \"pincode\": 12345,\n            \"app_type_desc\": \"New License Or New Registration\",\n            \"app_type\": \"N\",\n            \"license_category_name\": \"Registration\",\n            \"taluk_premises\": \"212259\",\n            \"status_desc\": \"Registration Certificate issued\",\n            \"taluk_name\": \"MUNICIPALITY\",\n            \"address_premises\": \"Kerala, 721602\",\n            \"display_ref_id\": \"10001207002500000\",\n            \"district_name\": \"canannore\",\n            \"app_submition_date\": \"2000-01-07\",\n            \"state_premises\": \"KL\",\n            \"district_premises\": \"010\",\n            \"company_name\": \"AK ENTERPRISE\",\n            \"last_updated_on\": \"2000-01-07\",\n            \"state\": \"Kerala\"\n        },\n        \"application_number\": \"11101207002500111\",\n        \"fssai_number\": \"12726001000042\"\n    },\n    \"reference_id\": \"Fssai3342574\",\n    \"response_time\": \"2026-01-24T10:54:54\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}\n\n</code></pre>\n","_postman_id":"75841616-a77d-46ee-ab51-5a0f12d8e400"},{"name":"Voter ID","item":[{"name":"Voter ID","id":"3ddcb254-a156-4400-8d79-1136d169579f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/voterid","urlObject":{"path":["facheck-authentication","voterid"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"3ddcb254-a156-4400-8d79-1136d169579f"}],"id":"379a8447-5f9e-4aa5-910d-a2ca8ba7904b","description":"<p>The <strong>Voter ID Information API</strong> delivers verified details linked to an Indian Voter ID. It provides comprehensive data such as the voter’s full name, date of birth, age, residential address (including house number, state, and district), assembly constituency details (name and number), and polling station information. This API is designed to support secure identity verification, compliance checks, and electoral data validation, ensuring accuracy and reliability in official and business processes.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>Voter ID</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"source\":\"KCL1920710\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"input_voter_id\": \"KCL1920710\",\n        \"st_code\": \"S22\",\n        \"gender\": \"Male\",\n        \"assembly_constituency_number\": \"170\",\n        \"rln_name_v2\": \"\",\n        \"rln_name_v1\": \"சரோஜா\",\n        \"relation_type\": \"Mother\",\n        \"rln_name_v3\": \"\",\n        \"name_v1\": \"எஸ். ராஜு\",\n        \"client_id\": \"\",\n        \"epic_no\": \"KCL1920710\",\n        \"name_v2\": \"\",\n        \"name_v3\": \"\",\n        \"ps_lat_long\": \"\",\n        \"last_update\": \"2024-06-18\",\n        \"state\": \"Tamil nadu\",\n        \"id\": \"41941114_TAL197892_T22\",\n        \"assembly_constituency\": \"Aranthangi\",\n        \"area\": \"(West Faced Middle Terraced Building) North Portion \",\n        \"parliamentary_name\": \"Sriperumbathur\",\n        \"multiple\": false,\n        \"parliamentary_constituency\": \"Ramanathapuram\",\n        \"additional_check\": \"[]\",\n        \"parliamentary_number\": \"10\",\n        \"dob\": \"1997-03-28\",\n        \"district\": \"Kancheepuram\",\n        \"name\": \"S.Raju\",\n        \"house_no\": \"2\",\n        \"part_number\": \"223\",\n        \"polling_station\": \"Panchayat Union Middle School - (West Faced Middle Terraced Building) North Portion\",\n        \"section_no\": \"1\",\n        \"slno_inpart\": \"755\",\n        \"relation_name\": \"Saroja\",\n        \"age\": \"26\",\n        \"part_name\": \"Panchayat Union Middle School - (West Faced Middle Terraced Building) North Portion\"\n    },\n    \"reference_id\": \"VoterId7775181\",\n    \"response_time\": \"2026-01-24T11:08:33\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}    \n\n</code></pre>\n","_postman_id":"379a8447-5f9e-4aa5-910d-a2ca8ba7904b"},{"name":"Bank Verification Services","item":[{"name":"Bank Verification","item":[{"name":"Bank verification","id":"90926a90-2919-4890-b5d3-b42510929ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/bankverify1","urlObject":{"path":["facheck-authentication","bankverify1"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"90926a90-2919-4890-b5d3-b42510929ddd"}],"id":"8584012e-b9ac-433e-b205-f7f1aab52953","description":"<p>The <strong>Bank Verification API</strong> enables users to verify both the validity of a bank account and its associated IFSC code. It confirms whether the account exists, provides detailed IFSC information, and shares relevant data about the corresponding bank branch. By doing so, it ensures accurate and reliable financial validation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>Account Number</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>ifsc_code</td>\n<td>String</td>\n<td>Ifsc Number</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>extended_data</td>\n<td>Integer (0/1)</td>\n<td>IFSC details, if required, must be included in the response</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"source\":\"173012200100374\",\n    \"ifsc_code\":\"ICIC0000014\",\n    \"extended_data\":1\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"full_name\": \"Baskar\",\n        \"account_exists\": true,\n        \"ifsc_details\": {\n            \"bank_code\": \"SBIN\",\n            \"address\": \"REDDY JANA SANGAR COMPLEX  1ST FLR SOUTH CAR ST  DISTT  THUTHUKUDI  TAMIL NADU 627907\",\n            \"city\": \"TOOTHUKUDI\",\n            \"micr_check\": true,\n            \"centre\": \"TOOTHUKUDI\",\n            \"branch\": \"VILATHIKULAM\",\n            \"upi\": true,\n            \"bank\": \"State Bank of India\",\n            \"imps\": true,\n            \"neft\": true,\n            \"district\": \"TOOTHUKUDI\",\n            \"contact\": \"\",\n            \"micr\": \"627002032\",\n            \"bank_name\": \"State Bank of India\",\n            \"id\": 1,\n            \"state\": \"TAMIL NADU\",\n            \"rtgs\": true,\n            \"ifsc\": \"ICIC0000014\",\n            \"iso3166\": \"IN-TN\",\n            \"swift\": \"\"\n        },\n        \"upi_id\": \"\",\n        \"remarks\": \"success\"\n    },\n    \"reference_id\": \"BankVerify7173889\",\n    \"response_time\": \"2026-01-27T09:55:20\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}    \n\n</code></pre>\n","_postman_id":"8584012e-b9ac-433e-b205-f7f1aab52953"},{"name":"Bank Pennydrop Verification","item":[{"name":"BAV Pennydrop verification","id":"f08874c3-665a-4a0d-a5c8-ce01ae03e177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/bank-pennyDrop","urlObject":{"path":["facheck-authentication","bank-pennyDrop"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f08874c3-665a-4a0d-a5c8-ce01ae03e177"},{"name":"Pennydrop Status Check","id":"5d69bd3a-51d1-4b7a-b5ba-cdf5e39c3f42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/pennyDrop/statusCheck","urlObject":{"path":["facheck-authentication","pennyDrop","statusCheck"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"5d69bd3a-51d1-4b7a-b5ba-cdf5e39c3f42"}],"id":"dfc401da-5953-4228-adcb-5d8a1e82ac52","description":"<p>The <strong>Penny Drop API</strong> is used to validate or process a transaction where a small amount (often referred to as a penny) is used to confirm the ownership of a bank account . This API is typically utilized when verifying account ownership is crucial, such as linking or confirming financial accounts.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>AccountNumber</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>ifsc_code</td>\n<td>String</td>\n<td>Ifsc Number</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Account holder name</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"source\":\"173012211100374\",\n    \"ifsc_code\":\"SB12348329\",\n    \"name\":\"Arjun Damodhar\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"transaction_id\": \"TNXOT1955489\",\n    \"result\": {\n        \"BankRRN\": \"123454944794\",\n        \"name_match_percentage\": 100,\n        \"BeneName\": \"Arjun Damodhar\"\n    },\n    \"reference_id\": \"BankVerificationPennydrop5347853\",\n    \"response_time\": \"2026-01-27T10:12:43\",\n    \"message\": \"Success\",\n    \"status\": \"Success\"\n}  \n\n</code></pre>\n<h2 id=\"pennydrop-status-check\">Pennydrop Status Check</h2>\n<p>The Pennydrop Status Check API is designed to monitor and validate the outcome of a penny drop transaction. It requires both the reference ID and transaction ID generated by the Penny Drop API to function. By using these identifiers, the API can track and provide details about the account where the penny was deposited.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reference_id</td>\n<td>String</td>\n<td>Reference ID from Pennydrop API</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>transaction_id</td>\n<td>String</td>\n<td>Transaction ID from Pennydrop API</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"input--1\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"reference_id\":\"BankVerificationPennydrop5347853\",\n    \"transaction_id\":\"TNXOT1955489\"\n}\n\n</code></pre>\n<h3 id=\"output-1\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"transaction_id\": \"TNXOT1955489\",\n    \"result\": {\n        \"RemMobile\": \"9283922290\",\n        \"Amount\": \"1\",\n        \"CheckStatusMessage\": \"Check Transaction Successful\",\n        \"BeneName\": \"Arjun Damodhar\",\n        \"BeneMobile\": \"\",\n        \"BeneAccNo\": \"\",\n        \"BeneIFSC\": \"SB12348329\",\n        \"RetailerCode\": \"rcode\",\n        \"CheckStatusCode\": \"0\",\n        \"BankRRN\": \"123454944794\",\n        \"TranDateTime\": \"05-07-2025 19:06:59\",\n        \"RemName\": \"DESK NINE PRIVATE LIMITED\",\n        \"PaymentRef\": \"FTTransferP7\",\n        \"BeneMMID\": \"0000000\"\n    },\n    \"reference_id\": \"BankVerificationPennydrop5347853\",\n    \"response_time\": \"2026-01-27T10:16:52\",\n    \"message\": \"Success\",\n    \"status\": \"Success\"\n}   \n\n</code></pre>\n","_postman_id":"dfc401da-5953-4228-adcb-5d8a1e82ac52"}],"id":"4ed93ada-8d5f-4d59-ab99-a466f52d0a8b","_postman_id":"4ed93ada-8d5f-4d59-ab99-a466f52d0a8b","description":""},{"name":"Fastag","item":[{"name":"Fastag","id":"61f5966a-c901-401e-a018-4755efdeb4d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-sureverification/fastag","urlObject":{"path":["facheck-sureverification","fastag"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"61f5966a-c901-401e-a018-4755efdeb4d0"}],"id":"38efc057-1822-4e79-bf79-9eae97d89157","description":"<p>This API enables verification of a specific Fastag account by retrieving relevant account details. Fastag is a digital toll payment system in India designed to streamline highway toll collection. By validating Fastag information, the API ensures secure and seamless toll transactions.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>RC Number</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"source\":\"TN13AH3827\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"rc_number\": \"TN13AH3827\",\n        \"bank_name\": \"HDFC\",\n        \"tag_id\": \"34161AB100328HI07028Z620\",\n        \"status\": \"Closed / Replaced\"\n    },\n    \"reference_id\": \"Fastag6140825\",\n    \"response_time\": \"2026-01-27T10:28:20\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}   \n\n</code></pre>\n","_postman_id":"38efc057-1822-4e79-bf79-9eae97d89157"},{"name":"UPI Verification Services","item":[{"name":"UPI Verification","item":[{"name":"UPI","id":"f4f07959-4659-4a12-a4bc-2d37b5e48ee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-sureverification/upi","urlObject":{"path":["facheck-sureverification","upi"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f4f07959-4659-4a12-a4bc-2d37b5e48ee8"}],"id":"9066a215-b667-4978-85a7-31bc7b0b0485","description":"<p>The <strong>UPI Verification API</strong> enables users to validate the authenticity of a UPI ID (Unified Payments Interface). It confirms whether the provided UPI ID is active and correctly linked to the associated bank account. By ensuring accurate verification, the API helps prevent transaction errors and supports secure digital payments.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>UPI ID</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"source\":\"9082136708@oksbi\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"full_name\": \"Palmer C\",\n        \"account_exists\": true,\n        \"upi_id\": \"9082136708@oksbi\",\n        \"remarks\": \"Valid UPI\"\n    },\n    \"reference_id\": \"Upi8604392\",\n    \"response_time\": \"2026-01-27T12:06:42\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}  \n\n</code></pre>\n","_postman_id":"9066a215-b667-4978-85a7-31bc7b0b0485"},{"name":"Mobile to UPI","item":[{"name":"Mobile to UPI","id":"4dc0bf7f-a38d-4465-b838-87040ec9f782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-authentication/mobileToUPI","urlObject":{"path":["facheck-authentication","mobileToUPI"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"4dc0bf7f-a38d-4465-b838-87040ec9f782"}],"id":"7bf6eef8-6e10-49b6-bae9-662bbd1e6dc4","description":"<p>The <strong>Mobile to UPI</strong> Service API retrieves all UPI IDs linked to a specific mobile number. It provides a complete list of associated UPI handles, ensuring accurate identification of accounts connected to that number. This helps streamline digital payment processes and enhances security by validating UPI associations.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>Mobile Number</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"source\":\"9082136708\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"mobile_number\": \"9082136708\",\n        \"upi_id\": \"9082136708@oksbi\"\n    },\n    \"reference_id\": \"MobileToUpi5760335\",\n    \"response_time\": \"2026-01-27T10:54:05\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}\n\n</code></pre>\n","_postman_id":"7bf6eef8-6e10-49b6-bae9-662bbd1e6dc4"}],"id":"8ef7423f-6404-4536-8d0a-1203a49f114f","_postman_id":"8ef7423f-6404-4536-8d0a-1203a49f114f","description":""},{"name":"ITR Compilance","item":[{"name":"ITR Compilance","id":"8b581665-8fbd-43b5-a47b-96aa9ac1f3e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-sureverification/itrcompilance-check","urlObject":{"path":["facheck-sureverification","itrcompilance-check"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"8b581665-8fbd-43b5-a47b-96aa9ac1f3e6"}],"id":"13cc9a57-373e-42d1-9f07-3225a164f2eb","description":"<p>The <strong>ITR (Income Tax Return) Compliance Check API</strong> helps users evaluate the tax compliance status of an individual or entity. By submitting relevant details, it retrieves key information linked to PAN (Permanent Account Number) compliance. This ensures accurate assessment of tax obligations and regulatory adherence.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>Pan Number</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"source\":\"QOXZY2026X\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"validated_data\": {\n        \"pan_number\": \"QOXZY2026X\",\n        \"valid_pan\": true,\n        \"pan_allotment_date\": \"2019-09-20\",\n        \"complaint\": \"true\",\n        \"masked_name\": \"ABHXXXEK RAXXEV\",\n        \"pan_aadhaar_linked\": \"linked\",\n        \"pan_status\": \"operative\",\n        \"specified_person_under_206\": \"no\"\n    },\n    \"reference_id\": \"ItrCompilance5889135\",\n    \"response_time\": \"2026-01-27T14:52:46\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}  \n\n</code></pre>\n","_postman_id":"13cc9a57-373e-42d1-9f07-3225a164f2eb"},{"name":"OCR Based Services","item":[{"name":"Pan OCR","item":[{"name":"Pan Advanced","item":[{"name":"Pan OCR Advanced","id":"76c2ed3b-ddd6-4490-8f3d-1b28bfacaa50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"/facheck-ocr/panOcr-advanced","urlObject":{"path":["facheck-ocr","panOcr-advanced"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"76c2ed3b-ddd6-4490-8f3d-1b28bfacaa50"}],"id":"d8e21cf4-8923-4e3b-9059-be245fd9da20","description":"<p><strong>PAN Advanced OCR</strong> verification provides a more comprehensive extraction of information compared to standard PAN OCR, capturing not only the PAN number, name, and date of birth but also additional document attributes for enhanced accuracy. The request input must be submitted as form data, with the PAN card image securely transmitted in a multipart/form-data payload to ensure precise parsing and reliable identity validation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>file</td>\n<td>MultipartFile  <br /><strong>(Max : 2 MB)</strong></td>\n<td>Pan Image  <br /><strong>(Content Type:</strong> <strong>\"image/jpeg\", \"image/png\", \"image/jpg\", \"application/pdf\"</strong> <strong>)</strong></td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"result\": {\n        \"extracted_data\": {\n            \"pan_number\": \"ZAQDR8876X\",\n            \"father_name\": \"John S\",\n            \"dob\": \"21/01/1955\",\n            \"name\": \"Joel\"\n        },\n        \"data_match_aggregate\": 97,\n        \"validated_data\": {\n            \"pan_number\": \"ZAQDR8876X\",\n            \"full_name\": \"Joel J\",\n            \"aadhaar_seeding_status\": \"\",\n            \"category\": \"Individual\"\n        },\n        \"valid_pan\": true,\n        \"data_match\": {\n            \"pan_number\": 100,\n            \"full_name\": 94\n        }\n    },\n    \"reference_id\": \"PanOcrAdvanced1355851\",\n    \"response_time\": \"2026-02-04T12:04:15\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}  \n\n</code></pre>\n","_postman_id":"d8e21cf4-8923-4e3b-9059-be245fd9da20"}],"id":"5a9c76d5-c13f-4091-8bf1-ba54e83934e1","_postman_id":"5a9c76d5-c13f-4091-8bf1-ba54e83934e1","description":""},{"name":"GST OCR","item":[{"name":"GST Advanced","item":[{"name":"GST OCR Advanced","id":"f8b28cd5-00cf-4ffd-b587-d86741a04b40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"/facheck-ocr/gstOcr-advanced","urlObject":{"path":["facheck-ocr","gstOcr-advanced"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f8b28cd5-00cf-4ffd-b587-d86741a04b40"}],"id":"eb265740-ca75-46cc-81b1-5c14ace65559","description":"<p><strong>GST Advanced</strong> OCR verification delivers a more detailed and structured extraction compared to standard GST OCR, capturing not only the GSTIN, business name, and registration details but also additional attributes such as address information, certificate issue date, and classification fields for improved accuracy. The request input must be submitted as form data, with the GST certificate image securely transmitted in a multipart/form-data payload to ensure precise parsing and reliable identity validation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>file</td>\n<td>MultipartFile  <br /><strong>(Max : 2 MB)</strong></td>\n<td>GST Image  <br /><strong>(Content Type:</strong> <strong>\"image/jpeg\", \"image/png\", \"image/jpg\", \"application/pdf\"</strong> <strong>)</strong></td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"result\": {\n        \"extracted_data\": {\n            \"taxpayer_type\": \"Regular\",\n            \"business_name\": \"Younique Enterprises\",\n            \"address\": [\n                \"Ground Floor,No.9, St.Peter berg chennai\",\n                \"Nagar, Chennai, Tamil Nadu, 600077\"\n            ],\n            \"constitution_of_business\": \"Private Limited Company\",\n            \"date_of_registration\": \"2018-08-02\",\n            \"gstin\": \"33CXZCB2854FTUY\",\n            \"trade_name\": \"Younique Enterprises\",\n            \"doi\": \"20/11/2019\"\n        },\n        \"data_match_aggregate\": 100,\n        \"validated_data\": {\n            \"taxpayer_type\": \"Regular\",\n            \"business_name\": \"Younique Enterprises\",\n            \"nature_of_business_activity\": [\n                \"Others\"\n            ],\n            \"address\": {\n                \"building_name\": \"\",\n                \"door_number\": \"Ground Floor,No.9, \",\n                \"street\": \"Nagar, Chennai, Tamil Nadu, 600077\",\n                \"pin_code\": \"600032\",\n                \"location\": \"kangal\",\n                \"floor_number\": \"Ground Floor,No.9, \",\n                \"state\": \"Tamil Nadu\",\n                \"full_address\": \"Ground Floor,No.9, St.Peter berg nagar, Chennai, Tamil Nadu, 600077\",\n                \"splitAddress\": {\n                    \"building_name\": \"\",\n                    \"pincode\": \"600032\",\n                    \"city\": \"\",\n                    \"flat_number\": \"Ground Floor\",\n                    \"street\": \"Ground Floor,No.9, St.Peter berg nagar\",\n                    \"district\": \"\",\n                    \"latitude\": \"\",\n                    \"location\": \"kangal\",\n                    \"state\": \"Tamil Nadu\",\n                    \"building_number\": \"Ground Floor,No.9\",\n                    \"longitude\": \"\"\n                }\n            },\n            \"state_jurisdiction\": \"kangal\",\n            \"center_jurisdiction\": \"RANGE III\",\n            \"constitution_of_business\": \"Private Limited\",\n            \"gstin_status\": \"Active\",\n            \"legal_name\": \"Younique Enterprises\",\n            \"date_of_registration\": \"2018-08-02\",\n            \"gstin\": \"33CXZCB2854FTUY\",\n            \"additional_address_array\": [\n                {\n                    \"address\": \"Ground Floor,No.9, St.Peter berg nagar, Chennai, Tamil Nadu, 600077\",\n                    \"split_address\": {\n                        \"building_name\": \"Offset Printers\",\n                        \"pincode\": \"600024\",\n                        \"city\": \"\",\n                        \"flat_number\": \"2nd floor\",\n                        \"street\": \"Ar Road, NK Salai\",\n                        \"district\": \"Chennai\",\n                        \"latitude\": \"13.052735\",\n                        \"location\": \"Chennai\",\n                        \"state\": \"Tamil Nadu\",\n                        \"building_number\": \"24/379\",\n                        \"longitude\": \"80.2206800000001\"\n                    }\n                }\n            ]\n        },\n        \"valid_gstn\": true,\n        \"data_match\": {\n            \"taxpayer_type\": 100,\n            \"business_name\": 100,\n            \"legal_name\": 100,\n            \"date_of_registration\": 100,\n            \"gstin\": 100\n        }\n    },\n    \"reference_id\": \"GstOcrAdvanced5910318\",\n    \"response_time\": \"2026-02-04T15:04:45\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}  \n\n</code></pre>\n","_postman_id":"eb265740-ca75-46cc-81b1-5c14ace65559"}],"id":"bdc9948f-e447-43bc-a538-b99958552010","_postman_id":"bdc9948f-e447-43bc-a538-b99958552010","description":""},{"name":"Passport OCR","item":[{"name":"Passport Advanced","item":[{"name":"Passport OCR Advanced","id":"a20d142d-33f8-444c-b51b-0e5daf2b7aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","value":null},{"key":"back","type":"file","uuid":"c2e0467d-f596-4149-bda6-89848665e17a","value":null}]},"url":"/facheck-ocr/passportOcr-advanced","urlObject":{"path":["facheck-ocr","passportOcr-advanced"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a20d142d-33f8-444c-b51b-0e5daf2b7aba"}],"id":"225e8e01-158b-4dca-b850-d58a1a6fa57c","description":"<p><strong>Passport Advanced OCR</strong> verification provides a more comprehensive extraction compared to standard Passport OCR, capturing not only the basic fields such as passport number, holder’s name, nationality, and date of birth, but also additional attributes like place of issue, expiry date, and machine-readable zone (MRZ) details for enhanced accuracy. The request input must be submitted as form data, with the passport image securely transmitted in a multipart/form-data payload to ensure precise parsing and reliable identity validation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>front</td>\n<td>MultipartFile  <br /><strong>(Max : 2 MB)</strong></td>\n<td>Passport Image front side  <br /><strong>(Content Type:</strong> <strong>\"image/jpeg\", \"image/png\", \"image/jpg\", \"application/pdf\"</strong> <strong>)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>back</td>\n<td>MultipartFile  <br /><strong>(Max : 2 MB)</strong></td>\n<td>Passport Image back side  <br /><strong>(Content Type:</strong> <strong>\"image/jpeg\", \"image/png\", \"image/jpg\", \"application/pdf\"</strong> <strong>)</strong></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"result\": {\n        \"extracted_data\": {\n            \"address\": \"M G Radhakrishanan Road, Thycaud, near Shasta Temple, Thiruvananthapuram, Kerala 695014, India\",\n            \"gender\": \"Male\",\n            \"fathers_or_gaurdians_name\": \"Sidharth\",\n            \"place_of_issue\": \"Thiruvananthapuram\",\n            \"place_of_birth\": \"Kerala\",\n            \"file_number\": \"AK0132200103280\",\n            \"profile_image\": \"iVBORw0KGgoAAAANSUhEUgAAAs8AAAH2CAIAAAAAjfYYAAAgAElEQVR\",\n            \"mothers_name\": \"Devaki\",\n            \"nationality\": \"Ind\",\n            \"surname\": \"Sidharth\",\n            \"dob\": \"28/03/2001\",\n            \"passport_number\": \"Z1011079\",\n            \"name\": \"Arjun S\"\n        },\n        \"data_match_aggregate\": 96,\n        \"validated_data\": {\n            \"file_number\": \"AK0132200103280\",\n            \"full_name\": \"Arjun S\",\n            \"dob\": \"2001-03-28\",\n            \"passport_number\": \"Z1011079\",\n            \"date_of_application\": \"2024-07-19\"\n        },\n        \"data_match\": {\n            \"file_number\": 94,\n            \"full_name\": 100,\n            \"dob\": 96,\n            \"passport_number\": 94\n        },\n        \"valid_passport\": true\n    },\n    \"reference_id\": \"PassportOcrAdvan3044864\",\n    \"response_time\": \"2026-02-04T15:07:10\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}  \n\n</code></pre>\n","_postman_id":"225e8e01-158b-4dca-b850-d58a1a6fa57c"}],"id":"87ffdcd8-e218-4ea7-b2cb-1dcdd2148898","_postman_id":"87ffdcd8-e218-4ea7-b2cb-1dcdd2148898","description":""},{"name":"Voter ID OCR","item":[{"name":"Voter ID Advanced","item":[{"name":"Voter ID OCR Advanced","id":"87feb8d9-56e4-4568-a387-e4fefc0cf623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","value":null},{"key":"back","type":"file","uuid":"c2e0467d-f596-4149-bda6-89848665e17a","value":null}]},"url":"/facheck-ocr/voterIdOcr-advanced","urlObject":{"path":["facheck-ocr","voterIdOcr-advanced"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"87feb8d9-56e4-4568-a387-e4fefc0cf623"}],"id":"ec587155-5aa2-4db2-9ef9-63c6eddfbc7c","description":"<p><strong>Voter ID Advanced OCR</strong> verification offers a more detailed extraction compared to standard Voter ID OCR, capturing not only the voter ID number, holder’s name, gender, and date of birth, but also additional attributes such as address information, electoral constituency, and issue/expiry details for improved accuracy. The request input must be submitted as form data, with the voter ID image securely transmitted in a multipart/form-data payload to ensure precise parsing and reliable identity validation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>front</td>\n<td>MultipartFile  <br /><strong>(Max : 2 MB)</strong></td>\n<td>Voter Image front side  <br /><strong>(Content Type:</strong> <strong>\"image/jpeg\", \"image/png\", \"image/jpg\", \"application/pdf\"</strong> <strong>)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>back</td>\n<td>MultipartFile  <br /><strong>(Max : 2 MB)</strong></td>\n<td>Voter Image back side  <br /><strong>(Content Type:</strong> <strong>\"image/jpeg\", \"image/png\", \"image/jpg\", \"application/pdf\"</strong> <strong>)</strong></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"result\": {\n        \"extracted_data\": {\n            \"profile_image\": \"\",\n            \"address\": [\n                \"33/22, 22/29JSS STREET NEAR AK\",\n                \"SCHOOL CHUMPET AMBADI, VADIK\",\n                \"635751, Tirur\"\n            ],\n            \"gender\": \"M\",\n            \"dob\": \"\",\n            \"fathers_or_mothers_or_husbands_name\": \"Karthik\",\n            \"name\": \"AK Manyu\",\n            \"voter_id_number\": \"UAA0449007\",\n            \"age\": \"28\"\n        },\n        \"data_match_aggregate\": 63,\n        \"validated_data\": {\n            \"input_voter_id\": \"UAA0449007\",\n            \"st_code\": \"S22\",\n            \"gender\": \"M\",\n            \"assembly_constituency_number\": \"47\",\n            \"rln_name_v2\": \"\",\n            \"rln_name_v1\": \"கார்த்திக்\",\n            \"relation_type\": \"FTHR\",\n            \"rln_name_v3\": \"\",\n            \"name_v1\": \"ஏ.கே.மன்யு\",\n            \"epic_no\": \"UAA0449007\",\n            \"name_v2\": \"ஏ.கே.மன்யு\",\n            \"name_v3\": \"\",\n            \"ps_lat_long\": \"\",\n            \"last_update\": \"2024-01-10\",\n            \"state\": \"Tamil Nadu\",\n            \"id\": \"68857139_UAA0449007_S22\",\n            \"assembly_constituency\": \"Ambadi\",\n            \"area\": \"SCHOOL CHUMPET AMBADI, VADIK, Northern Building Class Room 3 rd, Facing West, ambadi Town 635751\",\n            \"parliamentary_name\": \"Tirur\",\n            \"multiple\": false,\n            \"parliamentary_constituency\": \"Tirur\",\n            \"additional_check\": [],\n            \"parliamentary_number\": \"8\",\n            \"dob\": \"\",\n            \"district\": \"Tirur\",\n            \"name\": \"AK Manyu\",\n            \"house_no\": \"\",\n            \"polling_station\": \"SCHOOL CHUMPET AMBADI, VADIK,\",\n            \"part_number\": \"62\",\n            \"section_no\": \"1\",\n            \"slno_inpart\": \"588\",\n            \"relation_name\": \"Karthik\",\n            \"age\": \"32\",\n            \"part_name\": \"SCHOOL CHUMPET AMBADI, VADIK, Northern Building Class Room 3 rd, Facing West, ambadi Town 635751\"\n        },\n        \"valid_voterID\": true,\n        \"data_match\": {\n            \"gender\": 100,\n            \"dob\": 0,\n            \"name\": 83,\n            \"voterid_number\": 100,\n            \"age\": 0,\n            \"relation\": 100\n        }\n    },\n    \"reference_id\": \"VoterIdOcrAdvan0891897\",\n    \"response_time\": \"2026-02-04T15:08:14\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}\n\n</code></pre>\n","_postman_id":"ec587155-5aa2-4db2-9ef9-63c6eddfbc7c"}],"id":"983c2d4f-c742-4b29-9f77-1f827a4deeb5","_postman_id":"983c2d4f-c742-4b29-9f77-1f827a4deeb5","description":""},{"name":"Driving License OCR","item":[{"name":"Driving License Advanced","item":[{"name":"DL OCR Advanced","id":"1023ecd6-6729-489e-9ffd-7fd952dfc87f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","value":null},{"key":"back","type":"file","uuid":"500ee201-0c0e-4ddf-9cab-2c47b24854ef","value":null}]},"url":"/facheck-ocr/drivingLicenseOcr-advanced","urlObject":{"path":["facheck-ocr","drivingLicenseOcr-advanced"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"1023ecd6-6729-489e-9ffd-7fd952dfc87f"}],"id":"9da62553-9771-473f-8b26-12a25c15ba1c","description":"<p><strong>Driving License Advanced OCR</strong> verification provides a more comprehensive extraction compared to standard Driving License OCR, capturing not only the license number, holder’s name, and date of birth, but also additional attributes such as address details, issue date, expiry date, and classification fields for improved accuracy. The request input must be submitted as form data, with the driving license image securely transmitted in a multipart/form-data payload to ensure precise parsing and reliable identity validation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>front</td>\n<td>MultipartFile  <br /><strong>(Max : 2 MB)</strong></td>\n<td>DL Image front side  <br /><strong>(Content Type:</strong> <strong>\"image/jpeg\", \"image/png\", \"image/jpg\", \"application/pdf\"</strong> <strong>)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>back</td>\n<td>MultipartFile  <br /><strong>(Max : 2 MB)</strong></td>\n<td>DL Image back side  <br /><strong>(Content Type:</strong> <strong>\"image/jpeg\", \"image/png\", \"image/jpg\", \"application/pdf\"</strong> <strong>)</strong></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"result\": {\n        \"extracted_data\": {\n            \"profile_image\": \"\",\n            \"dl_number\": \"AP03 20212221462\",\n            \"valid_till\": \"2032-07-17\",\n            \"address\": \"\",\n            \"dob\": \"1998-04-18\",\n            \"name\": \"Basil\",\n            \"fathers_or_gaurdians_name\": \"\"\n        },\n        \"data_match_aggregate\": 66,\n        \"validated_data\": {\n            \"gender\": \"X\",\n            \"temporary_address\": \"Sngr, Pendurthy, 32, V Road, V Road, Visakhapatnam, Andhra Pradesh 530020, India\",\n            \"citizenship\": \"\",\n            \"additional_check\": [],\n            \"vehicle_classes\": [\n                \"LMV\",\n                \"MCWG\"\n            ],\n            \"initial_doi\": \"2021-01-19\",\n            \"permanent_address\": \"Sngr, Pendurthy, 32, V Road, V Road, Visakhapatnam, Andhra Pradesh 530020, India\",\n            \"license_number\": \"MH03 20212221462\",\n            \"temporary_zip\": \"530020\",\n            \"father_or_husband_name\": \"Chris\",\n            \"ola_name\": \"RTO TELUNGANA (EAST), KASTURI NAGAR\",\n            \"has_image\": true,\n            \"transport_doi\": \"1800-01-01\",\n            \"dob\": \"1998-04-18\",\n            \"name\": \"Rashford\",\n            \"transport_doe\": \"1800-01-01\",\n            \"blood_group\": \"AB+\",\n            \"current_status\": \"\",\n            \"ola_code\": \"AP03\",\n            \"state\": \"TELUNGANA\",\n            \"doe\": \"2032-07-17\",\n            \"permanent_zip\": \"530020\",\n            \"doi\": \"2021-01-19\",\n            \"less_info\": false\n        },\n        \"valid_driving_licence\": true,\n        \"data_match\": {\n            \"father_or_husband_name\": 0,\n            \"dl_number\": 100,\n            \"valid_till\": 100,\n            \"dob\": 100,\n            \"name\": 100\n        }\n    },\n    \"reference_id\": \"DlOcrAdvanced8453633\",\n    \"response_time\": \"2026-02-04T15:06:08\",\n    \"message\": \"Success\",\n    \"status\": \"success\"\n}  \n\n</code></pre>\n","_postman_id":"9da62553-9771-473f-8b26-12a25c15ba1c"}],"id":"0e6df789-ca53-4398-b9c8-3bbbd097604f","_postman_id":"0e6df789-ca53-4398-b9c8-3bbbd097604f","description":""},{"name":"Face Match","item":[{"name":"Face Match","id":"bedd2925-96d0-4877-b7c0-c593bdd763dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-ocr/faceMatch","urlObject":{"path":["facheck-ocr","faceMatch"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"bedd2925-96d0-4877-b7c0-c593bdd763dc"}],"id":"c842f9c0-7b67-462d-aa84-c703db3ae580","description":"<p>The <strong>Face Match API</strong> accepts a document in Base64 format along with the latest photo of its owner, performs facial comparison, and returns a match percentage. This helps validate the authenticity of the submitted document.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>document_image</td>\n<td>String</td>\n<td>KYC Document as <strong>Base64</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>document_image_format</td>\n<td>String</td>\n<td>Document extension type <strong>(e.g., JPEG, JPG, PNG)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>document_type</td>\n<td>String</td>\n<td>Type of KYC document submitted <strong>(e.g., PAN, Aadhaar, Driving License)</strong></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>user_image</td>\n<td>String</td>\n<td>Current Image of the KYC Holder in <strong>Base64</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>user_image_format</td>\n<td>String</td>\n<td>KYC Holder Image extension type <strong>(e.g., JPEG, JPG, PNG)</strong></td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"document_image\":\"/9j/4AAQSkZJRgABAQEAYABgAAD\",\n    \"document_image_format\":\"JPEG\",\n    \"document_type\":\"PAN\",\n    \"user_image\":\"6/9oADAMBAAIRAxEAPwD9\",\n    \"user_image_format\":\"JPG\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"reference_id\": \"FaceMatch6994172\",\n    \"response_time\": \"2026-02-09T12:43:38\",\n    \"message\": \"The facial match processed successfully\",\n    \"facial_match_percentage\": 100,\n    \"status\": \"Success\"\n}\n\n</code></pre>\n","_postman_id":"c842f9c0-7b67-462d-aa84-c703db3ae580"}],"id":"d5b5140f-b819-4e9d-87b1-3f5afbfb0b35","description":"<p>Our OCR-based KYC verification service is designed to integrate seamlessly into enterprise workflows, providing automated document parsing and identity validation with high accuracy. The system employs advanced Optical Character Recognition algorithms to extract structured data fields (e.g., name, date of birth, document number) from uploaded identity documents, followed by validation against compliance rules and fraud detection checks. For API integration, the request input must be passed as form data, ensuring that document images (JPEG/PNG/PDF) and associated metadata are securely transmitted in a multipart/form-data payload. This architecture supports scalable onboarding pipelines, reduces manual intervention, and enforces regulatory compliance while maintaining data integrity and security.</p>\n","_postman_id":"d5b5140f-b819-4e9d-87b1-3f5afbfb0b35"},{"name":"Digital Documentation","item":[{"name":"E Stamp","item":[{"name":"E Stamp","id":"4dcb7a5a-624c-4892-a9ac-cfe4e99e00a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-digitalDocumentation/estamp/requestStampPaper","urlObject":{"path":["facheck-digitalDocumentation","estamp","requestStampPaper"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"4dcb7a5a-624c-4892-a9ac-cfe4e99e00a8"}],"id":"c43a72cd-549c-44bc-9714-18c00ac3256f","description":"<p>The <strong>Estamp API</strong> enables submission of a document along with stamp-related details for processing. Once the request is made, the API attaches the stamp to the submitted document. The stamped document is then returned in the response, ensuring secure and validated documentation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>content</td>\n<td><em><strong>Base64</strong></em> String</td>\n<td>Document in Base64 format in which the stamp should be attached</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>first_party_name</td>\n<td>String</td>\n<td>Name of first Party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>second_party_name</td>\n<td>String</td>\n<td>Name of Second Party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>duty_payer_phone_number</td>\n<td>String  <br /><strong>(length = 10)</strong></td>\n<td>Phone number of the stamp duty paying party for the  <br />requested stamp paper</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>duty_payer_email_id</td>\n<td>String</td>\n<td>Email address of the stamp duty paying party  <br />for the requested stamp paper.  <br /><strong>(Should contain dot (.) and @)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>duty_payer_email_cc</td>\n<td>String</td>\n<td>CC email address(es) associated with the duty payer for e‑stamp communications  <br /><strong>(Should contain dot (.) and @)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>send_payment_link</td>\n<td>Boolean</td>\n<td>If the payment link has to be shared</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(first_party_address)</strong> street_address</td>\n<td>String  <br /><strong>(Min : 3 - Max: 200)</strong></td>\n<td>Street Address of the first party.  <br /><strong>(hyphen(-), comma (,), dot (.), colon (:), forward slash  <br />(/), and space are allowed)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(first_party_address)</strong> locality</td>\n<td>String  <br /><strong>(Max:100)</strong></td>\n<td>Locality of the first party  <br /><strong>(hyphen(-), comma (,), dot (.), colon (:), forward slash  <br />(/), and space are allowed)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(first_party_address)</strong> city</td>\n<td>String  <br /><strong>(Max:30)</strong></td>\n<td>City name of first party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(first_party_address)</strong> state</td>\n<td>String</td>\n<td><strong>State Code</strong> of first party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(first_party_address)</strong> pincode</td>\n<td>String  <br /><strong>(Length=6)</strong></td>\n<td>Pincode of first party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(first_party_address)</strong> country</td>\n<td>String</td>\n<td>Country name of firs</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(second_party_address)</strong> street_address</td>\n<td>String  <br /><strong>(Min : 3 - Max: 200)</strong></td>\n<td>Street Address of the second party.  <br /><strong>(hyphen(-), comma (,), dot (.), colon (:), forward slash  <br />(/), and space are allowed)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(second_party_address)</strong> locality</td>\n<td>String  <br /><strong>(Max:100)</strong></td>\n<td>Locality of the second party  <br /><strong>(hyphen(-), comma (,), dot (.), colon (:), forward slash  <br />(/), and space are allowed)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(second_party_address)</strong> city</td>\n<td>String  <br /><strong>(Max:30)</strong></td>\n<td>City name of second party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(second_party_address)</strong> state</td>\n<td>String</td>\n<td><strong>State Code</strong> of second party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(second_party_address)</strong> pincode</td>\n<td>String  <br /><strong>(Length=6)</strong></td>\n<td>Pincode of second party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>stamp_amount</td>\n<td>String  <br /><strong>(Max length =7)</strong></td>\n<td>Denomination of the Stamp Paper requested  <br /><strong>(Should not accept value \"0\")</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>consideration_amount</td>\n<td>String  <br /><strong>(Max length =10)</strong></td>\n<td>Consideration Amount refers to the value of the  <br />Agreement.  <br /><strong>(Should not accept value \"0\")</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>stamp_state</td>\n<td>String</td>\n<td>This refers to the State of stamp paper  <br /><strong>(Use State code)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>stamp_type</td>\n<td>String</td>\n<td><strong>SHCIL</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>stamp_duty_paid_by</td>\n<td>String</td>\n<td><strong>First Party</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>document_category</td>\n<td>String</td>\n<td>document_category is the type of document that can be  <br />digitally stamped</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>document_reference_no</td>\n<td>String  <br /><strong>(Max length=20)</strong></td>\n<td>This contains the reference number for the document.</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"content\": \"JVBERiMNCiXi48TDQoN\",\n    \"first_party_name\": \"Younique Tecnologies\",\n    \"second_party_name\": \"Sheen Tech\",\n    \"duty_payer_phone_number\": \"9892922920\",\n    \"duty_payer_email_id\": \"younique@gmail.com\",\n    \"duty_payer_email_cc\": \"sheentech@gmail.com\",\n    \"send_payment_link\": false,\n    \"first_party_address\": {\n        \"street_address\": \"17 Sunrise Avenue\",\n        \"locality\": \"Shivaji Nagar\",\n        \"city\": \"Chennai\",\n        \"state\": \"TN\",\n        \"pincode\": \"411016\",\n        \"country\": \"India\"\n    },\n    \"second_party_address\": {\n        \"street_address\": \"42 Lakeview Road\",\n        \"locality\": \"Green Park\",\n        \"city\": \"Cannannore\",\n        \"state\": \"KL\",\n        \"pincode\": \"452001\"\n    },\n    \"stamp_amount\": \"100\",\n    \"consideration_amount\": \"1000\",\n    \"stamp_state\": \"DL\",\n    \"stamp_type\": \"shcil\",\n    \"stamp_duty_paid_by\": \"First Party\",\n    \"document_category\": \"274\",\n    \"document_reference_no\": \"Docref91029101929\"\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"stamp_paper_number\": [\n        [\n            \"UAT-H1EB9SHKBZ\"\n        ]\n    ],\n    \"reference_id\": \"EStamp6126279\",\n    \"response_time\": \"2026-01-28T11:57:34\",\n    \"message\": \"Success\",\n    \"content\": \"JVBERi0xLMCBvYmoKPDwKL0NyZWF0aW9uRGF0ZSAoRDoyMDI2M\",\n    \"status\": \"success\"\n}\n\n</code></pre>\n","_postman_id":"c43a72cd-549c-44bc-9714-18c00ac3256f"},{"name":"Estamp with Electronic Signing","item":[{"name":"Estamp with Esign","id":"d23bb676-1055-40d2-826c-27ecf86da5ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-digitalDocumentation/eStamp-eSign/initiate","urlObject":{"path":["facheck-digitalDocumentation","eStamp-eSign","initiate"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d23bb676-1055-40d2-826c-27ecf86da5ca"}],"id":"affbc259-3029-4213-b349-01742c896621","description":"<p>The <strong>E-Stamp with Electronic Signing API</strong> offers the same core functionality as the standard E-Stamp API, while also enabling documents with attached stamps to be digitally signed through our portal. In addition, the solution provides the ability to check the status of signed documents and download them seamlessly. For these functions, two dedicated Support APIs are available for status checking and two separate Support APIs are available for downloading.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>content</td>\n<td><em><strong>Base64</strong></em> String</td>\n<td>Document in Base64 format in which the stamp should be attached</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>first_party_name</td>\n<td>String</td>\n<td>Name of first Party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>second_party_name</td>\n<td>String</td>\n<td>Name of Second Party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>duty_payer_phone_number</td>\n<td>String  <br /><strong>(length = 10)</strong></td>\n<td>Phone number of the stamp duty paying party for the  <br />requested stamp paper</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>duty_payer_email_id</td>\n<td>String</td>\n<td>Email address of the stamp duty paying party  <br />for the requested stamp paper.  <br /><strong>(Should contain dot (.) and @)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>duty_payer_email_cc</td>\n<td>String</td>\n<td>CC email address(es) associated with the duty payer for e‑stamp communications  <br /><strong>(Should contain dot (.) and @)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>send_payment_link</td>\n<td>Boolean</td>\n<td>If the payment link has to be shared</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(first_party_address)</strong> street_address</td>\n<td>String  <br /><strong>(Min : 3 - Max: 200)</strong></td>\n<td>Street Address of the first party.  <br /><strong>(hyphen(-), comma (,), dot (.), colon (:), forward slash  <br />(/), and space are allowed)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(first_party_address)</strong> locality</td>\n<td>String  <br /><strong>(Max:100)</strong></td>\n<td>Locality of the first party  <br /><strong>(hyphen(-), comma (,), dot (.), colon (:), forward slash  <br />(/), and space are allowed)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(first_party_address)</strong> city</td>\n<td>String  <br /><strong>(Max:30)</strong></td>\n<td>City name of first party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(first_party_address)</strong> state</td>\n<td>String</td>\n<td><strong>State Code</strong> of first party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(first_party_address)</strong> pincode</td>\n<td>String  <br /><strong>(Length=6)</strong></td>\n<td>Pincode of first party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(first_party_address)</strong> country</td>\n<td>String</td>\n<td>Country name of firs</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(second_party_address)</strong> street_address</td>\n<td>String  <br /><strong>(Min : 3 - Max: 200)</strong></td>\n<td>Street Address of the second party.  <br /><strong>(hyphen(-), comma (,), dot (.), colon (:), forward slash  <br />(/), and space are allowed)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(second_party_address)</strong> locality</td>\n<td>String  <br /><strong>(Max:100)</strong></td>\n<td>Locality of the second party  <br /><strong>(hyphen(-), comma (,), dot (.), colon (:), forward slash  <br />(/), and space are allowed)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(second_party_address)</strong> city</td>\n<td>String  <br /><strong>(Max:30)</strong></td>\n<td>City name of second party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(second_party_address)</strong> state</td>\n<td>String</td>\n<td><strong>State Code</strong> of second party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td><strong>(second_party_address)</strong> pincode</td>\n<td>String  <br /><strong>(Length=6)</strong></td>\n<td>Pincode of second party</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>stamp_amount</td>\n<td>String  <br /><strong>(Max length =7)</strong></td>\n<td>Denomination of the Stamp Paper requested  <br /><strong>(Should not accept value \"0\")</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>consideration_amount</td>\n<td>String  <br /><strong>(Max length =10)</strong></td>\n<td>Consideration Amount refers to the value of the  <br />Agreement.  <br /><strong>(Should not accept value \"0\")</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>stamp_state</td>\n<td>String</td>\n<td>This refers to the State of stamp paper  <br /><strong>(Use State code)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>stamp_type</td>\n<td>String</td>\n<td><strong>SHCIL</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>stamp_duty_paid_by</td>\n<td>String</td>\n<td><strong>First Party</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>document_category</td>\n<td>String</td>\n<td>document_category is the type of document that can be  <br />digitally stamped</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>document_reference_no</td>\n<td>String  <br /><strong>(Max length=20)</strong></td>\n<td>This contains the reference number for the document.</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>document_details</td>\n<td>JSONObject</td>\n<td>Includes details pertaining to signatures</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>doc_title</td>\n<td>String</td>\n<td>Title of the submitted document <strong>(must have a .pdf extension)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>expires_after_days</td>\n<td>Integer</td>\n<td>Validity period (in days) for unsigned documents</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sequential_signing</td>\n<td>Boolean</td>\n<td>Set to <em><strong>true</strong></em> for sequential signing; set to <em><strong>false</strong></em> for simultaneous signing</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>invited_by</td>\n<td>String</td>\n<td>Display name to be shown in email</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>send_invite_mail</td>\n<td>Boolean</td>\n<td>Specifies whether the invite email should be sent via Facheck</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>send_sign_completion_mail</td>\n<td>Boolean</td>\n<td>Specifies whether the signature completion email should be sent via Facheck</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>redirect_url</td>\n<td>String</td>\n<td>Redirect URL after each signature completion</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>signer_details</td>\n<td>JSON Array</td>\n<td>List of signer details  <br /><strong>(Minimum :1 and Maximum :4 Signers can be provided)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>signer_name</td>\n<td>String</td>\n<td>Name of the signer  <br /><strong>(will be used as the signature in the document)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>signer_email</td>\n<td>String</td>\n<td>Email of the signer  <br /><strong>(should contain @ and .)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>signer_mobile</td>\n<td>String  <br /><strong>(Length=10)</strong></td>\n<td>Mobile number of the signer</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"content\": \"JVBERiMNCiXi48TDQoN\",\n    \"first_party_name\": \"Younique Tecnologies\",\n    \"second_party_name\": \"Sheen Tech\",\n    \"duty_payer_phone_number\": \"9892922920\",\n    \"duty_payer_email_id\": \"younique@gmail.com\",\n    \"duty_payer_email_cc\": \"sheentech@gmail.com\",\n    \"send_payment_link\": false,\n    \"first_party_address\": {\n        \"street_address\": \"17 Sunrise Avenue\",\n        \"locality\": \"Shivaji Nagar\",\n        \"city\": \"Chennai\",\n        \"state\": \"TN\",\n        \"pincode\": \"411016\",\n        \"country\": \"India\"\n    },\n    \"second_party_address\": {\n        \"street_address\": \"42 Lakeview Road\",\n        \"locality\": \"Green Park\",\n        \"city\": \"Cannannore\",\n        \"state\": \"KL\",\n        \"pincode\": \"452001\"\n    },\n    \"stamp_amount\": \"100\",\n    \"consideration_amount\": \"1000\",\n    \"stamp_state\": \"DL\",\n    \"stamp_type\": \"shcil\",\n    \"stamp_duty_paid_by\": \"First Party\",\n    \"document_category\": \"274\",\n    \"document_reference_no\": \"Docref910291013344\",\n    \"document_details\": {\n        \"doc_title\": \"docname.pdf\",\n        \"expires_after_days\": 120,\n        \"sequential_signing\": false,\n        \"invited_by\": \"Younique\",\n        \"send_invite_mail\": true,\n        \"send_sign_completion_mail\": true,\n        \"redirect_url\": \"\",\n        \"signer_details\": [\n            {\n                \"signer_name\": \"S Eto\",\n                \"signer_email\": \"eto@gmail.com\",\n                \"signer_mobile\": \"8903345678\"\n            },\n            {\n                \"signer_name\": \"D Paul\",\n                \"signer_email\": \"paul@gmail.com\",\n                \"signer_mobile\": \"9300384595\"\n            }\n        ]\n    }\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"reference_id\": \"Estampxesign6918258\",\n    \"response_time\": \"2026-01-28T14:05:38\",\n    \"details\": {\n        \"stamp_details\": {\n            \"stamp_paper_number\": \"UAT-TWY21HMFCT\",\n            \"content\": \"JVBERi0xLjcKJfbk/N8KMSAwIG9iago8PA\"\n        },\n        \"esign_details\": {\n            \"signer_details\": [\n                {\n                    \"signer_name\": \"S Eto\",\n                    \"signer_mobile\": \"8903345678\",\n                    \"signing_link\": \"https://dev-merchant.facheck.biz/signer-doc-view/DOC20260128ezs9r/4ljaOcRUz4Q\",\n                    \"signer_email\": \"eto@gmail.com\"\n                },\n                {\n                    \"signer_name\": \"D Paul\",\n                    \"signer_mobile\": \"9300384595\",\n                    \"signing_link\": \"https://dev-merchant.facheck.biz/signer-doc-view/DOC20260128ezs9r/CJoqD6kZOs0\",\n                    \"signer_email\": \"paul@gmail.com\"\n                }\n            ],\n            \"doc_title\": \"docname.pdf\",\n            \"sequential_signing\": false,\n            \"doc_id\": \"DOC20260128ezs9r\"\n        }\n    },\n    \"message\": \"Estamp attached and signing workflow initiated successfully\",\n    \"status\": \"Success\"\n}\n\n</code></pre>\n","_postman_id":"affbc259-3029-4213-b349-01742c896621"},{"name":"Electronic Signature","item":[{"name":"Electronic Signature","id":"5d385236-35eb-4ac1-8a02-6fb8d8a7fd5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"encrypted_data\": \r\n}","options":{"raw":{"language":"json"}}},"url":"/facheck-digitalDocumentation/eSignature/initiate","urlObject":{"path":["facheck-digitalDocumentation","eSignature","initiate"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"5d385236-35eb-4ac1-8a02-6fb8d8a7fd5a"}],"id":"6076efcd-a890-4787-96ab-290b91fb213d","description":"<p>The <strong>E-Signature API</strong> enables documents to be digitally signed through our portal with ease and security. In addition, the solution provides the ability to check the status of signed documents and download them seamlessly. For these functions, two dedicated Support APIs are available for status checking and two separate Support APIs are available for downloading. This ensures efficient management of digitally signed documents.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>content</td>\n<td><em><strong>Base64</strong></em> String</td>\n<td>Document in Base64 format in which the signature should be applied</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>doc_title</td>\n<td>String</td>\n<td>Title of the submitted document <strong>(must have a .pdf extension)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>expires_after_days</td>\n<td>Integer</td>\n<td>Validity period (in days) for unsigned documents</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sequential_signing</td>\n<td>Boolean</td>\n<td>Set to <em><strong>true</strong></em> for sequential signing; set to <em><strong>false</strong></em> for simultaneous signing</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>invited_by</td>\n<td>String</td>\n<td>Display name to be shown in email</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>send_invite_mail</td>\n<td>Boolean</td>\n<td>Specifies whether the invite email should be sent via Facheck</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>send_sign_completion_mail</td>\n<td>Boolean</td>\n<td>Specifies whether the signature completion email should be sent via Facheck</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>redirect_url</td>\n<td>String</td>\n<td>Redirect URL after each signature completion</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>signer_details</td>\n<td>JSON Array</td>\n<td>List of signer details  <br /><strong>(Minimum :1 and Maximum :4 Signers can be provided)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>signer_name</td>\n<td>String</td>\n<td>Name of the signer  <br /><strong>(will be used as the signature in the document)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>signer_email</td>\n<td>String</td>\n<td>Email of the signer  <br /><strong>(should contain @ and .)</strong></td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>signer_mobile</td>\n<td>String  <br /><strong>(Length=10)</strong></td>\n<td>Mobile number of the signer</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request <em><strong>(Input)</strong></em> must be encrypted, and responses <em><strong>(Output)</strong></em> will be returned encrypted. For more information, check the <a href=\"#requestresponse-workflow\">Request–Response Workflow</a>.</p>\n<h3 id=\"input-\">Input :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"content\": \"JVBERiMNCiXi48TDQoN\",\n    \"doc_title\": \"doctitle.pdf\",\n    \"expires_after_days\": 120,\n    \"sequential_signing\": false,\n    \"invited_by\": \"Younique\",\n    \"send_invite_mail\": true,\n    \"send_sign_completion_mail\": true,\n    \"redirect_url\": \"\",\n    \"signer_details\": [\n            {\n                \"signer_name\": \"S Eto\",\n                \"signer_email\": \"eto@gmail.com\",\n                \"signer_mobile\": \"8903345678\"\n            },\n            {\n                \"signer_name\": \"D Paul\",\n                \"signer_email\": \"paul@gmail.com\",\n                \"signer_mobile\": \"9300384595\"\n            }\n        ]\n}\n\n</code></pre>\n<h3 id=\"output\">Output:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"reference_id\": \"Esign0716941\",\n    \"response_time\": \"2026-01-28T14:54:01\",\n    \"details\": {\n        \"signer_details\": [\n            {\n                \"signer_name\": \"S Eto\",\n                \"signer_mobile\": \"8903345678\",\n                \"signing_link\": \"https://dev-merchant.facheck.biz/signer-doc-view/DOC20260128gypad/75UnHZdpHQ\",\n                \"signer_email\": \"eto@gmail.com\"\n            },\n            {\n                \"signer_name\": \"D Paul\",\n                \"signer_mobile\": \"9300384595\",\n                \"signing_link\": \"https://dev-merchant.facheck.biz/signer-doc-view/DOC20260128gypad/PneQ3VtxK4\",\n                \"signer_email\": \"paul@gmail.com\"\n            }\n        ],\n        \"doc_title\": \"doctitle.pdf\",\n        \"sequential_signing\": false,\n        \"doc_id\": \"DOC20260128gypad\",\n        \"content\": \"JVBERi0xLjQNJeLjz9MNCjQgMCBvYmoNP\"\n    },\n    \"message\": \"Signing workflow initiated successfully\",\n    \"status\": \"Success\"\n}\n\n</code></pre>\n","_postman_id":"6076efcd-a890-4787-96ab-290b91fb213d"},{"name":"Esign Support API's","item":[{"name":"Download & Status Check","id":"d5179bcc-125a-4902-b3af-b52e76ce95e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"url":"/facheck-digitalDocumentation/eSignature/statusCheck/","urlObject":{"path":["facheck-digitalDocumentation","eSignature","statusCheck",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d5179bcc-125a-4902-b3af-b52e76ce95e7"},{"name":"Re Invite","id":"c355c530-ecfb-4206-a511-d26acce2140a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-parse-rest-api-key","value":"","type":"text"},{"key":"x-parse-application-id","value":"","type":"text"}],"url":"/facheck-digitalDocumentation/eSignature/reInviteSigners/","urlObject":{"path":["facheck-digitalDocumentation","eSignature","reInviteSigners",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c355c530-ecfb-4206-a511-d26acce2140a"}],"id":"90b8b0a2-416f-4b10-a4c8-54a2a9bf627b","description":"<h2 id=\"status-check-and-download-api\">Status Check And Download API</h2>\n<p>The <strong>Status Check And Download API</strong> provides dual functionality for electronically signed documents. It can be used to either download the current document or check the signing status within the signature flow. This API serves as a supporting component for both the Electronic Signature API and the E-Stamp with Electronic Signing API, ensuring streamlined access and monitoring of document signing processes.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{documentId}</td>\n<td>String</td>\n<td>The Document ID generated by the E-Sign API must be included in the URL when invoking this API</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output-\">Output :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"reference_id\": \"DigitalE-sign/aadhaarE-sign(supportApi)2210953\",\n    \"response_time\": \"2026-01-28T15:35:52\",\n    \"details\": {\n        \"signer_details\": [\n            {\n                \"signer_name\": \"S Eto\",\n                \"invited_at\": \"28-01-2026 14:54:00\",\n                \"signing_status\": \"Pending\",\n                \"signed_at\": \"\",\n                \"signer_mobile\": \"8903345678\",\n                \"signer_email\": \"eto@gmail.com\"\n            },\n            {\n                \"signer_name\": \"D Paul\",\n                \"invited_at\": \"28-01-2026 14:54:01\",\n                \"signing_status\": \"Pending\",\n                \"signed_at\": \"\",\n                \"signer_mobile\": \"9300384595\",\n                \"signer_email\": \"paul@gmail.com\"\n            }\n        ],\n        \"doc_title\": \"docname.pdf\",\n        \"sequential_signing\": false,\n        \"signed_signers\": 0,\n        \"doc_id\": \"DOC20260128gypad\",\n        \"content\": \"JVBERi0xLjQNJeLjz9MNC\",\n        \"total_signers\": 2\n    },\n    \"message\": \"Details retrieved successfully\",\n    \"status\": \"Success\"\n}\n\n</code></pre>\n<h2 id=\"reinvite-api\">Reinvite API</h2>\n<p>The <strong>Reinvite API</strong> is used to resend signature request emails to all pending signers. It supports both sequential and simultaneous signing flows, ensuring that outstanding signature actions can be re-initiated efficiently.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{documentId}</td>\n<td>String</td>\n<td>The Document ID generated by the E-Sign API must be included in the URL when invoking this API</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output--1\">Output :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"reference_id\": \"DigitalE-sign/aadhaarE-sign(supportApi)7581996\",\n    \"response_time\": \"2026-01-28T15:40:54\",\n    \"details\": {\n        \"signer_details\": [\n            {\n                \"signer_name\": \"S Eto\",\n                \"signer_mobile\": \"8903345678\",\n                \"signing_link\": \"https://dev-merchant.facheck.biz/signer-doc-view/DOC20260128gypad/75UnHZdpHQPHn\",\n                \"signer_email\": \"eto@gmail.com\"\n            },\n            {\n                \"signer_name\": \"D Paul\",\n                \"signer_mobile\": \"9300384595\",\n                \"signing_link\": \"https://dev-merchant.facheck.biz/signer-doc-view/DOC20260128gypad/PneQ3VtxK4e0b\",\n                \"signer_email\": \"paul@gmail.com\"\n            }\n        ],\n        \"doc_title\": \"docname.pdf\",\n        \"sequential_signing\": false,\n        \"signed_signers\": 0,\n        \"doc_id\": \"DOC20260128gypad\",\n        \"total_signers\": 2\n    },\n    \"message\": \"All pending signers have been successfully invited\",\n    \"status\": \"Success\"\n}\n\n</code></pre>\n","_postman_id":"90b8b0a2-416f-4b10-a4c8-54a2a9bf627b"}],"id":"05b91a76-7242-46f7-8c8c-6986d52f6158","_postman_id":"05b91a76-7242-46f7-8c8c-6986d52f6158","description":""}],"event":[{"listen":"prerequest","script":{"id":"d7e80953-8219-4a22-9b01-8465fbc17d4b","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"b2e0e200-e652-4f9f-84d4-97e1e52e265d","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"base-url","value":"","description":"base-url is the common root URL that serves as the entry point for all services and should be used consistently across every API request."},{"key":"api-key","value":"","description":"Please provide your API key as the value to access our services securely"},{"key":"application-id","value":"","description":"Please provide your Application ID as the value to access our services securely"},{"key":"encrypted_data","value":"","description":"Submit your encrypted input as the value to ensure secure request handling"},{"key":"document-id","value":"","description":"Submit the document ID from the response of e-signature based services as the value"}]}