{"info":{"_postman_id":"59efcfc6-c41e-4557-92bd-413808060d94","name":"FC Solutions Public Docs Environment","description":"<html><head></head><body><h1 id=\"financial-compliance-solutions-api-overview\">Financial Compliance Solutions API – Overview</h1>\n<p>The Financial Compliance Solutions hereinafter \"FCS\" API platform provides Customer Due Diligence (CDD), sanctions screening, identity fraud verification, bank account holder verification, and case status services for Accountable / Financialor or other Institutions.</p>\n<hr>\n<h2 id=\"intended-use--compliance-responsibility\">Intended Use / Compliance Responsibility</h2>\n<p><strong>Compliance Responsibility</strong>: FCS provides KYC, screening, verification, and risk-related information to support the institution’s onboarding process through Customer Due Diligence and risk-based processes. The institution remains responsible for interpreting results, applying its Risk Management, making onboarding or continuation decisions, and meeting any applicable regulatory reporting obligations.</p>\n<hr>\n<h2 id=\"data-availability-and-match-review\">Data Availability and Match Review</h2>\n<p><strong>Data Availability</strong>: Screening and verification results depend on the availability, quality, and update frequency of underlying data sources and third-party providers. Potential matches, adverse media results, and risk indicators should be reviewed by the institution before final decisions are made. AI-generated summaries or interpretations are provided as decision-support outputs and should not be treated as final determinations by FCS.</p>\n<hr>\n<h2 id=\"basic-request-flow\">Basic Request Flow</h2>\n<p><strong>Typical API Flow</strong>: Submit a scan request using /api/v2/scan, include the required identifying information and selected option parameter, review the returned screening results, and use /api/v2/case_status where a previously submitted case required a decision on a possible match.</p>\n<hr>\n<h2 id=\"base-url\">Base URL</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://api.fcsolutions.co.za\n\n</code></pre><p>All endpoints are relative to this base URL. Use the <code>{{BASE_URL}}</code> variable in your Postman environment to switch between environments.</p>\n<hr>\n<h2 id=\"authentication\">Authentication</h2>\n<p>All FCS API endpoints require an <strong>API Key</strong> passed in the request header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>X-API-Key: \n\n</code></pre><p>Add your API key as a variable named <code>API_KEY</code> in your Postman environment (e.g., the \"Institution\" environment). This keeps your credentials secure and makes switching between environments easy.</p>\n<blockquote>\n<p><strong>Security Note:</strong> API keys are confidential credentials and must be protected. Do not expose API keys in client-side code, screenshots, public repositories, shared Postman collections, or public documentation. FCS may restrict API keys by account status, IP address, enabled service options, and available credit balance. Requests using invalid, expired, inactive, unauthorized, or IP-restricted API keys will be rejected. </p>\n</blockquote>\n<hr>\n<h2 id=\"available-api-endpoints\">Available API Endpoints</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>/api/v2/scan</td>\n<td>POST</td>\n<td>CDD scan for individuals and companies (sanctions, PEP, risk scoring, Adverse Media, and can include ID Fraud Verification and Bank Account Verification in the same check)</td>\n</tr>\n<tr>\n<td>/api/v2/id_verification</td>\n<td>POST</td>\n<td>Standalone identity fraud verification</td>\n</tr>\n<tr>\n<td>/api/v2/bank_verification</td>\n<td>POST</td>\n<td>Standalone bank account holder verification</td>\n</tr>\n<tr>\n<td>/api/v2/case_status</td>\n<td>POST</td>\n<td>Retrieve the status of a previously submitted case</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h2 id=\"available-options-option-parameter\">Available Options (option parameter)</h2>\n<p>The <code>option</code> parameter controls which datasets and products are included in a scan request. Options can be combined using a pipe-separated string (e.g., <code>\"C | V\"</code> or <code>\"I | P | S\"</code>).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Option</th>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>B</td>\n<td>SA FIC TFS Sanctions Only</td>\n<td>Screens against the South African FIC Targeted Financial Sanctions (TFS) list only. Focused dataset for quick checks.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>Comprehensive Sanctions, PEP / PIP, Risk, Criminal Watchlist Check</td>\n<td>Performs comprehensive screening against sanctions, targeted financial sanctions, PEP/PIP, criminal watchlist, adverse media, and other available risk datasets. Recommended for full CDD screening.</td>\n</tr>\n<tr>\n<td>D</td>\n<td>Adverse Media - Basic</td>\n<td>Performs a basic, low-cost adverse media check. This option may produce false positives or false negatives and should be reviewed as part of the institution’s risk-based process.</td>\n</tr>\n<tr>\n<td>DAI</td>\n<td>Adverse Media - Intermediate</td>\n<td>Performs an AI-driven adverse media check that collects available information and provides an artificial intelligence overview of identified adverse media indicators.</td>\n</tr>\n<tr>\n<td>DAE</td>\n<td>Adverse Media - Employee</td>\n<td>Performs an AI-driven adverse media check for employees or prospective employees. This may include FSCA debarment information, available education-related information, social media indicators, and adverse media findings. An artificial intelligence overview of the identified information is provided.</td>\n</tr>\n<tr>\n<td>I</td>\n<td>Identity Fraud Verification</td>\n<td>Verifies the identity number against a trusted third party data source for verification and fraud prevention purposes. Can be used standalone via <code>/api/v2/id_verification</code> or combined with option C in a scan.</td>\n</tr>\n<tr>\n<td>P</td>\n<td>PEP / PIP Check</td>\n<td>Screens against available local and international Politically Exposed Person (PEP) and local Public Influential Person (PIP) to identify potential risk and enhanced due diligence indicators.</td>\n</tr>\n<tr>\n<td>S</td>\n<td>Comprehensive Sanctions Check</td>\n<td>Screens against global sanctions, and targeted financial sanctions data sources to identify potential matches requiring review.</td>\n</tr>\n<tr>\n<td>V</td>\n<td>Bank Account Holder Verification</td>\n<td>Verifies that the bank account belongs to the named individual including additional verification factors in the Bank Account Verification specification. Can be used standalone via <code>/api/v2/bank_verification</code> or combined with option C in a scan.</td>\n</tr>\n<tr>\n<td>W</td>\n<td>Crypto Wallet Screening</td>\n<td>Screens a crypto wallet address against available high-risk, illicit activity, and sanctions-related wallet data sources. Requires <code>cryptoWalletAddress</code> parameter.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Note:</strong> Not all options are enabled by default. Options are activated per institution based on your agreement with FCS. Contact [<a href=\"https://mailto:info@fcsolutions.co.za\">info@fcsolutions.co.za</a>] to enable additional options for your account. </p>\n</blockquote>\n<hr>\n<h2 id=\"content-type\">Content-Type</h2>\n<p>All requests must include the following header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Content-Type: application/json\n\n</code></pre><hr>\n<h2 id=\"api-response-status-codes\">API Response Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Status</th>\n<th>Meaning</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK</td>\n<td>Request completed successfully.</td>\n</tr>\n<tr>\n<td>307</td>\n<td>Temporary Redirect</td>\n<td>The request was temporarily redirected.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n<td>The request is malformed, incomplete, or contains invalid input.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>Authentication failed or authentication details are missing, invalid, or expired.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n<td>The request is authenticated but not permitted for the account, API key, IP address, or selected option.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found</td>\n<td>The requested endpoint or resource could not be found.</td>\n</tr>\n<tr>\n<td>407</td>\n<td>Proxy Authentication Required</td>\n<td>Proxy authentication is required.</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Unprocessable Entity</td>\n<td>The request was received but could not be processed due to validation or business-rule failure.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Server / Provider Request Failed</td>\n<td>An internal or upstream provider request failed.</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Service Unavailable</td>\n<td>The service is temporarily unavailable or the circuit breaker is open.</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h2 id=\"error-response-format\">Error Response Format</h2>\n<p>Error responses are returned as JSON using an <code>error</code> field.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \"error\": \"Forbidden\" }\n\n</code></pre>\n<hr>\n<h2 id=\"authentication--access-errors\">Authentication &amp; Access Errors</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>Invalid API key</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key expired</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key is required</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key missing</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Required authentication field is missing</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Invalid authentication details</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Insufficient credits</td>\n</tr>\n<tr>\n<td>401 / 403</td>\n<td>User is inactive or invalid</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Option is not active</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Option not allowed</td>\n</tr>\n<tr>\n<td>403</td>\n<td>This API key cannot be used from this IP address</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h2 id=\"request-validation-errors\">Request Validation Errors</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400 / 422</td>\n<td>Content-Type missing</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Request validation failed</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h2 id=\"provider--internal-service-errors\">Provider / Internal Service Errors</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>500</td>\n<td>SMS Request failed</td>\n</tr>\n<tr>\n<td>500</td>\n<td>API Request failed</td>\n</tr>\n<tr>\n<td>500</td>\n<td>FSCA Request failed</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Circuit open</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h2 id=\"security-note\">Security Note</h2>\n<blockquote>\n<p><strong>Important:</strong> API keys are confidential credentials and must be protected. Do not expose API keys in client-side code, screenshots, public repositories, shared Postman collections, or public documentation. FCS may restrict API keys by account status, IP address, enabled service options, and available credit balance. Requests using invalid, expired, inactive, unauthorized, or IP-restricted API keys will be rejected.</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Financial Compliance Solutions API – Overview","slug":"financial-compliance-solutions-api-overview"}],"owner":"43187681","collectionId":"59efcfc6-c41e-4557-92bd-413808060d94","publishedId":"2sBXwpQCJ3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-06-05T11:12:20.000Z"},"item":[{"name":"FCS scan API individual","event":[{"listen":"test","script":{"id":"fdb65c73-6031-4d26-9442-ddd974e1e275","exec":["pm.test(\"Response time is acceptable (< 1000 ms)\", function () {","  pm.expect(pm.response.responseTime).to.be.below(1000);","});","","// Status code","pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});","","const responseData = pm.response.json();","","// ---------- Top-level structure ----------","","pm.test(\"Base response structure is valid\", function () {","  pm.expect(responseData).to.be.an(\"object\");","  pm.expect(responseData).to.have.property(\"status\");","  pm.expect(responseData).to.have.property(\"timestamp\");","  pm.expect(responseData).to.have.property(\"formatted_data\");","});","","// ---------- formatted_data structure ----------","","pm.test(\"formatted_data has expected sections\", function () {","  const fd = responseData.formatted_data;","","  pm.expect(fd).to.be.an(\"object\");","  pm.expect(fd).to.have.property(\"result_summary\");","  pm.expect(fd).to.have.property(\"client_info\");","","  // Optional but expected when matches exist","  pm.expect(fd).to.have.property(\"risk_score_rules\");","  pm.expect(fd).to.have.property(\"sanction\");","});","","// ---------- client_info checks ----------","","pm.test(\"client_info matches basic request details\", function () {","  const ci = responseData.formatted_data.client_info;","","  pm.expect(ci).to.be.an(\"object\");","  pm.expect(ci).to.have.property(\"name\");","  pm.expect(ci).to.have.property(\"identity_number\");","  pm.expect(ci).to.have.property(\"birth_date\");","  pm.expect(ci).to.have.property(\"match_type\");","  pm.expect(ci).to.have.property(\"match_score\");","  pm.expect(ci).to.have.property(\"risk_score\");","  pm.expect(ci).to.have.property(\"risk_category\");","  pm.expect(ci).to.have.property(\"option\");","","  // Type / format checks (not exact values, just shape)","  pm.expect(ci.name).to.be.a(\"string\");","  pm.expect(ci.identity_number).to.be.a(\"string\");","  pm.expect(ci.birth_date).to.be.a(\"string\");","  pm.expect(ci.match_type).to.be.a(\"string\");","  pm.expect(ci.match_score).to.be.a(\"number\");","  pm.expect(ci.risk_score).to.be.a(\"number\");","  pm.expect(ci.risk_category).to.be.a(\"string\");","  pm.expect(ci.option).to.be.an(\"array\");","});","","// ---------- result_summary checks ----------","","pm.test(\"result_summary has core counters\", function () {","  const rs = responseData.formatted_data.result_summary;","","  pm.expect(rs).to.be.an(\"object\");","","  // These keys are present in your sample response","  [","    \"Total Entities\",","    \"South African Sanction\",","    \"SA Most Wanted\",","    \"Sanction\",","    \"PEP\",","    \"Risk\",","    \"Crime\",","    \"Entity of Interest\",","    \"Crypto Wallet\",","    \"Adverse Media\",","    \"Check ID\",","    \"Contactability\",","    \"Proof Of Life\",","    \"Profile ID\",","    \"Get Photo\",","    \"Bank Account Verification\"","  ].forEach(function (key) {","    pm.expect(rs).to.have.property(key);","  });","});","","// ---------- risk_score_rules checks ----------","","pm.test(\"risk_score_rules is an array of rule objects\", function () {","  const rules = responseData.formatted_data.risk_score_rules;","","  pm.expect(rules).to.be.an(\"array\");","","  rules.forEach(function (rule) {","    pm.expect(rule).to.be.an(\"object\");","    pm.expect(rule).to.have.property(\"condition\");","    pm.expect(rule).to.have.property(\"description\");","    pm.expect(rule).to.have.property(\"score\");","  });","});","","// ---------- sanction list checks (if any) ----------","","pm.test(\"sanction list structure is valid when present\", function () {","  const sanctions = responseData.formatted_data.sanction;","","  pm.expect(sanctions).to.be.an(\"array\");","","  sanctions.forEach(function (s) {","    pm.expect(s).to.be.an(\"object\");","    pm.expect(s).to.have.property(\"schema\");","    pm.expect(s).to.have.property(\"id\");","    pm.expect(s).to.have.property(\"person\"); // for person schema","  });","});","","// ---------- Basic business sanity checks ----------","","pm.test(\"Risk category and score are consistent\", function () {","  const ci = responseData.formatted_data.client_info;","  const riskScore = ci.risk_score;","  const category = ci.risk_category;","","  pm.expect(riskScore).to.be.a(\"number\");","  pm.expect(category).to.be.a(\"string\");","","  // Example soft check: High risk should have score > 0","  if (category.toLowerCase() === \"high\") {","    pm.expect(riskScore).to.be.above(0);","  }","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"17f178bf-e97e-4497-b406-77be7fd63d17","protocolProfileBehavior":{"disableBodyPruning":true,"protocolVersion":"http2","strictSSL":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":""}],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{USERNAME}}\",\n    \"matchScore\": 0.80,\n    \"option\": \"C | V\",\n    \"name\": \"{{Full Names}}\",\n    \"identityNumber\": \"{{individual SA id number or company reg number}}\", \n    \"matchType\": \"individual\", \n    \"birthDate\": \"{{Date of Birth}}\", \n    \"passportNumber\": \"{{passport number}}\", \n    \"gender\": \"{{gender}}\", \n    \"nationality\": \"{{za for South African nationals or two letter country code}}\", \n    \"location\": \"{{current country location in two letter country code}}\",\n    \"telephone\": \"{{cellphone or telephone number}}\", \n    \"address\": \"{{address}}\", \n    \"agreementNumber\": \"AgreeNo12345\",\n    \"encodePdf\": \"false\",\n    //\"cryptoWalletAddress\": \"{{wallet address}}\", \n    //\"cryptoWalletCurrency\": \"BTC\", \n    \"productType\": \"creditlife\",\n    \"sourceOfFunds\": \"salary\",\n    \"ficQuestionA\": \"true\",\n    \"ficQuestionB\": \"false\",\n    \"typeOfService\": \"New Business\",\n    \"entityRole\": \"main member\",\n    //\"riskScoreOptionExclude\": \"A\" Specify this option if you don't want the risk score calculator based on your RMCP to be built into the report\n    \"bankCode\": \"001\",\n    \"bankName\": \"{{Bank Name}}\",\n    \"bankAccountNumber\": \"{{Bank Account Number}}\",\n    \"accountType\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v2/scan","description":"<h1 id=\"fcs-scan-api--individual\">FCS Scan API – Individual</h1>\n<p>The <code>/api/v2/scan</code> endpoint performs a Customer Due Diligence (CDD) scan for an individual. Depending on the selected <code>option</code> parameter, the scan may include sanctions screening, targeted financial sanctions screening, PEP/PIP screening, criminal watchlist checks, adverse media screening, risk indicators, identity fraud verification, bank account holder verification, and crypto wallet screening.</p>\n<p>The endpoint supports risk-based screening and reporting aligned to the institution’s configured Risk Management and Compliance Programme (RMCP) or internal risk management framework.</p>\n<h2 id=\"key-features\">Key Features</h2>\n<ul>\n<li><p><strong>Risk Rating and Risk Scoring</strong> – Automated risk scoring and categorization of the client using your pre-defined Risk rating rules defined in the RMCP.</p>\n</li>\n<li><p><strong>Sanctions Screening</strong> – Screens against global sanctions, and targeted financial sanctions data sources to identify potential matches requiring review.</p>\n</li>\n<li><p><strong>PEP / PIP Screening</strong> – Screens against available local and international Politically Exposed Person (PEP) and local Public Influential Person (PIP) to identify potential risk and enhanced due diligence indicators.</p>\n</li>\n<li><p><strong>Risk datasets</strong> – Screens against global risk datasets that includes Criminal data, People of Interest, Higher risk individuals and other risk related datasets.</p>\n</li>\n<li><p><strong>Identity Fraud Verification</strong> – South African ID number verification against trusted third party source for verification and fraud prevention purposes. Returns the names, date of birth, marital status, deceased status and other. See ID Fraud Verification specifications for more detail.</p>\n</li>\n<li><p><strong>KYC Full</strong> – South African ID Number check from a liveness check, biometric match to SmartCard id, SmartCard fraud check.</p>\n</li>\n<li><p><strong>Adverse Media</strong> – Various Adverse Media options with the results as set out in the Main Overview. </p>\n</li>\n<li><p><strong>Bank Account Holder Verification</strong> – Verifies that the bank account belongs to the named individual including additional verification factors in the Account Holder Verification specification.</p>\n</li>\n<li><p><strong>Crypto Wallet Screening</strong> – Screens a crypto wallet address against available high-risk, illicit activity, and sanctions-related wallet data sources.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"authentication\">Authentication</h2>\n<p>This API uses <strong>API Key authentication</strong>. Include your API key in the request header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>X-API-Key: \n\n</code></pre><blockquote>\n<p><strong>Setup:</strong> Add your API key as a variable named <code>API_KEY</code> in your Postman environment (e.g., the \"Institution\" environment). This keeps your credentials secure and makes switching between environments easy. </p>\n</blockquote>\n<blockquote>\n<p><strong>Security Note:</strong> API keys are confidential credentials and must be protected. Do not expose API keys in client-side code, screenshots, public repositories, shared Postman collections, or public documentation. FCS may restrict API keys by account status, IP address, enabled service options, and available credit balance. Requests using invalid, expired, inactive, unauthorized, or IP-restricted API keys will be rejected. </p>\n</blockquote>\n<h1 id=\"important-match-accuracy-notice\">IMPORTANT Match Accuracy Notice</h1>\n<p>The identifying parameters supplied in the request must be accurate and complete.</p>\n<p>Incorrect or incomplete identifying information may result in false negatives, false positives, or unnecessary possible matches. To improve match accuracy, provide as much accurate identifying information as possible, including full name, identity number or passport number, birth date, gender, nationality, location, telephone number, and address where available.</p>\n<h2 id=\"apiv2scan--main-parameters\">/api/v2/scan – Main Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Identifying</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>Yes</td>\n<td>No</td>\n<td>Your username supplied by FCS. The full name linked to this user will display on the CDD report as the user that conducted the check.</td>\n</tr>\n<tr>\n<td>matchScore</td>\n<td>float</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Match accuracy threshold used to determine possible matches. For example, <code>0.80</code> means that only matches above an 80% match threshold are returned as possible matches.</td>\n</tr>\n<tr>\n<td>option</td>\n<td>string or array</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Controls which datasets and products are included in the scan. Options can be combined using a pipe-separated string. Examples: \"C</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Full names and surname of the natural person being screened.</td>\n</tr>\n<tr>\n<td>identityNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>National identity number, passport number, or permit number for the natural person being screened.</td>\n</tr>\n<tr>\n<td>matchType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Match type: <code>\"individual\"</code> for natural persons. See scan API Company specification for legal entity checks.</td>\n</tr>\n<tr>\n<td>checkType</td>\n<td>string</td>\n<td>Yes</td>\n<td>No</td>\n<td>Purpose of the check. Supported values include <code>\"onboarding\"</code>, <code>\"ongoing\"</code>, and <code>\"manual_triggered\"</code>.</td>\n</tr>\n<tr>\n<td>birthDate</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Date of birth. This parameter must be parsed for improved accuracy of results. Format <code>yyyy-mm-dd</code> or alternatively just the year (e.g. <code>\"1952\"</code>). This can be auto‑populated from the <code>identityNumber</code> parameter if the ID number is valid.</td>\n</tr>\n<tr>\n<td>passportNumber</td>\n<td>string</td>\n<td>Optional</td>\n<td>Yes</td>\n<td>Passport number, if available. If only a passport number is available, this value should be parsed in <strong>both</strong> the <code>identityNumber</code> and <code>passportNumber</code> parameters.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>string</td>\n<td>Recommended</td>\n<td>Yes</td>\n<td>Gender: <code>\"male\"</code> or <code>\"female\"</code>. Recommended to improve match accuracy. Can be determined automatically if the <code>identityNumber</code> value is valid.</td>\n</tr>\n<tr>\n<td>nationality</td>\n<td>string</td>\n<td>Recommended</td>\n<td>Yes</td>\n<td>Nationality using the ISO Alpha‑2 country code from <a href=\"https://www.iban.com/country-codes\">https://www.iban.com/country-codes</a></td>\n</tr>\n<tr>\n<td>location</td>\n<td>string</td>\n<td>Recommended</td>\n<td>Yes</td>\n<td>Actual country location where the business transaction is being conducted. Use the ISO Alpha‑2 country code from <a href=\"https://www.iban.com/country-codes\">https://www.iban.com/country-codes</a></td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>string</td>\n<td>Recommended</td>\n<td>Yes</td>\n<td>Telephone number on record, used in the matching algorithm to reduce false positives.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>Recommended</td>\n<td>Yes</td>\n<td>Physical address of the entity. Preferably ensure that country and province are included.</td>\n</tr>\n<tr>\n<td>agreementNumber</td>\n<td>string</td>\n<td>Optional</td>\n<td>No</td>\n<td>Agreement number on record for the business transaction and searchable through the frontend. Typical use cases: policy number or finance agreement number.</td>\n</tr>\n<tr>\n<td>encodePdf</td>\n<td>boolean</td>\n<td>Optional</td>\n<td>No</td>\n<td>If <code>true</code>, the CDD report PDF is returned in Base64 format. If omitted or <code>false</code>, the response contains a URL to the CDD PDF, available for 24 hours.</td>\n</tr>\n<tr>\n<td>riskScoreOptionExclude</td>\n<td>string</td>\n<td>Optional</td>\n<td>No</td>\n<td>Specify this option ONLY if you DON'T want the risk score calculator based on your RMCP to be built into the report.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"apiv2scan--crypto-wallet-parameters-option-w\">/api/v2/scan – Crypto Wallet Parameters (option W)</h2>\n<blockquote>\n<p>These parameters apply <strong>only when the Crypto Wallet option \"W\" is included</strong> in the <code>option</code> parameter (e.g. \"<code>C | W</code>\"). </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Identifying</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cryptoWalletAddress</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Compulsory parameter <strong>only if</strong> a Crypto Wallet option is added in the <code>option</code> parameter.</td>\n</tr>\n<tr>\n<td>cryptoWalletCurrency</td>\n<td>string</td>\n<td>No</td>\n<td>Yes</td>\n<td>Cryptocurrency code for the specified wallet in <code>cryptoWalletAddress</code>, for example <code>\"BTC\"</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"apiv2scan--bank-account-verification-parameters\">/api/v2/scan – Bank Account Verification Parameters</h2>\n<blockquote>\n<p>These parameters apply when bank account verification is required. Option \"V\" needs to be added to the options parameter for Account Holder Verification and results will be returned in the same api response payload and CDD Report. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Identifying</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bankCode</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Bank code provided in the supplied list in the FCS Account Holder Verification docs, for example <code>\"001\"</code> for ABSA.</td>\n</tr>\n<tr>\n<td>bankName</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Name of the bank, for example <code>\"Capitec Bank\"</code>, <code>\"ABSA\"</code>, <code>\"FNB\"</code>.</td>\n</tr>\n<tr>\n<td>bankAccountNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>The bank account number of the bank account being verified in numeric format without spaces.</td>\n</tr>\n<tr>\n<td>accountType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>The corresponding bank account type from the following: 0 = Savings account, 1 = Cheque account, 3 = transmission, 4 = Bond account, 6 = Subscription Share</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"apiv2scan--additional-parameters\">/api/v2/scan – Additional Parameters</h2>\n<blockquote>\n<p>Optional parameters that can be used to influence risk scoring and/or reporting based on your RMCP and business requirements. These options are not enabled or configured by default as each Institution's requirements may differ. Please send your detailed request to <a href=\"mailto:info@fcsolutions.co.za\">info@fcsolutions.co.za</a> for your specific requirements. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Identifying</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productType</td>\n<td>string</td>\n<td>Optional</td>\n<td>No</td>\n<td>Optional parameter used as part of risks defined in your RMCP to impact the risk scoring and therefore the entity risk rating. For example, <code>\"short_term_loan\"</code> may carry a lower score, while <code>\"investment &gt; R 100 000\"</code> may have a higher score to increase the risk rating.</td>\n</tr>\n<tr>\n<td>sourceOfFunds</td>\n<td>list</td>\n<td>Optional</td>\n<td>No</td>\n<td>Optional parameter representing the source(s) of funds, used as part of RMCP‑defined risks to impact risk scoring and the entity risk rating. For example <code>\"salary\"</code> (lower impact) vs <code>\"gambling\"</code> (higher impact).</td>\n</tr>\n<tr>\n<td>ficQuestionA</td>\n<td>boolean</td>\n<td>Optional</td>\n<td>No</td>\n<td>Boolean flag representing a FIC question captured via API. Can be used in risk scoring or simply displayed on the CDD report.</td>\n</tr>\n<tr>\n<td>ficQuestionB</td>\n<td>boolean</td>\n<td>Optional</td>\n<td>No</td>\n<td>Boolean flag representing a second FIC question captured via API. Can be used in risk scoring or simply displayed on the CDD report.</td>\n</tr>\n<tr>\n<td>typeOfService</td>\n<td>string</td>\n<td>Optional</td>\n<td>No</td>\n<td>Optional parameter such as <code>\"New Business\"</code> or <code>\"Ongoing Monitoring\"</code> to display on the CDD report.</td>\n</tr>\n<tr>\n<td>entityRole</td>\n<td>string</td>\n<td>Optional</td>\n<td>No</td>\n<td>Optional parameter to identify the member type, e.g. <code>\"main member\"</code>, <code>\"premium payer\"</code>, <code>\"dependant\"</code>, <code>\"child\"</code> etc.</td>\n</tr>\n<tr>\n<td>mainMemberId</td>\n<td>string</td>\n<td>Optional</td>\n<td>No</td>\n<td>Optional parameter that can be used to search for the main member in the frontend and find all checks linked to that main member.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>A successful <code>200 OK</code> response includes the following top-level fields:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Yes</td>\n<td>Indicates whether the scan request completed successfully.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string (date-time)</td>\n<td>Yes</td>\n<td>ISO 8601 timestamp of when the response was generated.</td>\n</tr>\n<tr>\n<td>formatted_data</td>\n<td>object</td>\n<td>Yes</td>\n<td>Human-readable formatted screening results.</td>\n</tr>\n<tr>\n<td>raw_data</td>\n<td>object</td>\n<td>No</td>\n<td>Optional raw screening payload from the underlying provider.</td>\n</tr>\n<tr>\n<td>report_url</td>\n<td>string</td>\n<td>No</td>\n<td>URL to download or view the generated CDD report PDF (valid for 24 hours). If <code>encodePdf</code> was set to <code>true</code> in the request, the PDF is returned as a Base64 string instead.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"formatted_datasanction\">formatted_data.sanction</h3>\n<p>An array of possible matched sanctioned entities. Only matches that meet or exceed the <code>matchScore</code> threshold supplied in the API request are returned.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result_summary</td>\n<td>object</td>\n<td>Summary counters for each screening category and product check.</td>\n</tr>\n<tr>\n<td>client_info</td>\n<td>object</td>\n<td>Details of the screened individual and the calculated risk outcome.</td>\n</tr>\n<tr>\n<td>risk_score_rules</td>\n<td>array</td>\n<td>List of rules applied to derive the final risk score.</td>\n</tr>\n<tr>\n<td>sanction</td>\n<td>array</td>\n<td>Possible matched sanctioned entities returned by the screening engine where the match result meets or exceeds the matchScore threshold supplied in the API request</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"formatted_dataresult_summary\">formatted_data.result_summary</h3>\n<p>A flat object where each key is a screening category and the value is the count of matches found.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Total Entities</td>\n<td>integer</td>\n<td>Total number of matched entities across all datasets.</td>\n</tr>\n<tr>\n<td>South African Sanction</td>\n<td>integer</td>\n<td>Matches against the South African national sanctions list.</td>\n</tr>\n<tr>\n<td>SA Most Wanted</td>\n<td>integer</td>\n<td>Matches against the SA Most Wanted list.</td>\n</tr>\n<tr>\n<td>Sanction</td>\n<td>integer</td>\n<td>Matches against international sanctions lists.</td>\n</tr>\n<tr>\n<td>PEP</td>\n<td>integer</td>\n<td>Matches against Politically Exposed Persons databases.</td>\n</tr>\n<tr>\n<td>Risk</td>\n<td>integer</td>\n<td>Matches flagged under general risk categories.</td>\n</tr>\n<tr>\n<td>Crime</td>\n<td>integer</td>\n<td>Matches against crime-related datasets.</td>\n</tr>\n<tr>\n<td>Entity of Interest</td>\n<td>integer</td>\n<td>Matches flagged as entities of interest.</td>\n</tr>\n<tr>\n<td>Crypto Wallet</td>\n<td>integer</td>\n<td>Matches against known high-risk crypto wallet addresses (requires option <code>W</code>).</td>\n</tr>\n<tr>\n<td>Adverse Media</td>\n<td>integer</td>\n<td>Matches found in adverse media sources.</td>\n</tr>\n<tr>\n<td>Check ID</td>\n<td>integer</td>\n<td>Identity check result indicator.</td>\n</tr>\n<tr>\n<td>Contactability</td>\n<td>integer</td>\n<td>Contactability check result indicator.</td>\n</tr>\n<tr>\n<td>Proof Of Life</td>\n<td>integer</td>\n<td>Proof of life check result indicator.</td>\n</tr>\n<tr>\n<td>Profile ID</td>\n<td>integer</td>\n<td>Profile ID lookup result indicator.</td>\n</tr>\n<tr>\n<td>Get Photo</td>\n<td>integer</td>\n<td>Photo retrieval result indicator.</td>\n</tr>\n<tr>\n<td>Bank Account Verification</td>\n<td>integer</td>\n<td>Bank account verification result indicator (requires option <code>V</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"formatted_dataclient_info\">formatted_data.client_info</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Full name of the screened individual as submitted in the request.</td>\n</tr>\n<tr>\n<td>identity_number</td>\n<td>string</td>\n<td>Identity or passport number of the screened individual.</td>\n</tr>\n<tr>\n<td>birth_date</td>\n<td>string</td>\n<td>Date of birth in <code>yyyy-mm-dd</code> format.</td>\n</tr>\n<tr>\n<td>match_type</td>\n<td>string</td>\n<td>Match type used: <code>\"individual\"</code>, <code>\"company\"</code>, or <code>\"organization\"</code>.</td>\n</tr>\n<tr>\n<td>match_score</td>\n<td>number</td>\n<td>The match accuracy threshold used for this scan (e.g. <code>0.80</code>).</td>\n</tr>\n<tr>\n<td>risk_score</td>\n<td>number</td>\n<td>Calculated risk score based on the institution's RMCP.</td>\n</tr>\n<tr>\n<td>risk_category</td>\n<td>string</td>\n<td>Risk category derived from the risk score (e.g. <code>\"low\"</code>, <code>\"medium\"</code>, <code>\"high\"</code>).</td>\n</tr>\n<tr>\n<td>option</td>\n<td>array of strings</td>\n<td>List of dataset/product options used in this scan (e.g. <code>[\"C\", \"V\"]</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"formatted_datarisk_score_rules\">formatted_data.risk_score_rules</h3>\n<p>An array of rule objects explaining how the final risk score was calculated.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>condition</td>\n<td>string</td>\n<td>The condition or trigger that activated this rule.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>Human-readable explanation of the rule.</td>\n</tr>\n<tr>\n<td>score</td>\n<td>number</td>\n<td>Score contribution of this rule to the total risk score.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"formatted_datasanction-1\">formatted_data.sanction</h3>\n<p>An array of matched sanction entities. Each item represents one matched record.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>schema</td>\n<td>string</td>\n<td>Entity schema type, e.g. <code>\"Person\"</code> or <code>\"Company\"</code>.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>Unique identifier of the matched sanction record.</td>\n</tr>\n<tr>\n<td>person</td>\n<td>object</td>\n<td>Person detail object for <code>schema: \"Person\"</code> matches. Contains provider-specific fields such as name aliases, nationality, dates, and source dataset references.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"openapi-3--response-schema\">OpenAPI 3 – Response Schema</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-yaml\">responses:\n  '200':\n    description: Successful scan response\n    content:\n      application/json:\n        schema:\n          type: object\n          required:\n            - status\n            - timestamp\n            - formatted_data\n          properties:\n            status:\n              type: string\n              description: Indicates whether the scan request completed successfully.\n              example: success\n            timestamp:\n              type: string\n              format: date-time\n              description: ISO 8601 timestamp of when the response was generated.\n              example: \"2026-04-14T10:30:00Z\"\n            formatted_data:\n              type: object\n              description: Human-readable formatted screening results.\n              required:\n                - result_summary\n                - client_info\n              properties:\n                result_summary:\n                  type: object\n                  description: Summary counters for each screening category.\n                  properties:\n                    Total Entities:\n                      type: integer\n                      example: 1\n                    South African Sanction:\n                      type: integer\n                      example: 0\n                      description: If greater than 0, recommended action is to halt business until EDD is completed in Client Portal.\n                    SA Most Wanted:\n                      type: integer\n                      example: 0\n                      description: Indicates a possible match on the South African Most Wanted list.\n                    Sanction:\n                      type: object\n                      description: Summary of international sanctions matches.\n                      properties:\n                        count:\n                          type: integer\n                          example: 1\n                        items:\n                          type: array\n                          items:\n                            type: string\n                      required: [count, items]\n                    PEP:\n                      type: object\n                      description: Summary of PEP / PIP matches.\n                      properties:\n                        count:\n                          type: integer\n                          example: 0\n                        items:\n                          type: array\n                          items:\n                            type: string\n                      required: [count, items]\n                    Risk:\n                      type: object\n                      description: Summary of other risk-related dataset matches.\n                      properties:\n                        count:\n                          type: integer\n                          example: 1\n                        items:\n                          type: array\n                          items:\n                            type: string\n                      required: [count, items]\n                    Crime:\n                      type: object\n                      description: Summary of crime-related dataset matches.\n                      properties:\n                        count:\n                          type: integer\n                          example: 0\n                        items:\n                          type: array\n                          items:\n                            type: string\n                      required: [count, items]\n                    Entity of Interest:\n                      type: object\n                      description: Summary of entity-of-interest matches.\n                      properties:\n                        count:\n                          type: integer\n                          example: 0\n                        items:\n                          type: array\n                          items:\n                            type: string\n                      required: [count, items]\n                    Crypto Wallet:\n                      type: integer\n                      example: 0\n                    Adverse Media:\n                      type: integer\n                      example: 0\n                    Bank Account Verification:\n                      type: integer\n                      example: 0\n                      description: Count of successful bank account verification results.\n                client_info:\n                  type: object\n                  description: Details of the screened client and calculated risk outcome.\n                  properties:\n                    name:\n                      type: string\n                      example: John Doe\n                    identity_number:\n                      type: string\n                      example: \"9001015009787\"\n                    birth_date:\n                      type: string\n                      format: date\n                      example: \"1990-01-01\"\n                    match_type:\n                      type: string\n                      example: individual\n          ... (+15403 characters)\n\n</code></pre>\n<hr />\n<h2 id=\"error-responses\">Error Responses</h2>\n<h3 id=\"authentication--access-errors\">Authentication &amp; Access Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>Invalid API key</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key expired</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key is required</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key missing</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Required authentication field is missing</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Invalid authentication details</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Insufficient credits</td>\n</tr>\n<tr>\n<td>401 / 403</td>\n<td>User is inactive or invalid</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Option is not active</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Option not allowed</td>\n</tr>\n<tr>\n<td>403</td>\n<td>This API key cannot be used from this IP address</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-validation-errors\">Request Validation Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400 / 422</td>\n<td>Content-Type missing</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Request validation failed</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"provider--internal-service-errors\">Provider / Internal Service Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>500</td>\n<td>SMS Request failed</td>\n</tr>\n<tr>\n<td>500</td>\n<td>API Request failed</td>\n</tr>\n<tr>\n<td>500</td>\n<td>FSCA Request failed</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Circuit open</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Error responses are returned as JSON: <code>{ \"error\": \"Invalid API key\" }</code></p>\n</blockquote>\n","urlObject":{"path":["api","v2","scan"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"4bb12a40-821a-4f68-ba20-482928bf48f4","name":"FCS scan api Sample High Risk Sanction Match response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":""}],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{USERNAME}}\",\n    \"matchScore\": 0.80,\n    \"option\": \"C | V\",\n    \"name\": \"{{Full Names}}\",\n    \"identityNumber\": \"{{individual SA id number or company reg number}}\", \n    \"matchType\": \"individual\", \n    \"birthDate\": \"{{Date of Birth in yyyy-mm-dd}}\", \n    \"passportNumber\": \"{{passport number}}\", \n    \"gender\": \"male\", \n    \"nationality\": \"za\", \n    \"location\": \"za\",\n    \"telephone\": \"0123456789\", \n    \"address\": \"Durban KwaZulu-Natal 4001 South Africa\", \n    \"agreementNumber\": \"AgreeNo12345\",\n    \"encodePdf\": \"false\",\n    //\"cryptoWalletAddress\": \"wgvef12787t\", \n    //\"cryptoWalletCurrency\": \"BTC\", \n    \"productType\": \"creditlife\",\n    \"sourceOfFunds\": \"salary\",\n    \"ficQuestionA\": \"true\",\n    \"ficQuestionB\": \"false\",\n    \"typeOfService\": \"New Business\",\n    \"entityRole\": \"main member\",\n    //\"riskScoreOptionExclude\": \"A\" Specify this option if you don't want the risk score calculator based on your RMCP to be built into the report\n    \"bankCode\": \"001\",\n    \"bankName\": \"ABSA\",\n    \"bankAccountNumber\": \"{{Bank Account Number}}\",\n    \"accountType\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v2/scan"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Thu, 05 Feb 2026 05:12:40 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"108729"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Accept"},{"key":"etag","value":"W/\"7210baaab37805f27436ee9d6a6c2db2\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"18ef3805-12c2-451b-8436-e81e3ea80eb1"},{"key":"x-runtime","value":"4.812035"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"timestamp\": \"2026-02-05T07:12:40.366+02:00\",\n    \"formatted_data\": {\n        \"result_summary\": {\n            \"Total Entities\": 0,\n            \"South African Sanction\": 0,\n            \"SA Most Wanted\": 0,\n            \"Sanction\": {\n                \"count\": 1,\n                \"items\": [\n                    \"Subject to export control restrictions (e.g., military goods).\",\n                    \"Directly subject to sanctions.\"\n                ]\n            },\n            \"PEP\": {\n                \"count\": 0,\n                \"items\": []\n            },\n            \"Risk\": {\n                \"count\": 1,\n                \"items\": [\n                    \"Officially prohibited from government contracts or tenders.\"\n                ]\n            },\n            \"Crime\": {\n                \"count\": 0,\n                \"items\": []\n            },\n            \"Entity of Interest\": {\n                \"count\": 0,\n                \"items\": []\n            },\n            \"Crypto Wallet\": 0,\n            \"Adverse Media\": 0,\n            \"Check ID\": 0,\n            \"Contactability\": 0,\n            \"Proof Of Life\": 0,\n            \"Profile ID\": 0,\n            \"Get Photo\": 0,\n            \"Bank Account Verification\": 1\n        },\n        \"client_info\": {\n            \"name\": \"Full Names of possible match\",\n            \"birth_date\": \"yyyy-mm-dd\",\n            \"identity_number\": \"0000000000000\",\n            \"nationality\": \"za\",\n            \"gender\": \"male\",\n            \"address\": \"City, province, country\",\n            \"location\": \"za\",\n            \"passport_number\": \"A00000000\",\n            \"match_type\": \"individual\",\n            \"telephone\": \"0110010001\",\n            \"agreement_number\": \"AgreeNo12345\",\n            \"encode_pdf\": \"false\",\n            \"client_id\": \"00000\",\n            \"check_id\": \"0000000\",\n            \"checkType\": \"onboarding\",\n            \"store_encoded_pdf\": null,\n            \"crypto_wallet_address\": null,\n            \"crypto_wallet_currency\": null,\n            \"report_date\": \"2026/02/05 07:12\",\n            \"sa_id_valid\": true,\n            \"sa_id_dob\": \"yyyy-mm-dd\",\n            \"sa_id_gender\": \"male\",\n            \"sa_id_citizen\": true,\n            \"sa_id_dob_match\": true,\n            \"sa_id_gender_match\": true,\n            \"sa_id_nationality_match\": true,\n            \"match_score\": 80,\n            \"risk_score\": 260,\n            \"risk_category\": \"High\",\n            \"option\": [\n                \"C\",\n                \"V\"\n            ],\n            \"entity_match_data\": {\n                \"NK-fEacoGVmoZxZDjBbmdZvcZ\": {\n                    \"fields\": [\n                        {\n                            \"field\": \"Full Names\",\n                            \"client_value\": \"Full Names\",\n                            \"entity_value\": \"Full Names\",\n                            \"match_status\": \"matched\",\n                            \"match_detail\": \"Name matches: Name matches\",\n                            \"weight\": 0.3,\n                            \"raw_score\": 1,\n                            \"score\": 31.6\n                        },\n                        {\n                            \"field\": \"Date of Birth\",\n                            \"client_value\": \"yyyy-mm-dd\",\n                            \"entity_value\": \"yyyy-mm-dd\",\n                            \"match_status\": \"matched\",\n                            \"match_detail\": \"Date of birth matches: date match detail\",\n                            \"weight\": 0.2,\n                            \"raw_score\": 1,\n                            \"score\": 21.1\n                        },\n                        {\n                            \"field\": \"Gender\",\n                            \"client_value\": \"male\",\n                            \"entity_value\": \"male\",\n                            \"match_status\": \"matched\",\n                            \"match_detail\": \"Gender matches: male\",\n                            \"weight\": 0.05,\n                            \"raw_score\": 1,\n                            \"score\": 5.3\n                        },\n                        {\n                            \"field\": \"Nationality\",\n                            \"client_value\": \"South Africa\",\n                            \"entity_value\": \"South Africa\",\n                            \"match_status\": \"matched\",\n                            \"match_detail\": \"Nationality matches: South Africa\",\n                            \"weight\": 0.15,\n                            \"raw_score\": 1,\n                            \"score\": 15.8\n                        },\n                        {\n                            \"field\": \"Identity Number\",\n                            \"client_value\": \"0000000000000\",\n                            \"entity_value\": \"0000000000000\",\n                            \"match_status\": \"matched\",\n                            \"match_detail\": \"Identity number matches\",\n                            \"weight\": 0.15,\n                            \"raw_score\": 1,\n                            \"score\": 15.8\n                        },\n                        {\n                            \"field\": \"Passport Number\",\n                            \"client_value\": \"A00000112\",\n                            \"entity_value\": \"A00000654\",\n                            \"match_status\": \"not_matched\",\n                            \"match_detail\": \"Passport number does not match\",\n                            \"weight\": 0.05,\n                            \"raw_score\": 0,\n                            \"score\": 0\n                        },\n                        {\n                            \"field\": \"Address\",\n                            \"client_value\": \"Address provided in search\",\n                            \"entity_value\": \"Address of matched entity\",\n                            \"match_status\": \"matched\",\n                            \"match_detail\": \"Address matches (Details of matching address)\",\n                            \"weight\": 0.05,\n                            \"raw_score\": 1,\n                            \"score\": 5.3\n                        },\n                        {\n                            \"field\": \"Location\",\n                            \"client_value\": \"South Africa\",\n                            \"entity_value\": \"South Africa\",\n                            \"match_status\": \"matched\",\n                            \"match_detail\": \"Location matches: South Africa\",\n                            \"weight\": 0.05,\n                            \"raw_score\": 1,\n                            \"score\": 5.3\n                        }\n                    ],\n                    \"total_score\": 100\n                }\n            },\n            \"bank_name\": \"African Bank\",\n            \"bank_account_number\": \"0010010025\",\n            \"client_custom_params\": {\n                \"typeOfService\": \"New Business\",\n                \"entityRole\": \"main member\",\n                \"ficQuestionA\": \"true\",\n                \"ficQuestionB\": \"false\"\n            }\n        },\n        \"risk_score_rules\": [\n            {\n                \"condition\": \"5||export.control\",\n                \"description\": \"Subject to export control restrictions (e.g., military goods).\",\n                \"score\": 90\n            },\n            {\n                \"condition\": \"5||sanction\",\n                \"description\": \"Directly subject to sanctions.\",\n                \"score\": 100\n            },\n            {\n                \"condition\": \"4||debarment\",\n                \"description\": \"Officially prohibited from government contracts or tenders.\",\n                \"score\": 60\n            },\n            {\n                \"condition\": \"creditlife\",\n                \"description\": \"productType (creditlife)\",\n                \"score\": 5\n            },\n            {\n                \"condition\": \"salary\",\n                \"description\": \"sourceOfFunds (salary)\",\n                \"score\": 5\n            }\n        ],\n        \"default\": [],\n        \"za_fic_sanctions\": [],\n        \"za_wanted\": [],\n        \"sanction\": [\n            {\n                \"schema\": \"Person\",\n                \"schema_display\": \"person\",\n                \"id\": \"NK-fEacoGVmojBbmdZvcZ\",\n                \"person\": {\n                    \"name\": [\n                        \"Full Names\",\n                        \"Full Names\",\n                        \"Full Names\"\n                    ],\n                    \"nationality\": [\n                        \"za\"\n                    ],\n                    \"birthDate\": [\n                        \"yyyy-mm-dd\"\n                    ],\n                    \"caption\": \"Full Name\",\n                    \"schema\": \"Person\",\n                    \"datasets\": [\n                        \"us_ofac_sdn\",\n                        \"tw_shtc\",\n                        \"us_sam_exclusions\",\n                        \"us_trade_csl\"\n                    ],\n                    \"target\": true,\n                    \"first_seen\": \"2023-04-20T10:27:20\",\n                    \"last_seen\": \"2026-01-16T16:13:58\",\n                    \"last_change\": \"2026-01-06T08:10:01\",\n                    \"categories\": [\n                        \"export.control\",\n                        \"sanction\",\n                        \"debarment\"\n                    ],\n                    \"country\": [\n                        \"za\"\n                    ],\n                    \"idNumber\": [\n                        \"0000000000000\"\n                    ],\n                    \"alias\": [\n                        \"Full Name\",\n                        \"Full Name\"\n                    ],\n                    \"address\": [\n                        \"Road, City, Province, Country\",\n                        \"Road, City, Province, Country\",\n                        \"Address\"\n                    ],\n                    \"gender\": [\n                        \"male\"\n                    ],\n                    \"sourceUrl\": [\n                        \"https://sanctionssearch.ofac.treas.gov/Details.aspx?id=39578\"\n                    ],\n                    \"lastName\": [\n                        \"Last Name\"\n                    ],\n                    \"firstName\": [\n                        \"First Name\",\n                        \"First Name\"\n                    ],\n                    \"passportNumber\": [\n                        \"A00000000\"\n                    ],\n                    \"uniqueEntityId\": [\n                        \"SCD4J414V7SVM7\",\n                        \"R1V7HG09KJCUM6\"\n                    ],\n                    \"notes\": [\n                        \"(also alias name)\",\n                        \"(also alias name)\"\n                    ],\n                    \"createdAt\": [\n                        \"2022-11-28\"\n                    ]\n                },\n                \"address\": {\n                    \"addressEntity\": [\n                        {\n                            \"id\": \"NK-URhFMp6xFA0945T66E8jBhN3\",\n                            \"caption\": \"Address\",\n                            \"schema\": \"Address\",\n                            \"datasets\": [\n                                \"us_ofac_sdn\"\n                            ],\n                            \"first_seen\": \"2023-11-02T16:38:16\",\n                            \"last_seen\": \"2026-01-16T16:13:58\",\n                            \"last_change\": \"2023-11-02T16:38:16\",\n                            \"city\": [\n                                \"City\"\n                            ],\n                            \"street\": [\n                                \"street address\"\n                            ],\n                            \"postalCode\": [\n                                \"4001\"\n                            ],\n                            \"state\": [\n                                \"KwaZulu-Natal\"\n                            ],\n                            \"country\": [\n                                \"za\"\n                            ],\n                            \"full\": [\n                                \"street, town, province, country\"\n                            ]\n                        }\n                    ]\n                },\n                \"sanction\": {\n                    \"sanctions\": [\n                        {\n                            \"id\": \"usgsa-d3a56fd7a97d323f4279ce4d0cbfb7824adf88e5\",\n                            \"caption\": \"Reciprocal\",\n                            \"schema\": \"Sanction\",\n                            \"datasets\": [\n                                \"us_sam_exclusions\"\n                            ],\n                            \"first_seen\": \"2024-11-02T07:55:02\",\n                            \"last_seen\": \"2026-01-16T07:59:44\",\n                            \"last_change\": \"2024-11-02T07:55:02\",\n                            \"provisions\": [\n                                \"Prohibition/Restriction\"\n                            ],\n                            \"summary\": [\n                                \"PII data has been masked from view\"\n                            ],\n                            \"listingDate\": [\n                                \"2024-10-31\"\n                            ],\n                            \"startDate\": [\n                                \"2022-11-07\"\n                            ],\n                            \"entity\": [\n                                \"NK-fEacoGVmoZxZDjBbmdZvcZ\"\n                            ],\n                            \"country\": [\n                                \"us\"\n                            ],\n                            \"sourceUrl\": [\n                                \"https://sam.gov/data-services/Exclusions/Public%20V2?privacy=Public\"\n                            ],\n                            \"authority\": [\n                                \"TREAS-OFAC\"\n                            ],\n                            \"program\": [\n                                \"Reciprocal\"\n                            ],\n                            \"authorityId\": [\n                                \"S4MRTYFTR\"\n                            ]\n                        },\n                        {\n                            \"id\": \"usgsa-8e577521eb85b263adec047a1751f2a6817ad61b\",\n                            \"caption\": \"Reciprocal\",\n                            \"schema\": \"Sanction\",\n                            \"datasets\": [\n                                \"us_sam_exclusions\"\n                            ],\n                            \"first_seen\": \"2024-06-14T06:55:20\",\n                            \"last_seen\": \"2026-01-16T07:59:44\",\n                            \"last_change\": \"2024-06-14T06:55:20\",\n                            \"provisions\": [\n                                \"Prohibition/Restriction\"\n                            ],\n                            \"sourceUrl\": [\n                                \"https://sam.gov/data-services/Exclusions/Public%20V2?privacy=Public\"\n                            ],\n                            \"country\": [\n                                \"us\"\n                            ],\n                            \"startDate\": [\n                                \"2022-11-07\"\n                            ],\n                            \"entity\": [\n                                \"NK-fEacoGVmoZxZDjBbmdZvcZ\"\n                            ],\n                            \"authorityId\": [\n                                \"S4MRN6Q2C\"\n                            ],\n                            \"listingDate\": [\n                                \"2022-11-28\"\n                            ],\n                            \"summary\": [\n                                \"PII data has been masked from view\"\n                            ],\n                            \"program\": [\n                                \"Reciprocal\"\n                            ],\n                            \"authority\": [\n                                \"TREAS-OFAC\"\n                            ]\n                        },\n                        {\n                            \"id\": \"ofac-3211b4a741355713152a7324c20f395afa7b6983\",\n                            \"caption\": \"SDGT\",\n                            \"schema\": \"Sanction\",\n                            \"datasets\": [\n                                \"us_ofac_sdn\"\n                            ],\n                            \"first_seen\": \"2023-04-20T10:27:20\",\n                            \"last_seen\": \"2026-01-16T16:13:58\",\n                            \"last_change\": \"2025-06-02T12:10:03\",\n                            \"authority\": [\n                                \"Office of Foreign Assets Control\"\n                            ],\n                            \"sourceUrl\": [\n                                \"https://www.treasury.gov/resource-center/sanctions/Pages/default.aspx\"\n                            ],\n                            \"provisions\": [\n                                \"SDGT\",\n                                \"Block\"\n                            ],\n                            \"country\": [\n                                \"us\"\n                            ],\n                            \"programId\": [\n                                \"US-TERR\"\n                            ],\n                            \"programUrl\": [\n                                \"https://ofac.treasury.gov/sanctions-programs-and-country-information/counter-terrorism-sanctions\"\n                            ],\n                            \"entity\": [\n                                \"NK-fEacoGVmoZxZDjBbmdZvcZ\"\n                            ],\n                            \"summary\": [\n                                \"Secondary sanctions risk: section 1(b) of Executive Order 13224, as amended by Executive Order 13886\"\n                            ],\n                            \"reason\": [\n                                \"Executive Order 13224 (Terrorism)\"\n                            ],\n                            \"authorityId\": [\n                                \"39578\"\n                            ],\n                            \"program\": [\n                                \"SDGT\"\n                            ]\n                        }\n                    ]\n                },\n                \"identification\": {\n                    \"identification\": [\n                        {\n                            \"id\": \"ofac-98fc7a49391c25e1ced6222108337f24de10f25f\",\n                            \"caption\": \"A00000000\",\n                            \"schema\": \"Passport\",\n                            \"datasets\": [\n                                \"us_ofac_sdn\"\n                            ],\n                            \"first_seen\": \"2023-04-20T10:27:20\",\n                            \"last_seen\": \"2026-01-16T16:13:58\",\n                            \"last_change\": \"2023-04-20T10:27:20\",\n                            \"holder\": [\n                                \"NK-fEacoGVmoZxZDjBbmdZvcZ\"\n                            ],\n                            \"country\": [\n                                \"za\"\n                            ],\n                            \"number\": [\n                                \"A00000000\"\n                            ],\n                            \"type\": [\n                                \"Passport\"\n                            ]\n                        },\n                        {\n                            \"id\": \"ofac-76bb5d8357cb08a110e730e74a7c0120f6909361\",\n                            \"caption\": \"0000000000000\",\n                            \"schema\": \"Identification\",\n                            \"datasets\": [\n                                \"us_ofac_sdn\"\n                            ],\n                            \"first_seen\": \"2023-04-20T10:27:20\",\n                            \"last_seen\": \"2026-01-16T16:13:58\",\n                            \"last_change\": \"2023-04-20T10:27:20\",\n                            \"type\": [\n                                \"National ID No.\"\n                            ],\n                            \"holder\": [\n                                \"NK-fEacoGVmoZxZDjBbmdZvcZ\"\n                            ],\n                            \"number\": [\n                                \"0000000000000\"\n                            ],\n                            \"country\": [\n                                \"za\"\n                            ]\n                        }\n                    ]\n                },\n                \"unknown_link\": {\n                    \"unknownLinkTo\": [\n                        {\n                            \"id\": \"ofac-3fc974efa2fa3fd113b7512caeaaba3661a34429\",\n                            \"caption\": \"Other link\",\n                            \"schema\": \"UnknownLink\",\n                            \"datasets\": [\n                                \"us_ofac_sdn\"\n                            ],\n                            \"first_seen\": \"2023-04-20T10:27:20\",\n                            \"last_seen\": \"2026-01-16T16:13:58\",\n                            \"last_change\": \"2023-04-20T10:27:20\",\n                            \"role\": [\n                                \"Providing support to\"\n                            ],\n                            \"object\": [\n                                {\n                                    \"id\": \"NK-mP2Qn89PXjHnin8ak9uPRb\",\n                                    \"caption\": \"ISLAMIC STATE OF IRAQ AND THE LEVANT\",\n                                    \"schema\": \"Company\",\n                                    \"datasets\": [\n                                        \"gb_proscribed_orgs\",\n                                        \"qa_nctc_sanctions\",\n                                        \"il_mod_terrorists\",\n                                        \"un_sc_sanctions\",\n                                        \"au_dfat_sanctions\",\n                                        \"permid\",\n                                        \"us_trade_csl\",\n                                        \"ch_seco_sanctions\",\n                                        \"jp_mof_sanctions\",\n                                        \"fr_tresor_gels_avoir\",\n                                        \"za_fic_sanctions\",\n                                        \"iq_aml_list\",\n                                        \"tr_fcib\",\n                                        \"in_mha_banned\",\n                                        \"pl_finanse_sanctions\",\n                                        \"kz_afmrk_sanctions\",\n                                        \"md_terror_sanctions\",\n                                        \"gb_fcdo_sanctions\",\n                                        \"us_ofac_sdn\",\n                                        \"mc_fund_freezes\",\n                                        \"us_state_terrorist_orgs\",\n                                        \"be_fod_sanctions\",\n                                        \"eu_fsf\",\n                                        \"tw_shtc\",\n                                        \"my_moha_sanctions\",\n                                        \"us_sam_exclusions\",\n                                        \"ca_listed_terrorists\",\n                                        \"bg_omnio_poi\",\n                                        \"gb_hmt_sanctions\",\n                                        \"ua_sfms_blacklist\",\n                                        \"ar_repet\",\n                                        \"au_listed_terrorist_orgs\",\n                                        \"ae_local_terrorists\",\n                                        \"id_dttot\"\n                                    ],\n                                    \"target\": true,\n                                    \"first_seen\": \"2022-04-27T18:12:14\",\n                                    \"last_seen\": \"2026-01-16T17:05:02\",\n                                    \"last_change\": \"2026-01-14T07:56:30\",\n                                    \"categories\": [\n                                        \"export.control\",\n                                        \"sanction.counter\",\n                                        \"sanction\",\n                                        \"debarment\",\n                                        \"crime.terror\"\n                                    ],\n                                    \"name\": [\n                                        \"AL-QAIDA GROUP OF JIHAD IN IRAQ\",\n                                        \"the Victory Front\",\n                                        \"Hay'et Tahrir al-Sham\",\n                                        \"Tanzim Qa’idat Al-Jihad fi Bilad al-Rafidayn\",\n                                        \"AL NUSRAH FRONT FOR THE PEOPLE OF LEVANT\",\n                                        \"Qaida of the Jihad in the Land of the Two Rivers\",\n                                        \"TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN\",\n                                        \"AL-QAIDA IN MESOPOTAMIA\",\n                                        \"Jama’at al-Tawhid Wa'al-Jihad\",\n                                        \"The Front for the Liberation of al Sham\",\n                                        \"AL-HAYAT MEDIA CENTER\",\n                                        \"Jabhat Fath al Sham\",\n                                        \"Hay’at Tahrir al-Sham\",\n                                        \"Islamic State of Iraq and the Levant)\",\n                                        \"Hay'at Tahrir al-Sham\",\n                                        \"AL-NUSRAH FRONT IN LEBANON\",\n                                        \"Jabhat al-Nusrah\",\n                                        \"Islamic State in Iraq and the Levant\",\n                                        \"Islamic State of Iraq\",\n                                        \"AL-QAIDA OF JIHAD IN IRAQ\",\n                                        \"Al-Nusra Front\",\n                                        \"the Monotheism and Jihad Group\",\n                                        \"ISLAMIC STATE OF IRAQ AND AL-SHAM\",\n                                        \"Assembly for the Liberation of the Levant\",\n                                        \"DAWLA AL ISLAMIYA\",\n                                        \"AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS\",\n                                        \"Jabhat Fateh Al-Sham\",\n                                        \"Al-Qaida of Jihad in the Land of the Two Rivers\",\n                                        \"al-Zarqawi network\",\n                                        \"ארגון התוח'יד והג'האד\",\n                                        \"TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI\",\n                                        \"al-Tawhid\",\n                                        \"イラクのアル・カーイダ\",\n                                        \"חזית אלנצרה\",\n                                        \"Hay'at Tahrir al-Sham (HTS)\",\n                                        \"THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS\",\n                                        \"Assembly for the Liberation of Syria\",\n                                        \"AMAQ NEW AGENCY \\\"AL HAYAT MEDİA CENTER\\\"\",\n                                        \"Jabhat Fath al-Sham\",\n                                        \"Levantine Mujahideen on the Battlefields of Jihad\",\n                                        \"جبهة النصرة في سوريا\",\n                                        \"Front for the Conquest of Syria/the Levant\",\n                                        \"جبهة النصرة\",\n                                        \"Liberation of the Levant Organisation Tahrir al-Sham\",\n                                        \"Hayat Tahrir al-Sham\",\n                                        \"Front for the Liberation of the Levant\",\n                                        \"القاعدة في العراق\",\n                                        \"Al-Nusrah Front For The People Of The Levant\",\n                                        \"JAMA’AT AL-TAWHID WA’AL-JIHAD (JTJ)\",\n                                        \"Fatah al-Sham Front\",\n                                        \"ISLAMIC STATE OF IRAQ AND SYRIA\",\n                                        \"AL NUSRAH FRONT FOR THE PEOPLE OF THE LEVANT\",\n                                        \"AMAQ NEWS AGENCY\",\n                                        \"Islamic State/Islamic State of Iraq and Levant\",\n                                        \"Front for the Conquest of Syria\",\n                                        \"The Organization of Jihad’s Base in the Country of the Two Rivers\",\n                                        \"Ansar al-Mujahideen Network\",\n                                        \"The Organization Base of Jihad/Mesopotamia\",\n                                        \"Conquest of the Levant Front\",\n                                        \"JABHET AL-NUSRAH\",\n                                        \"AD-DAWLA AL-ISLAMIYYA FI AL-'IRAQ WA-SH-SHAM\",\n                                        \"אלקאעדה עיראק\",\n                                        \"Islamic State\",\n                                        \"Fateh al-Sham Front\",\n                                        \"THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS\",\n                                        \"AL-QAIDA IN THE LAND OF THE TWO RIVERS\",\n                                        \"JAM'AT AL TAWHID WA'AL-JIHAD\",\n                                        \"AHFAD AL SAHABA –BEIT AL –MAQDES\",\n                                        \"JABHAT AL-NUSRA LI-AHL AL-SHAM MIN MUJAHEDI AL-SHAM FI SAHAT AL-JIHAD\",\n                                        \"Jabhet al-Nusra\",\n                                        \"Al-Nusrah Front\",\n                                        \"Jabhat Fatah al-Sham\",\n                                        \"ISLAMIC STATE OF IRAQ AND THE LEVANT\",\n                                        \"Al-Qaida in Iraq\",\n                                        \"Jabhat al-Nusra\",\n                                        \"THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ\",\n                                        \"THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ\",\n                                        \"Tahrir al-Sham Hay'at\",\n                                        \"AL HAYAT MEDIA CENTER\",\n                                        \"جبهة النصرة لأهل الشام\",\n                                        \"Islamic State (IS)\",\n                                        \"レバントの人々のためのアル・ヌスラ戦線\",\n                                        \"AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS\",\n                                        \"Фронт ан-Нусра\",\n                                        \"AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS\",\n                                        \"AL-NUSRAH FRONT IN SYRIA\",\n                                        \"The Organization Base of Jihad/Country of the Two Rivers\",\n                                        \"القاعده في العراق\",\n                                        \"ג'בהת אלנצרה\",\n                                        \"THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS\",\n                                        \"Liberation of al-Sham Commission\",\n                                        \"AL-FURQAN ESTABLISHMENT FOR MEDIA PRODUCTION\",\n                                        \"Tanzeem Qa’idat al Jihad/Bilad al Raafidaini\"\n                                    ],\n                                    \"alias\": [\n                                        \"Hay’et Tahrir al-Sham\",\n                                        \"ANF\",\n                                        \"جبھة فتح الشام\",\n                                        \"al-Zarqawi Network.\",\n                                        \"Hay'et Tahrir al-Sham\",\n                                        \"Tanzim Qa’idat Al-Jihad fi Bilad al-Rafidayn\",\n                                        \"مجاهدو الشام في ساحات الجهاد\",\n                                        \"Кайда на джихад в страната на двете реки\",\n                                        \"AL NUSRAH FRONT FOR THE PEOPLE OF LEVANT\",\n                                        \"AL-NUSRAH FRONT AL-NUSRA FRONT\",\n                                        \"Qaida of the Jihad in the Land of the Two Rivers\",\n                                        \"Базата на организацията на джихад/Месопотамия\",\n                                        \"Al-Hayat Media Center\",\n                                        \"شبكة أنصار المجاهدين\",\n                                        \"ал Таухид\",\n                                        \"Al-Qaeda in Iraq\",\n                                        \"The Front for the Liberation of al Sham\",\n                                        \"SUPPORT FRONT FOR THE PEOPLE OF THE LEVANT\",\n                                        \"Al Qaida of the Jihad in the Land of the Two Rivers\",\n                                        \"Jama'at Al-Tawhid Wa'al- Jihad\",\n                                        \"شبكة أنصار المجاھدین\",\n                                        \"mreža al-Zarqawi\",\n                                        \"Jabhat Fath al Sham\",\n                                        \"Hay’at Tahrir al-Sham\",\n                                        \"مجاهدو الشام في ساحات الجهاد (Levantine Mujahideen on the Battlefields of Jihad - sub-unit name)\",\n                                        \"Organizacija džihad v deželi dveh rek\",\n                                        \"Daish\",\n                                        \"Hay'at Tahrir al-Sham\",\n                                        \"Levantine Mujahideen on the Battlefields of Jihad - sub-unit name\",\n                                        \"Al-Qa'ida of Jihad in Iraq\",\n                                        \"Assembly for Liberation of the Levant\",\n                                        \"Amaq News Agency\",\n                                        \"AL-NUSRAH FRONT IN LEBANON\",\n                                        \"The Organization of Jihads Base in the Country of the Two Rivers\",\n                                        \"Jabhat al-Nusrah\",\n                                        \"Al-Nusra Front For The People of The Levant, The Victory Front\",\n                                        \"شبكة أنصار المجاهدين (Ansar al-Mujahideen Network - sub-unit name)\",\n                                        \"Islamic State in Iraq and the Levant\",\n                                        \"Организацията на основата на джихад в страната на двете реки\",\n                                        \"Fateh Al-Sham Front\",\n                                        \"Al-Kaida v Iraku\",\n                                        \"Liber\",\n                                        \"Islamic State of Iraq\",\n                                        \"Ислямска държава Ирак\",\n                                        \"Организацията на основата на джихад/Страната на двете реки\",\n                                        \"Džihadska Kaida v deželi dveh rek\",\n                                        \"the Monotheism and Jihad Group\",\n                                        \"Islamic State of Iraq and al-Sham\",\n                                        \"AL-QAIDA OF JIHAD IN IRAQ\",\n                                        \"Al-Nusra Front\",\n                                        \"Групата за монотеизъм и джихад\",\n                                        \"Grupa „Monoteizm i Jihad”\",\n                                        \"Assembly for the Liberation of the Levant\",\n                                        \"Jama'at Al-Tawhid Wa'al-Jihad\",\n                                        \"DAWLA AL ISLAMIYA\",\n                                        \"Мрежата на ал-Заркауи\",\n                                        \"Al-Qaida of Jihad Organization in the Land of the Two Rivers\",\n                                        \"Jabhat Fateh Al-Sham\",\n                                        \"Al-Qaida of Jihad in the Land of the Two Rivers\",\n                                        \"al-Zarqawi network\",\n                                        \"Fateh al-Sham Front)\",\n                                        \"Victory Front\",\n                                        \"Hay’at Tahrir al-Sham (HTS) (هيئة تحرير الشام (original script)\",\n                                        \"تنظيم القاعدة فى بلاد الرافدين\",\n                                        \"Unity and Holy War\",\n                                        \"Jebhat al-Nusra li-Ahl al-Sham\",\n                                        \"Etat Islamique en Irak et au Levant\",\n                                        \"Tanzim Qa’idat Al-Jihad fi Bilad al- Rafidayn\",\n                                        \"Tanzim Qaidat Al-Jihad fi Bilad al-Rafidayn\",\n                                        \"Hay'at Tahrir al-Sham (HTS)\",\n                                        \"JABHAT FATEH ALSHAM\",\n                                        \"ג'מאעה אלתוחיד ואלג'האד -תנט'ים אלקאעדה פי בלאד אלראפדין\",\n                                        \"Mujahidin Shura Council\",\n                                        \"Мрежата „al-Zarqawi”\",\n                                        \"HAY’AT TAHRIR AL- SHAM (HTS)\",\n                                        \"Assembly for the Liberation of Syria\",\n                                        \"Al-Qaida in Mesopotamia\",\n                                        \"rete al-Zarqawi\",\n                                        \"Jabhat Fath al-Sham\",\n                                        \"Levantine Mujahideen on the Battlefields of Jihad\",\n                                        \"Al-Dawla Al-Islamiya fi al-Iraq wa al-Sham\",\n                                        \"The Organization Base of Jihad/ Mesopotamia\",\n                                        \"Al-Nusra Front)\",\n                                        \"Front for the Conquest of Syria/the Levant\",\n                                        \"Daesch\",\n                                        \"Jama’at Al-Tawhid Wa’al-Jihad\",\n                                        \"Tanzeem Qa idat al Jihad/Bilad al Raafidaini\",\n                                        \"مجاھدو الشام في ساحات الجھاد\",\n                                        \"Dawat al Islamiya fi Iraq wa al Sham\",\n                                        \"جبهة النصرة\",\n                                        \"Kateab al-Tawhid\",\n                                        \"Liberation of the Levant Organisation Tahrir al-Sham\",\n                                        \"Hayat Tahrir al-Sham\",\n                                        \"Front for the Liberation of the Levant\",\n                                        \"אחפאד אלצחאבה' – בית אלמקדס\",\n                                        \"Al-Qaida Group of Jihad in Iraq\",\n                                        \"Monoteizem in skupina džihad\",\n                                        \"FATAH AL-SHAMFRONT\",\n                                        \"Al-Tawhid\",\n                                        \"Tahrir al-Sham\",\n                                        \"Al-Qaida no Iraque\",\n                                        \"Tahrir al-Sham Hay’at\",\n                                        \"Ал Кайда на джихад в станата на двете реки\",\n                                        \"Abhat al-Nusra\",\n                                        \"Front for the Conquest of Syria\",\n                                        \"هيئة تحرير الشام\",\n                                        \"The Organization of Jihad’s Base in the Country of the Two Rivers\",\n                                        \"Ansar al-Mujahideen Network\",\n                                        \"The Organization Base of Jihad/Mesopotamia\",\n                                        \"أحفاد ألصحابة - بيت المقدس\",\n                                        \"Conquest of the Levant Front\",\n                                        \"Ansar al-Mujahideen Network - sub-unit name\",\n                                        \"JABHET AL-NUSRAH\",\n                                        \"Islamic State of Iraq and Syria\",\n                                        \"AD-DAWLA AL-ISLAMIYYA FI AL-'IRAQ WA-SH-SHAM\",\n                                        \"AL-QAIDA IN IRAQ;\",\n                                        \"Jamaat Al-Tawhid Waal-Jihad\",\n                                        \"Джама'Ат Ал-Таухид Уа'Ал-Джихад\",\n                                        \"Islamic State\",\n                                        \"Фронтът Al-Nusrah за хората от Изтока\",\n                                        \"Džihadska Al-Kaida v deželi dveh rek\",\n                                        \"Organizacijski sedež džihad/Mezopotamija\",\n                                        \"Liberation of the Levant Organisation\",\n                                        \"The Organization of al-Jihad's Base of Operations in the Land of the Two Rivers\",\n                                        \"Al Qaida in Iraq\",\n                                        \"Tanzeem Qaidat al Jihad/Bilad al Raafidaini\",\n                                        \"Al-Qaeda in the Land of the Two Rivers\",\n                                        \"Ал Кайда в Ирак\",\n                                        \"al-Tawhid and al-Jihad\",\n                                        \"Assembly for the Liberation of the Levant; Liberation of al-Sham Commission\",\n                                        \"the Levant\",\n                                        \"JAM'AT AL TAWHID WA'AL-JIHAD\",\n                                        \"Tanzim al-Qaeda al-Jihad fi Bilad al-Rafidain\",\n                                        \"JABHAT AL-NUSRA LI-AHL AL-SHAM MIN MUJAHEDI AL-SHAM FI SAHAT AL-JIHAD\",\n                                        \"Brigades of Tawhid\",\n                                        \"جماعة التوحيد والجهاد\",\n                                        \"Hayat Tahrir al-Sham (HTS) (هيئة تحرير الشام (original script)\",\n                                        \"Al-Qaida in the Land of the Two Rivers\",\n                                        \"Jabhet al-Nusra\",\n                                        \"The Organization of Jihad's Base in the Country of the Two Rivers\",\n                                        \"ALNUSRA FRONT;\",\n                                        \"Al-Nusrah Front\",\n                                        \"Jabhat Fatah al-Sham\",\n                                        \"Al Nusra\",\n                                        \"Islamska država v Iraku in Levantu\",\n                                        \"réseau al-Zarqawi\",\n                                        \"Hayet Tahrir al-Sham\",\n                                        \"جبھة النصرة لأھل الشام\",\n                                        \"The Victory Front\",\n                                        \"Fatah Al-Sham Front\",\n                                        \"Tahrir al-Sham Hay'at\",\n                                        \"Organizacijski sedež džihad/Dežela dveh rek\",\n                                        \"جبهة النصرة لأهل الشام\",\n                                        \"Estado Islâmico do Irão\",\n                                        \"Hay'at Tahrir al-Sham HTS\",\n                                        \"Ислямска държава в Ирак и в Изтока\",\n                                        \"ON THE BAEFIELDS OF JIHAD\",\n                                        \"The Organization of al-Jihad's Base in Iraq\",\n                                        \"AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS\",\n                                        \"Islamic State in Iraq\",\n                                        \"Tanzim Qa'idat Al-Jihad fi Bilad al-Rafidayn\",\n                                        \"جبهة النصرة (the Victory Front\",\n                                        \"The Organization of al-Jihad's Base in the Land of the Two Rivers\",\n                                        \"Група за монотеизъм и джихад\",\n                                        \"Tahrir al-Sham Hay’at)\",\n                                        \"Al Hayat Media Center\",\n                                        \"JABHAT ALNUSRAH\",\n                                        \"The Organization of al-Jihad's Base of Operations in Iraq\",\n                                        \"Hay’at Tahrir al-Sham (HTS)\",\n                                        \"Al-Zarqawi-Netzwerk\",\n                                        \"THE FRONT FOR THE LIBERATION OFAL SHAM\",\n                                        \"AQI-Zarqawi\",\n                                        \"Al-Qaida Group of Jihad in the Land of the Two Rivers\",\n                                        \"Unity and Jihad Group\",\n                                        \"The Organization Base of Jihad/Country of the Two Rivers\",\n                                        \"Tanzeem Qa'idat al Jihad/Bilad al Raafidaini\",\n                                        \"القاعده في العراق\",\n                                        \"Jabhet al- Nusrah\",\n                                        \"Al-Qaida In Iraq\",\n                                        \"ג'בהת אלנצרה\",\n                                        \"Daech\",\n                                        \"Победният фронт\",\n                                        \"Al Qaeda in Iraq\",\n                                        \"Liberation of al-Sham Commission\",\n                                        \"Monotheism and Jihad Group\",\n                                        \"جبهة فتح الشام (Jabhat Fath al Sham\",\n                                        \"Unity and Holy Struggle\",\n                                        \"AL-FURQAN ESTABLISHMENT FOR MEDIA PRODUCTION\",\n                                        \"Front for the Conquest of the Levant\",\n                                        \"جبهة فتح الشام\",\n                                        \"تنظيم القاعدة في العراق\",\n                                        \"Tanzeem Qa’idat al Jihad/Bilad al Raafidaini\",\n                                        \"Organisation for the Liberation of the Levant\",\n                                        \"Gruppe ,Einheit Gottes und Heiliger Krieg'\",\n                                        \"תנט'ים אלקאעדה פי אלעראק\"\n                                    ],\n                                    \"modifiedAt\": [\n                                        \"2025-05-14\"\n                                    ],\n                                    \"createdAt\": [\n                                        \"2004-10-18\"\n                                    ],\n                                    \"notes\": [\n                                        \"- Berafiliasi dengan Al-Qaida, beroperasi di Suriah dan mendukung jaringan di Irak;\\n- Pada Januari 2017 Front Al-Nusra membentuk Hay’at Tahrir al-Sham (HTS) untuk mendukung pemberontakan di Suriah;\\n- Al-Nusrah Front for the People of the Levant tercanatum dalam dalam Res. Dewan \\nKeamanan PBB 1267 sejak 7 Juni 2017 dan diperbarui kembali pada 5 Juni 2018, serta \\ndan diperbarui kembali pada 15 November 2021 termasuk pembentukan Hay’at Tahrir \\nal-Sham (HTS);\",\n                                        \"(also JAM'AT AL TAWHID WA'AL-JIHAD)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Review pursuant to Security Council resolution 2368 (2017) was concluded on 24 November 2020.\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Review pursuant to Security Council resolution 1822 (2008) was concluded on 25 May 2010.\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"The Islamic State is a Sunni jihadist group that seeks to sow civil unrest in Iraq and the Levant with the aim of establishing a single, transnational Islamic state based on Sharia Law, replacing the Iraqi and Syrian governments. The group was originally created in Jordan in the early 1990s under the name Bayat al Imam. The group associated with Al Qaida Core's senior leadership in 1999 and fought alongside Al Qaida Core and the Taliban during the US strikes in Afghanistan in late 2001. The group then transferred to Iraq in anticipation of the US -led invasion, and, in October 2004, formally renamed itself \\\"Al Qaida in Iraq\\\" (AQI). The group has also operated under the name of Islamic State of Iraq and Syria (ISIS) and Islamic State of Iraq and al-Sham (ISIS). In 2013, the group renamed itself the \\\"Islamic State in Iraq and the Levant\\\" (ISIL). In June 2014, the group renamed itself \\\"Islamic State\\\". The Islamic State's tactics include suicide attacks using vehicles and improvised explosive devices, armed attacks, hostage takings, and video-taped beheadings. In June and August 2017, IS claimed responsibility for three vehicular ramming attacks in the UK and Spain. These attacks killed at least 27 people, including two Canadians.  In July 2021, a bomb killed at least 35 civilians and wounded at least 60 others at Al-Wuhailat market in the Sadr City area of Baghdad, Iraq. The attack targeted a Shia majority neighbourhood on the eve of the Eid Al-Adha holiday. IS claimed responsibility for the attack and said it was a suicide bombing. In April 2023, IS militants killed at least 16 civilians and 10 security forces in Syria, and in February 2023 IS militants shot and killed at least 46 civilians and seven domestic military members. The militants carried out the attack when the civilians were harvesting truffles.\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP)\",\n                                        \"Review pursuant to Security Council resolution 1822 (2008) was concluded on 25 May 2010. Review pursuant to Security Council resolution 2368 (2017) was concluded on 24 November 2020.\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Other information: (a) Operates in Syrian Arab Republic; (b) Iraq; (c) Previously listed between 30 May 2013 and 13 May 2014 as an aka of Al-Qaida in Iraq. Date of designation referred to in Article 7d(2)(i): 14.5.2014.\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Also listed for United Nations Security Council Resolution 1267/1989/2253 ISIL (Da’esh) and Al-Qaida sanctions as an alias of Al-Nusrah Front for the People of the Levant.\",\n                                        \"アル・カーイダ（１６６．に指定した団体）と連携している。アル・カーイダの外国人工作員と共に、シリア・アラブ共和国の地元の分隊に加わり、テロ活動やゲリラ活動を行うために、シリア人や外国のイラクのアル・カーイダ（４５３．に指定した団体）及びアスバト・アルアンサル(１７２．に指定した団体)の戦闘員を引き寄せた。イラクのアル・カーイダ（４５３．に指定した団体）としてリストに掲載されているISIL（いわゆる「イスラム国」）、及びその指導者である、イブラヒーム・アッワード・イブラヒーム・アリー・アル・バドリー・アル・サマッライ(６００．に指定した個人)と連携していたが、２０１３年に連携を解消した。２０１６年７月には、レバントの人々のためのアル・ヌスラ戦線の指導者である、アブ・モハンメド・アル・ジャウラニ(６３７．に指定した個人)は、同団体がその名称をジャブハト・ファタハ・アル・シャームに変更し、もはやいかなる外部団体とも関係していないと表明した。当該表明及び同団体が自らをレバントの人々のためのアル・ヌスラ戦線から区別しようと試みているにもかかわらず、依然としてアル・カーイダと連携しており、この新たな団体名のもとでテロ活動の実行を継続している。２０１７年１月には、アル・ヌスラ戦線はシリア騒乱におけるその立場を向上し、シリアにおけるアル・カーイダの支部としてのその目的を追求するための手段として、ハイアト・タハリール・アル・シャーム（HTS）を創設した。２０１３年５月３０日から２０１４年５月１３日までは、イラクのアル・カーイダ（４５３．に指定した団体）の別名として掲載されていた。国連安全保障理事会決議第２３６８号（２０１７年）に基づく見直しは２０２１年１１月１５日に終了した。同団体に対するインターポール（国際刑事警察機構）・国連安全保障理事会特別手配書のウェブ・リンク：\",\n                                        \"国連安全保障理事会決議第1822号（2008年）に基づく見直しは2010年5月25日に終了した。国連安全保障理事会決議第2368号（2017年）に基づく見直しは2020年11月24日に終了した。同団体に対するインターポール（国際刑事警察機構）・国連安全保障理事会特別手配書のウェブ・リンク： View-UN-Notices-Entities\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also JABHAT AL-NUSRAH, JABHET AL-NUSRAH, AL NUSRAH FRONT FOR THE PEOPLE OF LEVANT, AL-NUSRAH FRONT IN LEBANON, JABHAT AL-NUSRA LI-AHL AL-SHAM MIN MUJAHEDI AL-SHAM FI SAHAT AL-JIHAD)\",\n                                        \"(also AL-NUSRAH FRONT)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Associated with Al-Qaida (QDe.004). Brought Syrian and foreign Al-Qaida in Iraq (QDe.115) and Asbat al-Ansar (QDe.007) fighters, along with other foreign Al-Qaida operatives, to join local elements in Syrian Arab Republic to carry out terrorist and guerrilla operations there. Previously associated with the Islamic State in Iraq and the Levant (ISIL), listed as Al-Qaida in Iraq (QDe.115), and its leader Ibrahim Awwad Ibrahim Ali al-Badri al-Samarrai (QDi.299) but separated from that group in 2013. In Jul. 2016, Abu Mohammed Al-Jawlani (QDi.317), the leader of Al-Nusrah Front for the People of the Levant, announced the group had changed its name to Jabhat Fath al-Sham and was no longer affiliated with any external entity. Despite the announcement and attempts to distinguish itself from Al-Nusrah Front for the People of the Levant, the group remains aligned with Al-Qaida and continues to carry out terrorist operations under this new name. In January 2017, Al-Nusrah Front created Hay’at Tahrir al-Sham (HTS) as a vehicle to advance its position in the Syrian insurgency and further its own goals as Al-Qaida’s affiliate in Syria. Previously listed between 30 May 2013 and 13 May 2014 as an aka of Al-Qaida in Iraq (QDe.115). Review pursuant to Security Council resolution 2368 (2017) was concluded on 15 November 2021.\",\n                                        \"ביטול ההכרזה על הארגון כארגון טרור מיום 20.10.2009 בשל הכרזה על הארגון כהתאחדות בלתי מותרת- ילקוט הפרסומים 6918 , כ\\\"ג בחשוון התשע\\\"ה עמוד 941\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ, AL-NUSRAH FRONT, AL-NUSRAH FRONT, JABHAT AL-NUSRAH, JABHAT AL-NUSRAH, JABHET AL-NUSRA, JABHET AL-NUSRA, THE VICTORY FRONT, THE VICTORY FRONT, AL NUSRAH FRONT FOR THE PEOPLE OF THE LEVANT, AL NUSRAH FRONT FOR THE PEOPLE OF THE LEVANT, ISLAMIC STATE OF IRAQ AND THE LEVANT, ISLAMIC STATE OF IRAQ AND AL-SHAM, ISLAMIC STATE OF IRAQ AND SYRIA, AD-DAWLA AL-ISLAMIYYA FI AL-'IRAQ WA-SH-SHAM, DAESH, DAWLA AL ISLAMIYA, AL-FURQAN ESTABLISHMENT FOR MEDIA PRODUCTION, AMAQ NEWS AGENCY, AL HAYAT MEDIA CENTER, AL-HAYAT MEDIA CENTER)\",\n                                        \"Associated with Al-Qaida (QDe.004). Brought Syrian and foreign Al-Qaida in Iraq (QDe.115) and Asbat al-Ansar (QDe.007) fighters, along with other foreign Al-Qaida operatives, to join local elements in Syrian Arab Republic to carry out terrorist and guerrilla operations there. Previously associated with the Islamic State in Iraq and the Levant (ISIL), listed as Al-Qaida in Iraq (QDe.115), and its leader Ibrahim Awwad Ibrahim Ali al-Badri al-Samarrai (QDi.299) but separated from that group in 2013. In Jul. 2016, Abu Mohammed Al-Jawlani (QDi.317), the leader of Al-Nusrah Front for the People of the Levant, announced the group had changed its name to Jabhat Fath al-Sham and was no longer affiliated with any external entity. Despite the announcement and attempts to distinguish itself from Al-Nusrah Front for the People of the Levant, the group remains aligned with Al-Qaida and continues to carry out terrorist operations under this new name. In January 2017, Al-Nusrah Front created Hayat Tahrir al-Sham (HTS) as a vehicle to advance its position in the Syrian insurgency and further its own goals as Al-Qaidas affiliate in Syria. Previously listed between 30 May 2013 and 13 May 2014 as an aka of Al-Qaida in Iraq (QDe.115). Review pursuant to Security Council resolution 2368 (2017) was concluded on 15 November 2021.\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Review pursuant to Security Council resolution 1822 (2008) was concluded on 25 May 2010. INTERPOL-UN Security Council Special Notice web link: https://www.interpol.int/en/notice/search/une/5278296\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Associated with Al-Qaida (QDe.004). Brought Syrian and foreign Al-Qaida in Iraq (QDe.115) and Asbat al-Ansar (QDe.007) fighters, along with other foreign Al-Qaida operatives, to join local elements in Syrian Arab Republic to carry out terrorist and guerrilla operations there. Previously associated with the Islamic State in Iraq and the Levant (ISIL), listed as Al-Qaida in Iraq (QDe.115), and its leader Ibrahim Awwad Ibrahim Ali al-Badri al-Samarrai (QDi.299) but separated from that group in 2013. In Jul. 2016, Abu Mohammed Al-Jawlani (QDi.317), the leader of Al-Nusrah Front for the People of the Levant, announced the group had changed its name to Jabhat Fath al-Sham and was no longer affiliated with any external entity. Despite the announcement and attempts to distinguish itself from Al-Nusrah Front for the People of the Levant, the group remains aligned with Al-Qaida and continues to carry out terrorist operations under this new name. In January 2017, Al-Nusrah Front created Hay’at Tahrir al-Sham (HTS) as a vehicle to advance its position in the Syrian insurgency and further its own goals as Al-Qaida’s affiliate in Syria. Previously listed between 30 May 2013 and 13 May 2014 as an aka of Al-Qaida in Iraq (QDe.115). Review pursuant to Security Council resolution 2268 (2017) was concluded on 15 November 2021. INTERPOL-UN Security Council Special Notice web link: https://www.interpol.int/en/notice/search/une/5790822\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Associated with Al-Qaida (QDe.004). Brought Syrian and foreign Al-Qaida in Iraq (QDe.115) and Asbat al-Ansar (QDe.007) fighters, along with other foreign Al-Qaida operatives, to join local elements in Syrian Arab Republic to carry out terrorist and guerrilla operations there. Previously associated with the Islamic State in Iraq and the Levant (ISIL), listed as Al-Qaida in Iraq (QDe.115), and its leader Ibrahim Awwad Ibrahim Ali al-Badri al-Samarrai (QDi.299) but separated from that group in 2013. In Jul. 2016, Abu Mohammed Al-Jawlani (QDi.317), the leader of Al-Nusrah Front for the People of the Levant, announced the group had changed its name to Jabhat Fath al-Sham and was no longer affiliated with any external entity. Despite the announcement and attempts to distinguish itself from Al-Nusrah Front for the People of the Levant, the group remains aligned with Al-Qaida and continues to carry out terrorist operations under this new name. In January 2017, Al-Nusrah Front created Hay’at Tahrir al-Sham (HTS) as a vehicle to advance its position in the Syrian insurgency and further its own goals as Al-Qaida’s affiliate in Syria. Previously listed between 30 May 2013 and 13 May 2014 as an aka of Al-Qaida in Iraq (QDe.115). Review pursuant to Security Council resolution 2368 (2017) was concluded on 15 November 2021. available.\",\n                                        \"opère en Syrie - Iraq -- précédemment inscrit sur la liste entre le 30/05/2013 et le 13/05/2014 en tant qu'alias d'Al-Qaida en Iraq. L’examen effectué conformément à la résolution 2368 (2017) du Conseil de sécurité a pris fin le 15 novembre 2021.\"\n                                    ],\n                                    \"country\": [\n                                        \"sy\",\n                                        \"iq\",\n                                        \"us\"\n                                    ],\n                                    \"addressEntity\": [\n                                        \"addr-f02c6e6201b57d9d6284c1de0240193aed039cde\",\n                                        \"NK-7q8ohnLS7WafWdduSBFZWW\",\n                                        \"addr-4d4bc55e0a597c3509be5cf882a3dec0c486d0f2\",\n                                        \"addr-6a05fd41f2e0cb4f178db0cb8d1249f29fb4311c\",\n                                        \"addr-7cd2ebc72f77cb8143676e490efe95d9113d6de9\"\n                                    ],\n                                    \"address\": [\n                                        \"Iraq (Support network)\",\n                                        \"Syrian Arab Republic (Operates in)\",\n                                        \"Suriah\",\n                                        \"~,~ Iraq, Organisation, Iraq\",\n                                        \"シリア・アラブ共和国（活動地）\",\n                                        \"イラク（支援ネットワークあり）\",\n                                        \"Operates in Syrian Arab Republic, Support network Iraq\",\n                                        \"Syria\",\n                                        \"Syrian Arab Republic Operates in\",\n                                        \"Iraq Support network\",\n                                        \"a) Iraq b) Syria\",\n                                        \"Iraq (Support network\"\n                                    ],\n                                    \"sourceUrl\": [\n                                        \"https://sanctionssearch.ofac.treas.gov/Details.aspx?id=8759\",\n                                        \"http://www.publicsafety.gc.ca/cnt/ntnl-scrt/cntr-trrrsm/lstd-ntts/crrnt-lstd-ntts-en.aspx\",\n                                        \"https://www.mha.gov.in/sites/default/files/2024-10/38ISIS_28102024.pdf\",\n                                        \"https://permid.org/1-5086730743\",\n                                        \"https://www.dans.bg/images/stories/FID/Reshenie_265_MS_23042003_Spisyk_ZMFT.pdf\",\n                                        \"https://www.mha.gov.in/en/commoncontent/list-of-organisations-designated-%E2%80%98terrorist-organizations%E2%80%99-under-section-35-of\",\n                                        \"https://gels-avoirs.dgtresor.gouv.fr/Gels/RegistreDetail?idRegistre=2801\",\n                                        \"https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv:OJ.L_.2018.146.01.0003.01.ENG&toc=OJ:L:2018:146:TOC\",\n                                        \"https://gels-avoirs.dgtresor.gouv.fr/Gels/RegistreDetail?idRegistre=2787\",\n                                        \"https://sanctionssearch.ofac.treas.gov/Details.aspx?id=16937\"\n                                    ],\n                                    \"weakAlias\": [\n                                        \"THE VICTORY FRONT\",\n                                        \"JTJ\",\n                                        \"SUPPORT FRONT FOR THE PEOPLE OF THE LEVANT\",\n                                        \"HTS\",\n                                        \"DAESH\",\n                                        \"Al Hayat\",\n                                        \"AQI\",\n                                        \"ISIS\",\n                                        \"ISIL\",\n                                        \"ISI\"\n                                    ],\n                                    \"permId\": [\n                                        \"5086730743\"\n                                    ],\n                                    \"status\": [\n                                        \"Active\"\n                                    ],\n                                    \"jurisdiction\": [\n                                        \"iq\"\n                                    ],\n                                    \"uniqueEntityId\": [\n                                        \"DQ87C52GVL56\",\n                                        \"P5RLDVK9F1H3\",\n                                        \"ZY6LH99NRS27\",\n                                        \"RZ2GZJ287XT6\",\n                                        \"T6LSPTJ433R7\",\n                                        \"MLSJJGPQGLZ8\",\n                                        \"ZQB2L4FUD2J7\",\n                                        \"CX2LD5N1R7P6\",\n                                        \"GMLKKAPGJSB9\",\n                                        \"H3U5QLHUHEU3\",\n                                        \"W89EKDPNZ8Q3\",\n                                        \"HU5NRPJ8WE43\",\n                                        \"YNF4LBBMKLE7\",\n                                        \"X2TJH422ZE16\",\n                                        \"RE2QMT76C2W4\",\n                                        \"NX7PL15JN355\",\n                                        \"G82NUL79HL59\",\n                                        \"MUW3NQ7AK2L3\",\n                                        \"Z6GDKTR4B464\",\n                                        \"V771S3KL44L5\",\n                                        \"ZN6PRFGAN249\",\n                                        \"WMS1T5NLB2U9\",\n                                        \"CVLFSAD8A464\",\n                                        \"Z9MFVUGPKSH9\",\n                                        \"XAJSF9J5GHA4\",\n                                        \"HKV3AM4YMDK3\",\n                                        \"CTGHYCX4LVL5\",\n                                        \"Q1N2YQHC3LG5\",\n                                        \"D3LGRRPP9515\",\n                                        \"EQP6JAH65ZL5\",\n                                        \"MNM3EB2C2QB6\",\n                                        \"C1J4DSU5YMC5\",\n                                        \"LR45S4H92D35\",\n                                        \"XNGHD1Q1ZK18\",\n                                        \"K5JUAPKVMH11\",\n                                        \"FNPAZMWVRFJ7\",\n                                        \"TBLNEGLC77E5\",\n                                        \"NJ38FJK4QFB3\",\n                                        \"K82SYUB2VSL4\",\n                                        \"ESAZZB36TAP6\",\n                                        \"LGJXHN7MNQJ7\",\n                                        \"JLH2PNLA98K3\",\n                                        \"Z9NNWL4GEWV4\",\n                                        \"HFFAM1D2DPD6\",\n                                        \"PS67ZHFHMF32\",\n                                        \"UPDZHD5H3ET7\",\n                                        \"CH7NSNFV9LS4\",\n                                        \"YA3GN1S2PZ51\"\n                                    ],\n                                    \"previousName\": [\n                                        \"al-Qa’ida in Iraq\"\n                                    ]\n                                }\n                            ],\n                            \"subject\": [\n                                \"NK-fEacoGVmoZxZDjBbmdZvcZ\"\n                            ]\n                        }\n                    ],\n                    \"_edge_info\": {\n                        \"source\": \"subject\",\n                        \"target\": \"object\",\n                        \"label\": \"linked to\",\n                        \"directed\": false,\n                        \"caption\": [\n                            \"role\"\n                        ]\n                    }\n                },\n                \"source\": \"default\",\n                \"matchScore\": \"100.0%\",\n                \"compliance_details\": [\n                    {\n                        \"code\": \"export.control\",\n                        \"topic\": {\n                            \"id\": 81,\n                            \"label\": \"Subject to export control restrictions (e.g., military goods).\",\n                            \"short_label\": \"Export Controlled\",\n                            \"score\": 90,\n                            \"match_type\": \"Company / Individual\",\n                            \"master_code\": null\n                        },\n                        \"category\": {\n                            \"id\": 5,\n                            \"name\": \"Sanction\"\n                        },\n                        \"risk_rule\": {\n                            \"id\": 1256,\n                            \"condition\": \"5||export.control\",\n                            \"description\": \"Subject to export control restrictions (e.g., military goods).\",\n                            \"score\": 90,\n                            \"short_label\": \"Export Controlled\",\n                            \"is_active\": true,\n                            \"is_system\": true\n                        }\n                    },\n                    {\n                        \"code\": \"sanction\",\n                        \"topic\": {\n                            \"id\": 146,\n                            \"label\": \"Directly subject to sanctions.\",\n                            \"short_label\": \"Sanction\",\n                            \"score\": 100,\n                            \"match_type\": \"Individual / Company / Organization\",\n                            \"master_code\": null\n                        },\n                        \"category\": {\n                            \"id\": 5,\n                            \"name\": \"Sanction\"\n                        },\n                        \"risk_rule\": {\n                            \"id\": 1321,\n                            \"condition\": \"5||sanction\",\n                            \"description\": \"Directly subject to sanctions.\",\n                            \"score\": 100,\n                            \"short_label\": \"Sanction\",\n                            \"is_active\": true,\n                            \"is_system\": true\n                        }\n                    },\n                    {\n                        \"code\": \"debarment\",\n                        \"topic\": {\n                            \"id\": 80,\n                            \"label\": \"Officially prohibited from government contracts or tenders.\",\n                            \"short_label\": \"Debarred Entity\",\n                            \"score\": 60,\n                            \"match_type\": \"Individual / Company / Organization\",\n                            \"master_code\": null\n                        },\n                        \"category\": {\n                            \"id\": 4,\n                            \"name\": \"Risk\"\n                        },\n                        \"risk_rule\": {\n                            \"id\": 1255,\n                            \"condition\": \"4||debarment\",\n                            \"description\": \"Officially prohibited from government contracts or tenders.\",\n                            \"score\": 60,\n                            \"short_label\": \"Debarred Entity\",\n                            \"is_active\": true,\n                            \"is_system\": true\n                        }\n                    }\n                ]\n            }\n        ],\n        \"pep\": [],\n        \"risk\": [\n            {\n                \"schema\": \"Person\",\n                \"schema_display\": \"person\",\n                \"id\": \"NK-fEacoGVmoZxZDjBbmdZvcZ\",\n                \"person\": {\n                    \"name\": [\n                        \"Full Name\",\n                        \"Full Name\",\n                        \"Full Name\"\n                    ],\n                    \"nationality\": [\n                        \"za\"\n                    ],\n                    \"birthDate\": [\n                        \"yyyy-mm-dd\"\n                    ],\n                    \"caption\": \"Full Names\",\n                    \"schema\": \"Person\",\n                    \"datasets\": [\n                        \"us_ofac_sdn\",\n                        \"tw_shtc\",\n                        \"us_sam_exclusions\",\n                        \"us_trade_csl\"\n                    ],\n                    \"target\": true,\n                    \"first_seen\": \"2023-04-20T10:27:20\",\n                    \"last_seen\": \"2026-01-16T16:13:58\",\n                    \"last_change\": \"2026-01-06T08:10:01\",\n                    \"categories\": [\n                        \"export.control\",\n                        \"sanction\",\n                        \"debarment\"\n                    ],\n                    \"country\": [\n                        \"za\"\n                    ],\n                    \"idNumber\": [\n                        \"0000000000000\"\n                    ],\n                    \"alias\": [\n                        \"Full Names\",\n                        \"Full Names\"\n                    ],\n                    \"address\": [\n                        \"Road, Suburb, Town, Country\",\n                        \"Road, Suburb, Town, Country\",\n                        \"Address\"\n                    ],\n                    \"gender\": [\n                        \"male\"\n                    ],\n                    \"sourceUrl\": [\n                        \"https://sanctionssearch.ofac.treas.gov/Details.aspx?id=39578\"\n                    ],\n                    \"lastName\": [\n                        \"Surname\"\n                    ],\n                    \"firstName\": [\n                        \"Name\",\n                        \"Name\"\n                    ],\n                    \"passportNumber\": [\n                        \"A000000000\"\n                    ],\n                    \"uniqueEntityId\": [\n                        \"SCD4V7SVM7\",\n                        \"R1V7HGKJC6\"\n                    ],\n                    \"notes\": [\n                        \"(also alias name)\",\n                        \"(also alias name)\"\n                    ],\n                    \"createdAt\": [\n                        \"2022-11-28\"\n                    ]\n                },\n                \"address\": {\n                    \"addressEntity\": [\n                        {\n                            \"id\": \"NK-URhFMp6x09FA45T66E8jBhN3\",\n                            \"caption\": \"street, city, province, country\",\n                            \"schema\": \"Address\",\n                            \"datasets\": [\n                                \"us_ofac_sdn\"\n                            ],\n                            \"first_seen\": \"2023-11-02T16:38:16\",\n                            \"last_seen\": \"2026-01-16T16:13:58\",\n                            \"last_change\": \"2023-11-02T16:38:16\",\n                            \"city\": [\n                                \"City\"\n                            ],\n                            \"street\": [\n                                \"38 Cunningham Rd, Umbilo\"\n                            ],\n                            \"postalCode\": [\n                                \"4001\"\n                            ],\n                            \"state\": [\n                                \"KwaZulu-Natal\"\n                            ],\n                            \"country\": [\n                                \"za\"\n                            ],\n                            \"full\": [\n                                \"Full Address provided\"\n                            ]\n                        }\n                    ]\n                },\n                \"identification\": {\n                    \"identification\": [\n                        {\n                            \"id\": \"ofac-98fc7a4939e1ced6222108337f24de10f25f\",\n                            \"caption\": \"A000000\",\n                            \"schema\": \"Passport\",\n                            \"datasets\": [\n                                \"us_ofac_sdn\"\n                            ],\n                            \"first_seen\": \"2023-04-20T10:27:20\",\n                            \"last_seen\": \"2026-01-16T16:13:58\",\n                            \"last_change\": \"2023-04-20T10:27:20\",\n                            \"holder\": [\n                                \"NK-fEacoGVmoZxZDjBbmdZvcZ\"\n                            ],\n                            \"country\": [\n                                \"za\"\n                            ],\n                            \"number\": [\n                                \"A0000000\"\n                            ],\n                            \"type\": [\n                                \"Passport\"\n                            ]\n                        },\n                        {\n                            \"id\": \"ofac-76bb5d8357cb08a110e730e74a7c0120f6909361\",\n                            \"caption\": \"0000000000000\",\n                            \"schema\": \"Identification\",\n                            \"datasets\": [\n                                \"us_ofac_sdn\"\n                            ],\n                            \"first_seen\": \"2023-04-20T10:27:20\",\n                            \"last_seen\": \"2026-01-16T16:13:58\",\n                            \"last_change\": \"2023-04-20T10:27:20\",\n                            \"type\": [\n                                \"National ID No.\"\n                            ],\n                            \"holder\": [\n                                \"NK-fEacoGVmoZxZDjBbmdZvcZ\"\n                            ],\n                            \"number\": [\n                                \"0000000000000\"\n                            ],\n                            \"country\": [\n                                \"za\"\n                            ]\n                        }\n                    ]\n                },\n                \"unknown_link\": {\n                    \"unknownLinkTo\": [\n                        {\n                            \"id\": \"ofac-3fc974efa2fa3fd113b7512caeaaba3661a34429\",\n                            \"caption\": \"Other link\",\n                            \"schema\": \"UnknownLink\",\n                            \"datasets\": [\n                                \"us_ofac_sdn\"\n                            ],\n                            \"first_seen\": \"2023-04-20T10:27:20\",\n                            \"last_seen\": \"2026-01-16T16:13:58\",\n                            \"last_change\": \"2023-04-20T10:27:20\",\n                            \"role\": [\n                                \"Providing support to\"\n                            ],\n                            \"object\": [\n                                {\n                                    \"id\": \"NK-mP2Qn89PXjHnin8ak9uPRb\",\n                                    \"caption\": \"ISLAMIC STATE OF IRAQ AND THE LEVANT\",\n                                    \"schema\": \"Company\",\n                                    \"datasets\": [\n                                        \"gb_proscribed_orgs\",\n                                        \"qa_nctc_sanctions\",\n                                        \"il_mod_terrorists\",\n                                        \"un_sc_sanctions\",\n                                        \"au_dfat_sanctions\",\n                                        \"permid\",\n                                        \"us_trade_csl\",\n                                        \"ch_seco_sanctions\",\n                                        \"jp_mof_sanctions\",\n                                        \"fr_tresor_gels_avoir\",\n                                        \"za_fic_sanctions\",\n                                        \"iq_aml_list\",\n                                        \"tr_fcib\",\n                                        \"in_mha_banned\",\n                                        \"pl_finanse_sanctions\",\n                                        \"kz_afmrk_sanctions\",\n                                        \"md_terror_sanctions\",\n                                        \"gb_fcdo_sanctions\",\n                                        \"us_ofac_sdn\",\n                                        \"mc_fund_freezes\",\n                                        \"us_state_terrorist_orgs\",\n                                        \"be_fod_sanctions\",\n                                        \"eu_fsf\",\n                                        \"tw_shtc\",\n                                        \"my_moha_sanctions\",\n                                        \"us_sam_exclusions\",\n                                        \"ca_listed_terrorists\",\n                                        \"bg_omnio_poi\",\n                                        \"gb_hmt_sanctions\",\n                                        \"ua_sfms_blacklist\",\n                                        \"ar_repet\",\n                                        \"au_listed_terrorist_orgs\",\n                                        \"ae_local_terrorists\",\n                                        \"id_dttot\"\n                                    ],\n                                    \"target\": true,\n                                    \"first_seen\": \"2022-04-27T18:12:14\",\n                                    \"last_seen\": \"2026-01-16T17:05:02\",\n                                    \"last_change\": \"2026-01-14T07:56:30\",\n                                    \"categories\": [\n                                        \"export.control\",\n                                        \"sanction.counter\",\n                                        \"sanction\",\n                                        \"debarment\",\n                                        \"crime.terror\"\n                                    ],\n                                    \"name\": [\n                                        \"AL-QAIDA GROUP OF JIHAD IN IRAQ\",\n                                        \"the Victory Front\",\n                                        \"Hay'et Tahrir al-Sham\",\n                                        \"Tanzim Qa’idat Al-Jihad fi Bilad al-Rafidayn\",\n                                        \"AL NUSRAH FRONT FOR THE PEOPLE OF LEVANT\",\n                                        \"Qaida of the Jihad in the Land of the Two Rivers\",\n                                        \"TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN\",\n                                        \"AL-QAIDA IN MESOPOTAMIA\",\n                                        \"Jama’at al-Tawhid Wa'al-Jihad\",\n                                        \"The Front for the Liberation of al Sham\",\n                                        \"AL-HAYAT MEDIA CENTER\",\n                                        \"Jabhat Fath al Sham\",\n                                        \"Hay’at Tahrir al-Sham\",\n                                        \"Islamic State of Iraq and the Levant)\",\n                                        \"Hay'at Tahrir al-Sham\",\n                                        \"AL-NUSRAH FRONT IN LEBANON\",\n                                        \"Jabhat al-Nusrah\",\n                                        \"Islamic State in Iraq and the Levant\",\n                                        \"Islamic State of Iraq\",\n                                        \"AL-QAIDA OF JIHAD IN IRAQ\",\n                                        \"Al-Nusra Front\",\n                                        \"the Monotheism and Jihad Group\",\n                                        \"ISLAMIC STATE OF IRAQ AND AL-SHAM\",\n                                        \"Assembly for the Liberation of the Levant\",\n                                        \"DAWLA AL ISLAMIYA\",\n                                        \"AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS\",\n                                        \"Jabhat Fateh Al-Sham\",\n                                        \"Al-Qaida of Jihad in the Land of the Two Rivers\",\n                                        \"al-Zarqawi network\",\n                                        \"ארגון התוח'יד והג'האד\",\n                                        \"TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI\",\n                                        \"al-Tawhid\",\n                                        \"イラクのアル・カーイダ\",\n                                        \"חזית אלנצרה\",\n                                        \"Hay'at Tahrir al-Sham (HTS)\",\n                                        \"THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS\",\n                                        \"Assembly for the Liberation of Syria\",\n                                        \"AMAQ NEW AGENCY \\\"AL HAYAT MEDİA CENTER\\\"\",\n                                        \"Jabhat Fath al-Sham\",\n                                        \"Levantine Mujahideen on the Battlefields of Jihad\",\n                                        \"جبهة النصرة في سوريا\",\n                                        \"Front for the Conquest of Syria/the Levant\",\n                                        \"جبهة النصرة\",\n                                        \"Liberation of the Levant Organisation Tahrir al-Sham\",\n                                        \"Hayat Tahrir al-Sham\",\n                                        \"Front for the Liberation of the Levant\",\n                                        \"القاعدة في العراق\",\n                                        \"Al-Nusrah Front For The People Of The Levant\",\n                                        \"JAMA’AT AL-TAWHID WA’AL-JIHAD (JTJ)\",\n                                        \"Fatah al-Sham Front\",\n                                        \"ISLAMIC STATE OF IRAQ AND SYRIA\",\n                                        \"AL NUSRAH FRONT FOR THE PEOPLE OF THE LEVANT\",\n                                        \"AMAQ NEWS AGENCY\",\n                                        \"Islamic State/Islamic State of Iraq and Levant\",\n                                        \"Front for the Conquest of Syria\",\n                                        \"The Organization of Jihad’s Base in the Country of the Two Rivers\",\n                                        \"Ansar al-Mujahideen Network\",\n                                        \"The Organization Base of Jihad/Mesopotamia\",\n                                        \"Conquest of the Levant Front\",\n                                        \"JABHET AL-NUSRAH\",\n                                        \"AD-DAWLA AL-ISLAMIYYA FI AL-'IRAQ WA-SH-SHAM\",\n                                        \"אלקאעדה עיראק\",\n                                        \"Islamic State\",\n                                        \"Fateh al-Sham Front\",\n                                        \"THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS\",\n                                        \"AL-QAIDA IN THE LAND OF THE TWO RIVERS\",\n                                        \"JAM'AT AL TAWHID WA'AL-JIHAD\",\n                                        \"AHFAD AL SAHABA –BEIT AL –MAQDES\",\n                                        \"JABHAT AL-NUSRA LI-AHL AL-SHAM MIN MUJAHEDI AL-SHAM FI SAHAT AL-JIHAD\",\n                                        \"Jabhet al-Nusra\",\n                                        \"Al-Nusrah Front\",\n                                        \"Jabhat Fatah al-Sham\",\n                                        \"ISLAMIC STATE OF IRAQ AND THE LEVANT\",\n                                        \"Al-Qaida in Iraq\",\n                                        \"Jabhat al-Nusra\",\n                                        \"THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ\",\n                                        \"THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ\",\n                                        \"Tahrir al-Sham Hay'at\",\n                                        \"AL HAYAT MEDIA CENTER\",\n                                        \"جبهة النصرة لأهل الشام\",\n                                        \"Islamic State (IS)\",\n                                        \"レバントの人々のためのアル・ヌスラ戦線\",\n                                        \"AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS\",\n                                        \"Фронт ан-Нусра\",\n                                        \"AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS\",\n                                        \"AL-NUSRAH FRONT IN SYRIA\",\n                                        \"The Organization Base of Jihad/Country of the Two Rivers\",\n                                        \"القاعده في العراق\",\n                                        \"ג'בהת אלנצרה\",\n                                        \"THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS\",\n                                        \"Liberation of al-Sham Commission\",\n                                        \"AL-FURQAN ESTABLISHMENT FOR MEDIA PRODUCTION\",\n                                        \"Tanzeem Qa’idat al Jihad/Bilad al Raafidaini\"\n                                    ],\n                                    \"alias\": [\n                                        \"Hay’et Tahrir al-Sham\",\n                                        \"ANF\",\n                                        \"جبھة فتح الشام\",\n                                        \"al-Zarqawi Network.\",\n                                        \"Hay'et Tahrir al-Sham\",\n                                        \"Tanzim Qa’idat Al-Jihad fi Bilad al-Rafidayn\",\n                                        \"مجاهدو الشام في ساحات الجهاد\",\n                                        \"Кайда на джихад в страната на двете реки\",\n                                        \"AL NUSRAH FRONT FOR THE PEOPLE OF LEVANT\",\n                                        \"AL-NUSRAH FRONT AL-NUSRA FRONT\",\n                                        \"Qaida of the Jihad in the Land of the Two Rivers\",\n                                        \"Базата на организацията на джихад/Месопотамия\",\n                                        \"Al-Hayat Media Center\",\n                                        \"شبكة أنصار المجاهدين\",\n                                        \"ал Таухид\",\n                                        \"Al-Qaeda in Iraq\",\n                                        \"The Front for the Liberation of al Sham\",\n                                        \"SUPPORT FRONT FOR THE PEOPLE OF THE LEVANT\",\n                                        \"Al Qaida of the Jihad in the Land of the Two Rivers\",\n                                        \"Jama'at Al-Tawhid Wa'al- Jihad\",\n                                        \"شبكة أنصار المجاھدین\",\n                                        \"mreža al-Zarqawi\",\n                                        \"Jabhat Fath al Sham\",\n                                        \"Hay’at Tahrir al-Sham\",\n                                        \"مجاهدو الشام في ساحات الجهاد (Levantine Mujahideen on the Battlefields of Jihad - sub-unit name)\",\n                                        \"Organizacija džihad v deželi dveh rek\",\n                                        \"Daish\",\n                                        \"Hay'at Tahrir al-Sham\",\n                                        \"Levantine Mujahideen on the Battlefields of Jihad - sub-unit name\",\n                                        \"Al-Qa'ida of Jihad in Iraq\",\n                                        \"Assembly for Liberation of the Levant\",\n                                        \"Amaq News Agency\",\n                                        \"AL-NUSRAH FRONT IN LEBANON\",\n                                        \"The Organization of Jihads Base in the Country of the Two Rivers\",\n                                        \"Jabhat al-Nusrah\",\n                                        \"Al-Nusra Front For The People of The Levant, The Victory Front\",\n                                        \"شبكة أنصار المجاهدين (Ansar al-Mujahideen Network - sub-unit name)\",\n                                        \"Islamic State in Iraq and the Levant\",\n                                        \"Организацията на основата на джихад в страната на двете реки\",\n                                        \"Fateh Al-Sham Front\",\n                                        \"Al-Kaida v Iraku\",\n                                        \"Liber\",\n                                        \"Islamic State of Iraq\",\n                                        \"Ислямска държава Ирак\",\n                                        \"Организацията на основата на джихад/Страната на двете реки\",\n                                        \"Džihadska Kaida v deželi dveh rek\",\n                                        \"the Monotheism and Jihad Group\",\n                                        \"Islamic State of Iraq and al-Sham\",\n                                        \"AL-QAIDA OF JIHAD IN IRAQ\",\n                                        \"Al-Nusra Front\",\n                                        \"Групата за монотеизъм и джихад\",\n                                        \"Grupa „Monoteizm i Jihad”\",\n                                        \"Assembly for the Liberation of the Levant\",\n                                        \"Jama'at Al-Tawhid Wa'al-Jihad\",\n                                        \"DAWLA AL ISLAMIYA\",\n                                        \"Мрежата на ал-Заркауи\",\n                                        \"Al-Qaida of Jihad Organization in the Land of the Two Rivers\",\n                                        \"Jabhat Fateh Al-Sham\",\n                                        \"Al-Qaida of Jihad in the Land of the Two Rivers\",\n                                        \"al-Zarqawi network\",\n                                        \"Fateh al-Sham Front)\",\n                                        \"Victory Front\",\n                                        \"Hay’at Tahrir al-Sham (HTS) (هيئة تحرير الشام (original script)\",\n                                        \"تنظيم القاعدة فى بلاد الرافدين\",\n                                        \"Unity and Holy War\",\n                                        \"Jebhat al-Nusra li-Ahl al-Sham\",\n                                        \"Etat Islamique en Irak et au Levant\",\n                                        \"Tanzim Qa’idat Al-Jihad fi Bilad al- Rafidayn\",\n                                        \"Tanzim Qaidat Al-Jihad fi Bilad al-Rafidayn\",\n                                        \"Hay'at Tahrir al-Sham (HTS)\",\n                                        \"JABHAT FATEH ALSHAM\",\n                                        \"ג'מאעה אלתוחיד ואלג'האד -תנט'ים אלקאעדה פי בלאד אלראפדין\",\n                                        \"Mujahidin Shura Council\",\n                                        \"Мрежата „al-Zarqawi”\",\n                                        \"HAY’AT TAHRIR AL- SHAM (HTS)\",\n                                        \"Assembly for the Liberation of Syria\",\n                                        \"Al-Qaida in Mesopotamia\",\n                                        \"rete al-Zarqawi\",\n                                        \"Jabhat Fath al-Sham\",\n                                        \"Levantine Mujahideen on the Battlefields of Jihad\",\n                                        \"Al-Dawla Al-Islamiya fi al-Iraq wa al-Sham\",\n                                        \"The Organization Base of Jihad/ Mesopotamia\",\n                                        \"Al-Nusra Front)\",\n                                        \"Front for the Conquest of Syria/the Levant\",\n                                        \"Daesch\",\n                                        \"Jama’at Al-Tawhid Wa’al-Jihad\",\n                                        \"Tanzeem Qa idat al Jihad/Bilad al Raafidaini\",\n                                        \"مجاھدو الشام في ساحات الجھاد\",\n                                        \"Dawat al Islamiya fi Iraq wa al Sham\",\n                                        \"جبهة النصرة\",\n                                        \"Kateab al-Tawhid\",\n                                        \"Liberation of the Levant Organisation Tahrir al-Sham\",\n                                        \"Hayat Tahrir al-Sham\",\n                                        \"Front for the Liberation of the Levant\",\n                                        \"אחפאד אלצחאבה' – בית אלמקדס\",\n                                        \"Al-Qaida Group of Jihad in Iraq\",\n                                        \"Monoteizem in skupina džihad\",\n                                        \"FATAH AL-SHAMFRONT\",\n                                        \"Al-Tawhid\",\n                                        \"Tahrir al-Sham\",\n                                        \"Al-Qaida no Iraque\",\n                                        \"Tahrir al-Sham Hay’at\",\n                                        \"Ал Кайда на джихад в станата на двете реки\",\n                                        \"Abhat al-Nusra\",\n                                        \"Front for the Conquest of Syria\",\n                                        \"هيئة تحرير الشام\",\n                                        \"The Organization of Jihad’s Base in the Country of the Two Rivers\",\n                                        \"Ansar al-Mujahideen Network\",\n                                        \"The Organization Base of Jihad/Mesopotamia\",\n                                        \"أحفاد ألصحابة - بيت المقدس\",\n                                        \"Conquest of the Levant Front\",\n                                        \"Ansar al-Mujahideen Network - sub-unit name\",\n                                        \"JABHET AL-NUSRAH\",\n                                        \"Islamic State of Iraq and Syria\",\n                                        \"AD-DAWLA AL-ISLAMIYYA FI AL-'IRAQ WA-SH-SHAM\",\n                                        \"AL-QAIDA IN IRAQ;\",\n                                        \"Jamaat Al-Tawhid Waal-Jihad\",\n                                        \"Джама'Ат Ал-Таухид Уа'Ал-Джихад\",\n                                        \"Islamic State\",\n                                        \"Фронтът Al-Nusrah за хората от Изтока\",\n                                        \"Džihadska Al-Kaida v deželi dveh rek\",\n                                        \"Organizacijski sedež džihad/Mezopotamija\",\n                                        \"Liberation of the Levant Organisation\",\n                                        \"The Organization of al-Jihad's Base of Operations in the Land of the Two Rivers\",\n                                        \"Al Qaida in Iraq\",\n                                        \"Tanzeem Qaidat al Jihad/Bilad al Raafidaini\",\n                                        \"Al-Qaeda in the Land of the Two Rivers\",\n                                        \"Ал Кайда в Ирак\",\n                                        \"al-Tawhid and al-Jihad\",\n                                        \"Assembly for the Liberation of the Levant; Liberation of al-Sham Commission\",\n                                        \"the Levant\",\n                                        \"JAM'AT AL TAWHID WA'AL-JIHAD\",\n                                        \"Tanzim al-Qaeda al-Jihad fi Bilad al-Rafidain\",\n                                        \"JABHAT AL-NUSRA LI-AHL AL-SHAM MIN MUJAHEDI AL-SHAM FI SAHAT AL-JIHAD\",\n                                        \"Brigades of Tawhid\",\n                                        \"جماعة التوحيد والجهاد\",\n                                        \"Hayat Tahrir al-Sham (HTS) (هيئة تحرير الشام (original script)\",\n                                        \"Al-Qaida in the Land of the Two Rivers\",\n                                        \"Jabhet al-Nusra\",\n                                        \"The Organization of Jihad's Base in the Country of the Two Rivers\",\n                                        \"ALNUSRA FRONT;\",\n                                        \"Al-Nusrah Front\",\n                                        \"Jabhat Fatah al-Sham\",\n                                        \"Al Nusra\",\n                                        \"Islamska država v Iraku in Levantu\",\n                                        \"réseau al-Zarqawi\",\n                                        \"Hayet Tahrir al-Sham\",\n                                        \"جبھة النصرة لأھل الشام\",\n                                        \"The Victory Front\",\n                                        \"Fatah Al-Sham Front\",\n                                        \"Tahrir al-Sham Hay'at\",\n                                        \"Organizacijski sedež džihad/Dežela dveh rek\",\n                                        \"جبهة النصرة لأهل الشام\",\n                                        \"Estado Islâmico do Irão\",\n                                        \"Hay'at Tahrir al-Sham HTS\",\n                                        \"Ислямска държава в Ирак и в Изтока\",\n                                        \"ON THE BAEFIELDS OF JIHAD\",\n                                        \"The Organization of al-Jihad's Base in Iraq\",\n                                        \"AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS\",\n                                        \"Islamic State in Iraq\",\n                                        \"Tanzim Qa'idat Al-Jihad fi Bilad al-Rafidayn\",\n                                        \"جبهة النصرة (the Victory Front\",\n                                        \"The Organization of al-Jihad's Base in the Land of the Two Rivers\",\n                                        \"Група за монотеизъм и джихад\",\n                                        \"Tahrir al-Sham Hay’at)\",\n                                        \"Al Hayat Media Center\",\n                                        \"JABHAT ALNUSRAH\",\n                                        \"The Organization of al-Jihad's Base of Operations in Iraq\",\n                                        \"Hay’at Tahrir al-Sham (HTS)\",\n                                        \"Al-Zarqawi-Netzwerk\",\n                                        \"THE FRONT FOR THE LIBERATION OFAL SHAM\",\n                                        \"AQI-Zarqawi\",\n                                        \"Al-Qaida Group of Jihad in the Land of the Two Rivers\",\n                                        \"Unity and Jihad Group\",\n                                        \"The Organization Base of Jihad/Country of the Two Rivers\",\n                                        \"Tanzeem Qa'idat al Jihad/Bilad al Raafidaini\",\n                                        \"القاعده في العراق\",\n                                        \"Jabhet al- Nusrah\",\n                                        \"Al-Qaida In Iraq\",\n                                        \"ג'בהת אלנצרה\",\n                                        \"Daech\",\n                                        \"Победният фронт\",\n                                        \"Al Qaeda in Iraq\",\n                                        \"Liberation of al-Sham Commission\",\n                                        \"Monotheism and Jihad Group\",\n                                        \"جبهة فتح الشام (Jabhat Fath al Sham\",\n                                        \"Unity and Holy Struggle\",\n                                        \"AL-FURQAN ESTABLISHMENT FOR MEDIA PRODUCTION\",\n                                        \"Front for the Conquest of the Levant\",\n                                        \"جبهة فتح الشام\",\n                                        \"تنظيم القاعدة في العراق\",\n                                        \"Tanzeem Qa’idat al Jihad/Bilad al Raafidaini\",\n                                        \"Organisation for the Liberation of the Levant\",\n                                        \"Gruppe ,Einheit Gottes und Heiliger Krieg'\",\n                                        \"תנט'ים אלקאעדה פי אלעראק\"\n                                    ],\n                                    \"modifiedAt\": [\n                                        \"2025-05-14\"\n                                    ],\n                                    \"createdAt\": [\n                                        \"2004-10-18\"\n                                    ],\n                                    \"notes\": [\n                                        \"- Berafiliasi dengan Al-Qaida, beroperasi di Suriah dan mendukung jaringan di Irak;\\n- Pada Januari 2017 Front Al-Nusra membentuk Hay’at Tahrir al-Sham (HTS) untuk mendukung pemberontakan di Suriah;\\n- Al-Nusrah Front for the People of the Levant tercanatum dalam dalam Res. Dewan \\nKeamanan PBB 1267 sejak 7 Juni 2017 dan diperbarui kembali pada 5 Juni 2018, serta \\ndan diperbarui kembali pada 15 November 2021 termasuk pembentukan Hay’at Tahrir \\nal-Sham (HTS);\",\n                                        \"(also JAM'AT AL TAWHID WA'AL-JIHAD)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Review pursuant to Security Council resolution 2368 (2017) was concluded on 24 November 2020.\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Review pursuant to Security Council resolution 1822 (2008) was concluded on 25 May 2010.\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"The Islamic State is a Sunni jihadist group that seeks to sow civil unrest in Iraq and the Levant with the aim of establishing a single, transnational Islamic state based on Sharia Law, replacing the Iraqi and Syrian governments. The group was originally created in Jordan in the early 1990s under the name Bayat al Imam. The group associated with Al Qaida Core's senior leadership in 1999 and fought alongside Al Qaida Core and the Taliban during the US strikes in Afghanistan in late 2001. The group then transferred to Iraq in anticipation of the US -led invasion, and, in October 2004, formally renamed itself \\\"Al Qaida in Iraq\\\" (AQI). The group has also operated under the name of Islamic State of Iraq and Syria (ISIS) and Islamic State of Iraq and al-Sham (ISIS). In 2013, the group renamed itself the \\\"Islamic State in Iraq and the Levant\\\" (ISIL). In June 2014, the group renamed itself \\\"Islamic State\\\". The Islamic State's tactics include suicide attacks using vehicles and improvised explosive devices, armed attacks, hostage takings, and video-taped beheadings. In June and August 2017, IS claimed responsibility for three vehicular ramming attacks in the UK and Spain. These attacks killed at least 27 people, including two Canadians.  In July 2021, a bomb killed at least 35 civilians and wounded at least 60 others at Al-Wuhailat market in the Sadr City area of Baghdad, Iraq. The attack targeted a Shia majority neighbourhood on the eve of the Eid Al-Adha holiday. IS claimed responsibility for the attack and said it was a suicide bombing. In April 2023, IS militants killed at least 16 civilians and 10 security forces in Syria, and in February 2023 IS militants shot and killed at least 46 civilians and seven domestic military members. The militants carried out the attack when the civilians were harvesting truffles.\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP)\",\n                                        \"Review pursuant to Security Council resolution 1822 (2008) was concluded on 25 May 2010. Review pursuant to Security Council resolution 2368 (2017) was concluded on 24 November 2020.\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Other information: (a) Operates in Syrian Arab Republic; (b) Iraq; (c) Previously listed between 30 May 2013 and 13 May 2014 as an aka of Al-Qaida in Iraq. Date of designation referred to in Article 7d(2)(i): 14.5.2014.\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Also listed for United Nations Security Council Resolution 1267/1989/2253 ISIL (Da’esh) and Al-Qaida sanctions as an alias of Al-Nusrah Front for the People of the Levant.\",\n                                        \"アル・カーイダ（１６６．に指定した団体）と連携している。アル・カーイダの外国人工作員と共に、シリア・アラブ共和国の地元の分隊に加わり、テロ活動やゲリラ活動を行うために、シリア人や外国のイラクのアル・カーイダ（４５３．に指定した団体）及びアスバト・アルアンサル(１７２．に指定した団体)の戦闘員を引き寄せた。イラクのアル・カーイダ（４５３．に指定した団体）としてリストに掲載されているISIL（いわゆる「イスラム国」）、及びその指導者である、イブラヒーム・アッワード・イブラヒーム・アリー・アル・バドリー・アル・サマッライ(６００．に指定した個人)と連携していたが、２０１３年に連携を解消した。２０１６年７月には、レバントの人々のためのアル・ヌスラ戦線の指導者である、アブ・モハンメド・アル・ジャウラニ(６３７．に指定した個人)は、同団体がその名称をジャブハト・ファタハ・アル・シャームに変更し、もはやいかなる外部団体とも関係していないと表明した。当該表明及び同団体が自らをレバントの人々のためのアル・ヌスラ戦線から区別しようと試みているにもかかわらず、依然としてアル・カーイダと連携しており、この新たな団体名のもとでテロ活動の実行を継続している。２０１７年１月には、アル・ヌスラ戦線はシリア騒乱におけるその立場を向上し、シリアにおけるアル・カーイダの支部としてのその目的を追求するための手段として、ハイアト・タハリール・アル・シャーム（HTS）を創設した。２０１３年５月３０日から２０１４年５月１３日までは、イラクのアル・カーイダ（４５３．に指定した団体）の別名として掲載されていた。国連安全保障理事会決議第２３６８号（２０１７年）に基づく見直しは２０２１年１１月１５日に終了した。同団体に対するインターポール（国際刑事警察機構）・国連安全保障理事会特別手配書のウェブ・リンク：\",\n                                        \"国連安全保障理事会決議第1822号（2008年）に基づく見直しは2010年5月25日に終了した。国連安全保障理事会決議第2368号（2017年）に基づく見直しは2020年11月24日に終了した。同団体に対するインターポール（国際刑事警察機構）・国連安全保障理事会特別手配書のウェブ・リンク： View-UN-Notices-Entities\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also JABHAT AL-NUSRAH, JABHET AL-NUSRAH, AL NUSRAH FRONT FOR THE PEOPLE OF LEVANT, AL-NUSRAH FRONT IN LEBANON, JABHAT AL-NUSRA LI-AHL AL-SHAM MIN MUJAHEDI AL-SHAM FI SAHAT AL-JIHAD)\",\n                                        \"(also AL-NUSRAH FRONT)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Associated with Al-Qaida (QDe.004). Brought Syrian and foreign Al-Qaida in Iraq (QDe.115) and Asbat al-Ansar (QDe.007) fighters, along with other foreign Al-Qaida operatives, to join local elements in Syrian Arab Republic to carry out terrorist and guerrilla operations there. Previously associated with the Islamic State in Iraq and the Levant (ISIL), listed as Al-Qaida in Iraq (QDe.115), and its leader Ibrahim Awwad Ibrahim Ali al-Badri al-Samarrai (QDi.299) but separated from that group in 2013. In Jul. 2016, Abu Mohammed Al-Jawlani (QDi.317), the leader of Al-Nusrah Front for the People of the Levant, announced the group had changed its name to Jabhat Fath al-Sham and was no longer affiliated with any external entity. Despite the announcement and attempts to distinguish itself from Al-Nusrah Front for the People of the Levant, the group remains aligned with Al-Qaida and continues to carry out terrorist operations under this new name. In January 2017, Al-Nusrah Front created Hay’at Tahrir al-Sham (HTS) as a vehicle to advance its position in the Syrian insurgency and further its own goals as Al-Qaida’s affiliate in Syria. Previously listed between 30 May 2013 and 13 May 2014 as an aka of Al-Qaida in Iraq (QDe.115). Review pursuant to Security Council resolution 2368 (2017) was concluded on 15 November 2021.\",\n                                        \"ביטול ההכרזה על הארגון כארגון טרור מיום 20.10.2009 בשל הכרזה על הארגון כהתאחדות בלתי מותרת- ילקוט הפרסומים 6918 , כ\\\"ג בחשוון התשע\\\"ה עמוד 941\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ, AL-NUSRAH FRONT, AL-NUSRAH FRONT, JABHAT AL-NUSRAH, JABHAT AL-NUSRAH, JABHET AL-NUSRA, JABHET AL-NUSRA, THE VICTORY FRONT, THE VICTORY FRONT, AL NUSRAH FRONT FOR THE PEOPLE OF THE LEVANT, AL NUSRAH FRONT FOR THE PEOPLE OF THE LEVANT, ISLAMIC STATE OF IRAQ AND THE LEVANT, ISLAMIC STATE OF IRAQ AND AL-SHAM, ISLAMIC STATE OF IRAQ AND SYRIA, AD-DAWLA AL-ISLAMIYYA FI AL-'IRAQ WA-SH-SHAM, DAESH, DAWLA AL ISLAMIYA, AL-FURQAN ESTABLISHMENT FOR MEDIA PRODUCTION, AMAQ NEWS AGENCY, AL HAYAT MEDIA CENTER, AL-HAYAT MEDIA CENTER)\",\n                                        \"Associated with Al-Qaida (QDe.004). Brought Syrian and foreign Al-Qaida in Iraq (QDe.115) and Asbat al-Ansar (QDe.007) fighters, along with other foreign Al-Qaida operatives, to join local elements in Syrian Arab Republic to carry out terrorist and guerrilla operations there. Previously associated with the Islamic State in Iraq and the Levant (ISIL), listed as Al-Qaida in Iraq (QDe.115), and its leader Ibrahim Awwad Ibrahim Ali al-Badri al-Samarrai (QDi.299) but separated from that group in 2013. In Jul. 2016, Abu Mohammed Al-Jawlani (QDi.317), the leader of Al-Nusrah Front for the People of the Levant, announced the group had changed its name to Jabhat Fath al-Sham and was no longer affiliated with any external entity. Despite the announcement and attempts to distinguish itself from Al-Nusrah Front for the People of the Levant, the group remains aligned with Al-Qaida and continues to carry out terrorist operations under this new name. In January 2017, Al-Nusrah Front created Hayat Tahrir al-Sham (HTS) as a vehicle to advance its position in the Syrian insurgency and further its own goals as Al-Qaidas affiliate in Syria. Previously listed between 30 May 2013 and 13 May 2014 as an aka of Al-Qaida in Iraq (QDe.115). Review pursuant to Security Council resolution 2368 (2017) was concluded on 15 November 2021.\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Review pursuant to Security Council resolution 1822 (2008) was concluded on 25 May 2010. INTERPOL-UN Security Council Special Notice web link: https://www.interpol.int/en/notice/search/une/5278296\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Associated with Al-Qaida (QDe.004). Brought Syrian and foreign Al-Qaida in Iraq (QDe.115) and Asbat al-Ansar (QDe.007) fighters, along with other foreign Al-Qaida operatives, to join local elements in Syrian Arab Republic to carry out terrorist and guerrilla operations there. Previously associated with the Islamic State in Iraq and the Levant (ISIL), listed as Al-Qaida in Iraq (QDe.115), and its leader Ibrahim Awwad Ibrahim Ali al-Badri al-Samarrai (QDi.299) but separated from that group in 2013. In Jul. 2016, Abu Mohammed Al-Jawlani (QDi.317), the leader of Al-Nusrah Front for the People of the Levant, announced the group had changed its name to Jabhat Fath al-Sham and was no longer affiliated with any external entity. Despite the announcement and attempts to distinguish itself from Al-Nusrah Front for the People of the Levant, the group remains aligned with Al-Qaida and continues to carry out terrorist operations under this new name. In January 2017, Al-Nusrah Front created Hay’at Tahrir al-Sham (HTS) as a vehicle to advance its position in the Syrian insurgency and further its own goals as Al-Qaida’s affiliate in Syria. Previously listed between 30 May 2013 and 13 May 2014 as an aka of Al-Qaida in Iraq (QDe.115). Review pursuant to Security Council resolution 2268 (2017) was concluded on 15 November 2021. INTERPOL-UN Security Council Special Notice web link: https://www.interpol.int/en/notice/search/une/5790822\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN THE LAND OF THE TWO RIVERS, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"(also THE ORGANIZATION OF AL-JIHAD'S BASE IN IRAQ, THE ORGANIZATION OF AL-JIHAD'S BASE OF OPERATIONS IN IRAQ, AL-QAIDA OF JIHAD IN IRAQ, AL-QAIDA IN THE LAND OF THE TWO RIVERS, AL-QAIDA IN IRAQ, AL-QAIDA IN MESOPOTAMIA, AL-QAIDA OF THE JIHAD IN THE LAND OF THE TWO RIVERS, AL-QAIDA OF JIHAD ORGANIZATION IN THE LAND OF THE TWO RIVERS, AL-QAIDA GROUP OF JIHAD IN IRAQ, AL-QAIDA GROUP OF JIHAD IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION OF JIHAD'S BASE IN THE COUNTRY OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/COUNTRY OF THE TWO RIVERS, THE ORGANIZATION OF AL-JIHAD'S BASE IN THE LAND OF THE TWO RIVERS, THE ORGANIZATION BASE OF JIHAD/MESOPOTAMIA, TANZEEM QA'IDAT AL JIHAD/BILAD AL RAAFIDAINI, AL-ZARQAWI NETWORK, AL-TAWHID, JAM'AT AL TAWHID WA'AL-JIHAD, TANZIM QA'IDAT AL-JIHAD FI BILAD AL-RAFIDAYN, THE MONOTHEISM AND JIHAD GROUP, ISLAMIC STATE OF IRAQ)\",\n                                        \"Associated with Al-Qaida (QDe.004). Brought Syrian and foreign Al-Qaida in Iraq (QDe.115) and Asbat al-Ansar (QDe.007) fighters, along with other foreign Al-Qaida operatives, to join local elements in Syrian Arab Republic to carry out terrorist and guerrilla operations there. Previously associated with the Islamic State in Iraq and the Levant (ISIL), listed as Al-Qaida in Iraq (QDe.115), and its leader Ibrahim Awwad Ibrahim Ali al-Badri al-Samarrai (QDi.299) but separated from that group in 2013. In Jul. 2016, Abu Mohammed Al-Jawlani (QDi.317), the leader of Al-Nusrah Front for the People of the Levant, announced the group had changed its name to Jabhat Fath al-Sham and was no longer affiliated with any external entity. Despite the announcement and attempts to distinguish itself from Al-Nusrah Front for the People of the Levant, the group remains aligned with Al-Qaida and continues to carry out terrorist operations under this new name. In January 2017, Al-Nusrah Front created Hay’at Tahrir al-Sham (HTS) as a vehicle to advance its position in the Syrian insurgency and further its own goals as Al-Qaida’s affiliate in Syria. Previously listed between 30 May 2013 and 13 May 2014 as an aka of Al-Qaida in Iraq (QDe.115). Review pursuant to Security Council resolution 2368 (2017) was concluded on 15 November 2021. available.\",\n                                        \"opère en Syrie - Iraq -- précédemment inscrit sur la liste entre le 30/05/2013 et le 13/05/2014 en tant qu'alias d'Al-Qaida en Iraq. L’examen effectué conformément à la résolution 2368 (2017) du Conseil de sécurité a pris fin le 15 novembre 2021.\"\n                                    ],\n                                    \"country\": [\n                                        \"sy\",\n                                        \"iq\",\n                                        \"us\"\n                                    ],\n                                    \"addressEntity\": [\n                                        \"addr-f02c6e6201b57d9d6284c1de0240193aed039cde\",\n                                        \"NK-7q8ohnLS7WafWdduSBFZWW\",\n                                        \"addr-4d4bc55e0a597c3509be5cf882a3dec0c486d0f2\",\n                                        \"addr-6a05fd41f2e0cb4f178db0cb8d1249f29fb4311c\",\n                                        \"addr-7cd2ebc72f77cb8143676e490efe95d9113d6de9\"\n                                    ],\n                                    \"address\": [\n                                        \"Iraq (Support network)\",\n                                        \"Syrian Arab Republic (Operates in)\",\n                                        \"Suriah\",\n                                        \"~,~ Iraq, Organisation, Iraq\",\n                                        \"シリア・アラブ共和国（活動地）\",\n                                        \"イラク（支援ネットワークあり）\",\n                                        \"Operates in Syrian Arab Republic, Support network Iraq\",\n                                        \"Syria\",\n                                        \"Syrian Arab Republic Operates in\",\n                                        \"Iraq Support network\",\n                                        \"a) Iraq b) Syria\",\n                                        \"Iraq (Support network\"\n                                    ],\n                                    \"sourceUrl\": [\n                                        \"https://sanctionssearch.ofac.treas.gov/Details.aspx?id=8759\",\n                                        \"http://www.publicsafety.gc.ca/cnt/ntnl-scrt/cntr-trrrsm/lstd-ntts/crrnt-lstd-ntts-en.aspx\",\n                                        \"https://www.mha.gov.in/sites/default/files/2024-10/38ISIS_28102024.pdf\",\n                                        \"https://permid.org/1-5086730743\",\n                                        \"https://www.dans.bg/images/stories/FID/Reshenie_265_MS_23042003_Spisyk_ZMFT.pdf\",\n                                        \"https://www.mha.gov.in/en/commoncontent/list-of-organisations-designated-%E2%80%98terrorist-organizations%E2%80%99-under-section-35-of\",\n                                        \"https://gels-avoirs.dgtresor.gouv.fr/Gels/RegistreDetail?idRegistre=2801\",\n                                        \"https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv:OJ.L_.2018.146.01.0003.01.ENG&toc=OJ:L:2018:146:TOC\",\n                                        \"https://gels-avoirs.dgtresor.gouv.fr/Gels/RegistreDetail?idRegistre=2787\",\n                                        \"https://sanctionssearch.ofac.treas.gov/Details.aspx?id=16937\"\n                                    ],\n                                    \"weakAlias\": [\n                                        \"THE VICTORY FRONT\",\n                                        \"JTJ\",\n                                        \"SUPPORT FRONT FOR THE PEOPLE OF THE LEVANT\",\n                                        \"HTS\",\n                                        \"DAESH\",\n                                        \"Al Hayat\",\n                                        \"AQI\",\n                                        \"ISIS\",\n                                        \"ISIL\",\n                                        \"ISI\"\n                                    ],\n                                    \"permId\": [\n                                        \"5086730743\"\n                                    ],\n                                    \"status\": [\n                                        \"Active\"\n                                    ],\n                                    \"jurisdiction\": [\n                                        \"iq\"\n                                    ],\n                                    \"uniqueEntityId\": [\n                                        \"DQ87C52GVL56\",\n                                        \"P5RLDVK9F1H3\",\n                                        \"ZY6LH99NRS27\",\n                                        \"RZ2GZJ287XT6\",\n                                        \"T6LSPTJ433R7\",\n                                        \"MLSJJGPQGLZ8\",\n                                        \"ZQB2L4FUD2J7\",\n                                        \"CX2LD5N1R7P6\",\n                                        \"GMLKKAPGJSB9\",\n                                        \"H3U5QLHUHEU3\",\n                                        \"W89EKDPNZ8Q3\",\n                                        \"HU5NRPJ8WE43\",\n                                        \"YNF4LBBMKLE7\",\n                                        \"X2TJH422ZE16\",\n                                        \"RE2QMT76C2W4\",\n                                        \"NX7PL15JN355\",\n                                        \"G82NUL79HL59\",\n                                        \"MUW3NQ7AK2L3\",\n                                        \"Z6GDKTR4B464\",\n                                        \"V771S3KL44L5\",\n                                        \"ZN6PRFGAN249\",\n                                        \"WMS1T5NLB2U9\",\n                                        \"CVLFSAD8A464\",\n                                        \"Z9MFVUGPKSH9\",\n                                        \"XAJSF9J5GHA4\",\n                                        \"HKV3AM4YMDK3\",\n                                        \"CTGHYCX4LVL5\",\n                                        \"Q1N2YQHC3LG5\",\n                                        \"D3LGRRPP9515\",\n                                        \"EQP6JAH65ZL5\",\n                                        \"MNM3EB2C2QB6\",\n                                        \"C1J4DSU5YMC5\",\n                                        \"LR45S4H92D35\",\n                                        \"XNGHD1Q1ZK18\",\n                                        \"K5JUAPKVMH11\",\n                                        \"FNPAZMWVRFJ7\",\n                                        \"TBLNEGLC77E5\",\n                                        \"NJ38FJK4QFB3\",\n                                        \"K82SYUB2VSL4\",\n                                        \"ESAZZB36TAP6\",\n                                        \"LGJXHN7MNQJ7\",\n                                        \"JLH2PNLA98K3\",\n                                        \"Z9NNWL4GEWV4\",\n                                        \"HFFAM1D2DPD6\",\n                                        \"PS67ZHFHMF32\",\n                                        \"UPDZHD5H3ET7\",\n                                        \"CH7NSNFV9LS4\",\n                                        \"YA3GN1S2PZ51\"\n                                    ],\n                                    \"previousName\": [\n                                        \"al-Qa’ida in Iraq\"\n                                    ]\n                                }\n                            ],\n                            \"subject\": [\n                                \"NK-fEacoGVmoZxZDjBbmdZvcZ\"\n                            ]\n                        }\n                    ],\n                    \"_edge_info\": {\n                        \"source\": \"subject\",\n                        \"target\": \"object\",\n                        \"label\": \"linked to\",\n                        \"directed\": false,\n                        \"caption\": [\n                            \"role\"\n                        ]\n                    }\n                },\n                \"source\": \"default\",\n                \"matchScore\": \"100.0%\",\n                \"compliance_details\": [\n                    {\n                        \"code\": \"export.control\",\n                        \"topic\": {\n                            \"id\": 81,\n                            \"label\": \"Subject to export control restrictions (e.g., military goods).\",\n                            \"short_label\": \"Export Controlled\",\n                            \"score\": 90,\n                            \"match_type\": \"Company / Individual\",\n                            \"master_code\": null\n                        },\n                        \"category\": {\n                            \"id\": 5,\n                            \"name\": \"Sanction\"\n                        },\n                        \"risk_rule\": {\n                            \"id\": 1256,\n                            \"condition\": \"5||export.control\",\n                            \"description\": \"Subject to export control restrictions (e.g., military goods).\",\n                            \"score\": 90,\n                            \"short_label\": \"Export Controlled\",\n                            \"is_active\": true,\n                            \"is_system\": true\n                        }\n                    },\n                    {\n                        \"code\": \"sanction\",\n                        \"topic\": {\n                            \"id\": 146,\n                            \"label\": \"Directly subject to sanctions.\",\n                            \"short_label\": \"Sanction\",\n                            \"score\": 100,\n                            \"match_type\": \"Individual / Company / Organization\",\n                            \"master_code\": null\n                        },\n                        \"category\": {\n                            \"id\": 5,\n                            \"name\": \"Sanction\"\n                        },\n                        \"risk_rule\": {\n                            \"id\": 1321,\n                            \"condition\": \"5||sanction\",\n                            \"description\": \"Directly subject to sanctions.\",\n                            \"score\": 100,\n                            \"short_label\": \"Sanction\",\n                            \"is_active\": true,\n                            \"is_system\": true\n                        }\n                    },\n                    {\n                        \"code\": \"debarment\",\n                        \"topic\": {\n                            \"id\": 80,\n                            \"label\": \"Officially prohibited from government contracts or tenders.\",\n                            \"short_label\": \"Debarred Entity\",\n                            \"score\": 60,\n                            \"match_type\": \"Individual / Company / Organization\",\n                            \"master_code\": null\n                        },\n                        \"category\": {\n                            \"id\": 4,\n                            \"name\": \"Risk\"\n                        },\n                        \"risk_rule\": {\n                            \"id\": 1255,\n                            \"condition\": \"4||debarment\",\n                            \"description\": \"Officially prohibited from government contracts or tenders.\",\n                            \"score\": 60,\n                            \"short_label\": \"Debarred Entity\",\n                            \"is_active\": true,\n                            \"is_system\": true\n                        }\n                    }\n                ]\n            }\n        ],\n        \"crime\": [],\n        \"entity_of_interest\": [],\n        \"crypto_wallet\": [],\n        \"check_id\": {},\n        \"contactability\": {},\n        \"proof_of_life\": {},\n        \"profile_id\": {},\n        \"get_photo\": {},\n        \"adverse_media_list\": {},\n        \"verification\": {},\n        \"bank_verification\": {\n            \"first_name\": \"Name\",\n            \"surname\": \"Surname\",\n            \"account_open\": \"Y\",\n            \"account_found\": \"Y\",\n            \"account_length\": \"Y\",\n            \"account_type_match\": \"Y\",\n            \"identity_number_match\": \"Y\",\n            \"initials_match\": \"Y\",\n            \"name_match\": \"Y\",\n            \"phone_match\": \"Y\",\n            \"email_match\": \"Y\",\n            \"accept_debits\": \"Y\",\n            \"accept_credits\": \"Y\",\n            \"transaction_fee\": \"\",\n            \"reply_code\": \"207\",\n            \"reply_message\": \"Transaction Successful (00)\"\n        }\n    },\n    \"report_url\": \"https://api.finintel.co.za/client_report/5006e131-9853-4829-88a1-b4ce332e11-report-timestamped-20260203071240.pdf\"\n}"},{"id":"14e8f19a-295b-4f16-9726-70ceea4b81bb","name":"FCS scan API individual invalid API key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":""}],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{USERNAME}}\",\n    \"matchScore\": 0.80,\n    \"option\": \"C | V\",\n    \"name\": \"{{Full Names}}\",\n    \"identityNumber\": \"{{individual SA id number or company reg number}}\", \n    \"matchType\": \"individual\", \n    \"birthDate\": \"{{Date of Birth in yyyy-mm-dd}}\", \n    \"passportNumber\": \"{{passport number}}\", \n    \"gender\": \"male\", \n    \"nationality\": \"za\", \n    \"location\": \"za\",\n    \"telephone\": \"0123456789\", \n    \"address\": \"Durban KwaZulu-Natal 4001 South Africa\", \n    \"agreementNumber\": \"AgreeNo12345\",\n    \"encodePdf\": \"false\",\n    //\"cryptoWalletAddress\": \"wgvef12787t\", \n    //\"cryptoWalletCurrency\": \"BTC\", \n    \"productType\": \"creditlife\",\n    \"sourceOfFunds\": \"salary\",\n    \"ficQuestionA\": \"true\",\n    \"ficQuestionB\": \"false\",\n    \"typeOfService\": \"New Business\",\n    \"entityRole\": \"main member\",\n    //\"riskScoreOptionExclude\": \"A\" Specify this option if you don't want the risk score calculator based on your RMCP to be built into the report\n    \"bankCode\": \"001\",\n    \"bankName\": \"ABSA\",\n    \"bankAccountNumber\": \"0010010025\",\n    \"accountType\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v2/scan"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":":status","value":401},{"key":"date","value":"Thu, 05 Feb 2026 05:19:46 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"27"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Accept"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"32f3bc17-49f9-4005-b954-cc04debc87d9"},{"key":"x-runtime","value":"0.006718"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid API key\"\n}"}],"_postman_id":"17f178bf-e97e-4497-b406-77be7fd63d17"},{"name":"FCS scan API Company","event":[{"listen":"test","script":{"id":"e53c35e6-a3e4-4cf3-add3-33555b0af540","exec":["pm.test(\"Response time is less than 500ms\", function () {\r","  pm.expect(pm.response.responseTime).to.be.below(500);\r","});\r","\r","const responseData = pm.response.json();\r","\r","pm.test(\"Response status code is 200\", function () {\r","  pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Base response structure is valid\", function () {\r","  pm.expect(responseData).to.be.an(\"object\");\r","  pm.expect(responseData).to.have.property(\"status\");\r","  pm.expect(responseData).to.have.property(\"timestamp\");\r","  pm.expect(responseData).to.have.property(\"formatted_data\");\r","});\r","\r","pm.test(\"formatted_data has expected sections\", function () {\r","  pm.expect(responseData.formatted_data).to.be.an(\"object\");\r","  pm.expect(responseData.formatted_data).to.have.property(\"result_summary\");\r","  pm.expect(responseData.formatted_data).to.have.property(\"client_info\");\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"be93fbab-07dd-4a39-91d1-650694b674ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":""}],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{USERNAME}}\",\n    \"matchScore\": \"0.80\",\n    \"option\": \"C\",\n    \"name\": \"Credit Union Payment Center\",\n    \"identityNumber\": \"1025400002968 · 3166\",\n    \"matchType\": \"company\",\n    \"location\": \"ru\",\n    \"telephone\": \"+73832868607\",\n    \"address\": \"KIROVA STREET 86 NOVOSIBIRSK 630102 NOVOSIBIRSK RUSSIAN FEDERATION\",\n    \"agreementNumber\": \"AgreeNo12345\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v2/scan","description":"<p>StartFragment</p>\n<h1 id=\"fcs-scan-api--company\">FCS Scan API – Company</h1>\n<p>Perform a comprehensive Customer Due Diligence (CDD) scan for a company. This endpoint uses intelligent algorithms to match against selected datasets (sanctions, PEP/PIP, adverse media, etc.) and calculates a risk score based on your institution's Risk Management and Compliance Policy (RMCP).</p>\n<h2 id=\"key-features\">Key Features</h2>\n<ul>\n<li><p><strong>Sanctions &amp; PEP Screening</strong> – Matches against global sanctions lists and Politically Exposed Persons databases</p>\n</li>\n<li><p><strong>Risk Scoring</strong> – Automated risk categorization using your pre-defined RMCP</p>\n</li>\n<li><p><strong>Adverse Media</strong> – Adverse Media options that extends searches traversely to 3 levels including source of funds, directors / members, shareholders and a contagion / risk mapping.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"authentication\">Authentication</h2>\n<p>This API uses <strong>API Key authentication</strong>. Include your API key in the request header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>X-API-Key: \n\n</code></pre><blockquote>\n<p><strong>Setup:</strong> Add your API key as a variable named <code>API_KEY</code> in your Postman environment (e.g., the \"Institution\" environment). This keeps your credentials secure and makes switching between environments easy. </p>\n</blockquote>\n<blockquote>\n<p><strong>Security Note:</strong> API keys are confidential credentials and must be protected. Do not expose API keys in client-side code, screenshots, public repositories, shared Postman collections, or public documentation. FCS may restrict API keys by account status, IP address, enabled service options, and available credit balance. Requests using invalid, expired, inactive, unauthorized, or IP-restricted API keys will be rejected. </p>\n</blockquote>\n<h1 id=\"important\">IMPORTANT</h1>\n<p>Ensure that the identifying parameters are ACCURATE and COMPLETE as the possible match is based on the input data. If incorrect information supplied you will be at risk for FALSE Negatives and supplying too little information will result in unnecessary FALSE positive matches.</p>\n<h2 id=\"apiv2scan--main-parameters\">/api/v2/scan – Main Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Identifying</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>Yes</td>\n<td>No</td>\n<td>Your username supplied by FCS. The full name linked to this user will display on the CDD report as the user that conducted the check.</td>\n</tr>\n<tr>\n<td>matchScore</td>\n<td>float</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Match accuracy score using algorithms to determine a possible match. The example <code>0.80</code> will determine that only matches above 80% will return a possible match result.</td>\n</tr>\n<tr>\n<td>option</td>\n<td>string or array</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Options are for datasets used and/or products selected. Available options are specified separately below. Examples: `B</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Name of the company or organization.</td>\n</tr>\n<tr>\n<td>identityNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Company Registration number for legal entities.</td>\n</tr>\n<tr>\n<td>matchType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Match type: <code>\"company\"</code> or <code>\"organization\"</code> for legal entities.</td>\n</tr>\n<tr>\n<td>location</td>\n<td>string</td>\n<td>Recommended</td>\n<td>Yes</td>\n<td>Actual country location where the business transaction is being conducted. Use the ISO Alpha‑2 country code from <a href=\"https://www.iban.com/country-codes\">https://www.iban.com/country-codes</a></td>\n</tr>\n<tr>\n<td>nationality</td>\n<td>string</td>\n<td>Recommended</td>\n<td>Yes</td>\n<td>Country where legal entity was registered. Use the ISO Alpha‑2 country code from <a href=\"https://www.iban.com/country-codes\">https://www.iban.com/country-codes</a></td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>string</td>\n<td>Recommended</td>\n<td>Yes</td>\n<td>Telephone number on record, used in the matching algorithm to reduce false positives.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>Recommended</td>\n<td>Yes</td>\n<td>Physical address of the entity. Preferably ensure that country and province are included.</td>\n</tr>\n<tr>\n<td>agreementNumber</td>\n<td>string</td>\n<td>Optional</td>\n<td>No</td>\n<td>Agreement number on record for the business transaction and searchable through the frontend. Typical use cases: policy number or finance agreement number.</td>\n</tr>\n<tr>\n<td>encodePdf</td>\n<td>boolean</td>\n<td>Optional</td>\n<td>No</td>\n<td>If <code>true</code>, the CDD report PDF is returned in Base64 format. If omitted or <code>false</code>, the response contains a URL to the CDD PDF, available for 24 hours.</td>\n</tr>\n<tr>\n<td>riskScoreOptionExclude</td>\n<td>only</td>\n<td>Optional</td>\n<td>No</td>\n<td>Specify this option ONLY if you DON'T want the risk score calculator based on your RMCP to be built into the report.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"error-responses\">Error Responses</h2>\n<h3 id=\"authentication--access-errors\">Authentication &amp; Access Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>Invalid API key</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key expired</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key is required</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key missing</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Required authentication field is missing</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Invalid authentication details</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Insufficient credits</td>\n</tr>\n<tr>\n<td>401 / 403</td>\n<td>User is inactive or invalid</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Option is not active</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Option not allowed</td>\n</tr>\n<tr>\n<td>403</td>\n<td>This API key cannot be used from this IP address</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-validation-errors\">Request Validation Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400 / 422</td>\n<td>Content-Type missing</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Request validation failed</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"provider--internal-service-errors\">Provider / Internal Service Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>500</td>\n<td>SMS Request failed</td>\n</tr>\n<tr>\n<td>500</td>\n<td>API Request failed</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Circuit open</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Error responses are returned as JSON: <code>{ \"error\": \"Invalid API key\" }</code></p>\n</blockquote>\n","urlObject":{"path":["api","v2","scan"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"f7b2a89e-3bc4-4140-9d7b-f3057609bcd6","name":"FCS scan API Company sample sanction High risk match","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":""}],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{USERNAME}}\",\n    \"matchScore\": \"0.80\",\n    \"option\": \"C\",\n    \"name\": \"Credit Union Payment Center\",\n    \"identityNumber\": \"1025400002968 · 3166\",\n    \"matchType\": \"company\",\n    \"location\": \"ru\",\n    \"telephone\": \"+73832868607\",\n    \"address\": \"KIROVA STREET 86 NOVOSIBIRSK 630102 NOVOSIBIRSK RUSSIAN FEDERATION\",\n    \"agreementNumber\": \"AgreeNo12345\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v2/scan"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 05 Feb 2026 05:15:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"32313"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Accept"},{"key":"etag","value":"W/\"0934f2df4343f8d37f0eeda94cd4b8bb\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"025bcdfe-de4f-451c-8f25-8df95fe27ac9"},{"key":"x-runtime","value":"0.477735"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"timestamp\": \"2026-02-05T07:15:17.147+02:00\",\n    \"formatted_data\": {\n        \"result_summary\": {\n            \"Total Entities\": 0,\n            \"South African Sanction\": 0,\n            \"SA Most Wanted\": 0,\n            \"Sanction\": {\n                \"count\": 1,\n                \"items\": [\n                    \"Linked to a sanctioned entity.\"\n                ]\n            },\n            \"PEP\": {\n                \"count\": 0,\n                \"items\": []\n            },\n            \"Risk\": {\n                \"count\": 0,\n                \"items\": []\n            },\n            \"Crime\": {\n                \"count\": 0,\n                \"items\": []\n            },\n            \"Entity of Interest\": {\n                \"count\": 1,\n                \"items\": [\n                    \"Banking institution or person linked to banking sector.\"\n                ]\n            },\n            \"Crypto Wallet\": 0,\n            \"Adverse Media\": 0,\n            \"Check ID\": 0,\n            \"Contactability\": 0,\n            \"Proof Of Life\": 0,\n            \"Profile ID\": 0,\n            \"Get Photo\": 0\n        },\n        \"client_info\": {\n            \"name\": \"Credit Union Payment Center\",\n            \"birth_date\": null,\n            \"identity_number\": \"1025400002968 · 3166\",\n            \"nationality\": null,\n            \"gender\": null,\n            \"address\": \"KIROVA STREET 86 NOVOSIBIRSK 630102 NOVOSIBIRSK RUSSIAN FEDERATION\",\n            \"location\": \"ru\",\n            \"passport_number\": null,\n            \"match_type\": \"company\",\n            \"telephone\": \"+73832868607\",\n            \"agreement_number\": \"AgreeNo12345\",\n            \"encode_pdf\": null,\n            \"store_encoded_pdf\": null,\n            \"crypto_wallet_address\": null,\n            \"crypto_wallet_currency\": null,\n            \"report_date\": \"2026/02/05 07:15\",\n            \"sa_id_valid\": false,\n            \"sa_id_dob\": null,\n            \"sa_id_gender\": null,\n            \"sa_id_citizen\": null,\n            \"sa_id_dob_match\": null,\n            \"sa_id_gender_match\": null,\n            \"sa_id_nationality_match\": null,\n            \"match_score\": 80,\n            \"risk_score\": 130,\n            \"risk_category\": \"High\",\n            \"option\": [\n                \"C\"\n            ],\n            \"entity_match_data\": {\n                \"NK-gFUNoJTS2tps4cvJS7WpaC\": {\n                    \"fields\": [\n                        {\n                            \"field\": \"Full Names\",\n                            \"client_value\": \"Credit Union Payment Center\",\n                            \"entity_value\": \"CREDIT UNION 'PAYMENT CENTER'\",\n                            \"match_status\": \"matched\",\n                            \"match_detail\": \"Name matches: Credit Union Payment Center\",\n                            \"weight\": 0.3,\n                            \"raw_score\": 1,\n                            \"score\": 75\n                        },\n                        {\n                            \"field\": \"Date of Birth\",\n                            \"client_value\": null,\n                            \"entity_value\": null,\n                            \"match_status\": \"not_available\",\n                            \"match_detail\": null,\n                            \"weight\": 0.2,\n                            \"raw_score\": 0,\n                            \"score\": 0\n                        },\n                        {\n                            \"field\": \"Gender\",\n                            \"client_value\": null,\n                            \"entity_value\": null,\n                            \"match_status\": \"not_available\",\n                            \"match_detail\": null,\n                            \"weight\": 0.05,\n                            \"raw_score\": 0,\n                            \"score\": 0\n                        },\n                        {\n                            \"field\": \"Nationality\",\n                            \"client_value\": null,\n                            \"entity_value\": null,\n                            \"match_status\": \"not_available\",\n                            \"match_detail\": null,\n                            \"weight\": 0.15,\n                            \"raw_score\": 0,\n                            \"score\": 0\n                        },\n                        {\n                            \"field\": \"Identity Number\",\n                            \"client_value\": \"1025400002968 · 3166\",\n                            \"entity_value\": null,\n                            \"match_status\": \"not_available\",\n                            \"match_detail\": null,\n                            \"weight\": 0.15,\n                            \"raw_score\": 0,\n                            \"score\": 0\n                        },\n                        {\n                            \"field\": \"Passport Number\",\n                            \"client_value\": null,\n                            \"entity_value\": null,\n                            \"match_status\": \"not_available\",\n                            \"match_detail\": null,\n                            \"weight\": 0.05,\n                            \"raw_score\": 0,\n                            \"score\": 0\n                        },\n                        {\n                            \"field\": \"Address\",\n                            \"client_value\": \"KIROVA STREET 86 NOVOSIBIRSK 630102 NOVOSIBIRSK RUSSIAN FEDERATION\",\n                            \"entity_value\": \"630102, Російська Федерація, м. Новосибірськ, вул. Кірова, буд. 86, KIROVA STREET 86 NOVOSIBIRSK 630102 RUSSIAN FEDERATION, ул. Кирова, д. 86, Новосибирск, NVS, 630102, УЛ. КИРОВА Д.86, Г. НОВОСИБИРСК, НОВОСИБИРСКАЯ ОБЛАСТЬ, 630102, улица Кирова, дом 86, Новосибирск, NVS, 630102, KIROVA STREET 86 NOVOSIBIRSK 630102 NOVOSIBIRSK RUSSIAN FEDERATION, Російська Федерація, м. Новосибірськ, вул. Кірова, буд. 86, Російська Федерація, 630102, м. Новосибірськ, вул. Кірова, буд. 86, 630102, город Новосибирск, улица Кирова, дом 86, РФ, 630102, Новосибірська область, м. Новосибірськ, вул. Кірова, буд. 86\",\n                            \"match_status\": \"matched\",\n                            \"match_detail\": \"Address matches (kirova, street, novosibirsk, 630102, russian, federation)\",\n                            \"weight\": 0.05,\n                            \"raw_score\": 1,\n                            \"score\": 12.5\n                        },\n                        {\n                            \"field\": \"Location\",\n                            \"client_value\": \"Russian Federation\",\n                            \"entity_value\": \"Russian Federation\",\n                            \"match_status\": \"matched\",\n                            \"match_detail\": \"Location matches: Russian Federation\",\n                            \"weight\": 0.05,\n                            \"raw_score\": 1,\n                            \"score\": 12.5\n                        }\n                    ],\n                    \"total_score\": 100\n                }\n            }\n        },\n        \"risk_score_rules\": [\n            {\n                \"condition\": \"5||sanction.linked\",\n                \"description\": \"Linked to a sanctioned entity.\",\n                \"score\": 100\n            },\n            {\n                \"condition\": \"2||fin.bank\",\n                \"description\": \"Banking institution or person linked to banking sector.\",\n                \"score\": 30\n            }\n        ],\n        \"default\": [],\n        \"za_fic_sanctions\": [],\n        \"za_wanted\": [],\n        \"sanction\": [\n            {\n                \"schema\": \"Company\",\n                \"schema_display\": \"company\",\n                \"id\": \"NK-gFUNoJTS2tps4cvJS7WpaC\",\n                \"company\": {\n                    \"name\": [\n                        \"Товариство з обмеженою відповідальністю Розрахункова небанківська кредитна організація \\\"Платіжний центр\\\"\",\n                        \"Общество с ограниченной ответственностью Расчётная небанковская кредитная организация \\\"Платежный центр\\\"\",\n                        \"Товариство з обмеженою відповідальністю Розрахункова небанківська кредитна організація «Платежный центр»\",\n                        \"Credit Union \\\"Payment Center\\\" ( Limited Liability Company) Credit Union \\\"Payment Center\\\" Ltd\",\n                        \"Расчетная небанковская кредитная организация \\\"Платежный Центр\\\" (общество с ограниченной ответственностью)\",\n                        \"РНКО \\\"Платежный Центр\\\" (ООО)\",\n                        \"Общество с ограниченной ответственностью Расчетная небанковская кредитная организация \\\"Платежный Центр\\\"\",\n                        \"Товариство з обмеженою відповідальністю Розрахункова небанківська кредитна організація \\\"Платежный центр\\\"\",\n                        \"Общество с ограниченной ответственностью Расчетная небанковская кредитная организация «Платежный центр»\",\n                        \"CREDIT UNION 'PAYMENT CENTER'\"\n                    ],\n                    \"jurisdiction\": [\n                        \"ru\"\n                    ],\n                    \"registrationNumber\": [\n                        \"3166\",\n                        \"1025400002968\"\n                    ],\n                    \"incorporationDate\": [\n                        \"2001-11-19\",\n                        \"2002-11-24\",\n                        \"1994-12-02\"\n                    ],\n                    \"caption\": \"CREDIT UNION 'PAYMENT CENTER'\",\n                    \"schema\": \"Company\",\n                    \"datasets\": [\n                        \"ru_cbr_banks\",\n                        \"ua_nsdc_sanctions\",\n                        \"ann_graph_topics\",\n                        \"ext_ru_egrul\",\n                        \"iso9362_bic\",\n                        \"ext_gleif\"\n                    ],\n                    \"target\": true,\n                    \"first_seen\": \"2023-03-16T00:00:00\",\n                    \"last_seen\": \"2026-01-16T16:22:02\",\n                    \"last_change\": \"2026-01-12T10:23:21\",\n                    \"categories\": [\n                        \"sanction.linked\",\n                        \"fin.bank\"\n                    ],\n                    \"address\": [\n                        \"630102, Російська Федерація, м. Новосибірськ, вул. Кірова, буд. 86\",\n                        \"KIROVA STREET 86 NOVOSIBIRSK 630102 RUSSIAN FEDERATION\",\n                        \"ул. Кирова, д. 86, Новосибирск, NVS, 630102\",\n                        \"УЛ. КИРОВА Д.86, Г. НОВОСИБИРСК, НОВОСИБИРСКАЯ ОБЛАСТЬ, 630102\",\n                        \"улица Кирова, дом 86, Новосибирск, NVS, 630102\",\n                        \"KIROVA STREET 86 NOVOSIBIRSK 630102 NOVOSIBIRSK RUSSIAN FEDERATION\",\n                        \"Російська Федерація, м. Новосибірськ, вул. Кірова, буд. 86\",\n                        \"Російська Федерація, 630102, м. Новосибірськ, вул. Кірова, буд. 86\",\n                        \"630102, город Новосибирск, улица Кирова, дом 86\",\n                        \"РФ, 630102, Новосибірська область, м. Новосибірськ, вул. Кірова, буд. 86\"\n                    ],\n                    \"legalForm\": [\n                        \"Общества с ограниченной ответственностью\"\n                    ],\n                    \"leiCode\": [\n                        \"253400PBXV2DDDKXUL53\"\n                    ],\n                    \"modifiedAt\": [\n                        \"2025-03-28\"\n                    ],\n                    \"email\": [\n                        \"MAIL@rnko.ru\"\n                    ],\n                    \"innCode\": [\n                        \"2225031594\"\n                    ],\n                    \"ogrnCode\": [\n                        \"1025400002968\"\n                    ],\n                    \"kppCode\": [\n                        \"540501001\"\n                    ],\n                    \"swiftBic\": [\n                        \"CUPCRU55\"\n                    ],\n                    \"country\": [\n                        \"ru\"\n                    ],\n                    \"createdAt\": [\n                        \"2009-05-02\"\n                    ],\n                    \"notes\": [\n                        \"РНКО «Платежный центр» (ТОВ)\",\n                        \"Дата присвоения государственного регистрационного номера: 2002-11-24\",\n                        \"Date of assignment of state registration number: 2002-11-24\"\n                    ],\n                    \"classification\": [\n                        \"Лицензия на осуществление банковских операций со средствами в рублях и иностранной валюте для расчетных небанковских кредитных организаций\"\n                    ],\n                    \"status\": [\n                        \"License code: 245, date: 2014-04-14\",\n                        \"Код лицензии: 245, дата: 2014-04-14\",\n                        \"норм.\"\n                    ],\n                    \"phone\": [\n                        \"+73832868607\"\n                    ],\n                    \"bikCode\": [\n                        \"045004832\"\n                    ],\n                    \"amount\": [\n                        \"1000000\"\n                    ],\n                    \"alias\": [\n                        \"Tovarystvo z obmezhenoiu vidpovidalnistiu Rozrakhunkova nebankivska kredytna orhanizatsiia \\\"Platezhnyi tsentr\\\"\",\n                        \"Obshchestvo s ohranychennoi otvetstvennostiu Raschёtnaia nebankovskaia kredytnaia orhanyzatsyia \\\"Platezhnyi tsentr\\\"\",\n                        \"Tovarystvo z obmezhenoiu vidpovidalnistiu Rozrakhunkova nebankivska kredytna orhanizatsiia \\\"Platizhnyi tsentr\\\"\"\n                    ]\n                },\n                \"sanction\": {\n                    \"sanctions\": [\n                        {\n                            \"id\": \"ua-nsdc-de90845a9def3bb8edb77e6407e5b56c890c1d83\",\n                            \"caption\": \"126/2018\",\n                            \"schema\": \"Sanction\",\n                            \"datasets\": [\n                                \"ua_nsdc_sanctions\"\n                            ],\n                            \"first_seen\": \"2024-05-20T15:22:01\",\n                            \"last_seen\": \"2026-01-16T16:22:02\",\n                            \"last_change\": \"2026-01-06T08:22:01\",\n                            \"country\": [\n                                \"ua\"\n                            ],\n                            \"sourceUrl\": [\n                                \"https://www.president.gov.ua/documents/1262018-24150\",\n                                \"https://drs.nsdc.gov.ua/\"\n                            ],\n                            \"authority\": [\n                                \"National Security and Defense Council\"\n                            ],\n                            \"duration\": [\n                                \"Три роки\"\n                            ],\n                            \"programId\": [\n                                \"UA-SA1644\"\n                            ],\n                            \"authorityId\": [\n                                \"18012612200253\"\n                            ],\n                            \"startDate\": [\n                                \"2018-05-14\"\n                            ],\n                            \"programUrl\": [\n                                \"https://drs.nsdc.gov.ua/\"\n                            ],\n                            \"status\": [\n                                \"updated\"\n                            ],\n                            \"entity\": [\n                                \"NK-gFUNoJTS2tps4cvJS7WpaC\"\n                            ],\n                            \"provisions\": [\n                                \"інші санкції, що відповідають принципам їх застосування, встановленим цим Законом\"\n                            ],\n                            \"program\": [\n                                \"126/2018\"\n                            ],\n                            \"endDate\": [\n                                \"2021-05-14\"\n                            ]\n                        },\n                        {\n                            \"id\": \"ua-nsdc-5742fc889ea89d0e6671d748145c95f65c1936cd\",\n                            \"caption\": \"133/2017\",\n                            \"schema\": \"Sanction\",\n                            \"datasets\": [\n                                \"ua_nsdc_sanctions\"\n                            ],\n                            \"first_seen\": \"2024-05-20T15:22:01\",\n                            \"last_seen\": \"2026-01-16T16:22:02\",\n                            \"last_change\": \"2025-09-05T16:22:02\",\n                            \"programId\": [\n                                \"UA-SA1644\"\n                            ],\n                            \"program\": [\n                                \"133/2017\"\n                            ],\n                            \"sourceUrl\": [\n                                \"https://drs.nsdc.gov.ua/\",\n                                \"https://www.president.gov.ua/documents/1332017-21850\"\n                            ],\n                            \"startDate\": [\n                                \"2017-05-15\"\n                            ],\n                            \"country\": [\n                                \"ua\"\n                            ],\n                            \"programUrl\": [\n                                \"https://drs.nsdc.gov.ua/\"\n                            ],\n                            \"authority\": [\n                                \"National Security and Defense Council\"\n                            ],\n                            \"status\": [\n                                \"excluded\"\n                            ],\n                            \"entity\": [\n                                \"NK-gFUNoJTS2tps4cvJS7WpaC\"\n                            ],\n                            \"authorityId\": [\n                                \"17013332000365\"\n                            ]\n                        },\n                        {\n                            \"id\": \"ua-nsdc-18dcc07dd6c78a8f3a1844e1a49de14ec8eaef81\",\n                            \"caption\": \"264/2021\",\n                            \"schema\": \"Sanction\",\n                            \"datasets\": [\n                                \"ua_nsdc_sanctions\"\n                            ],\n                            \"first_seen\": \"2024-05-20T15:22:01\",\n                            \"last_seen\": \"2026-01-16T16:22:02\",\n                            \"last_change\": \"2026-01-06T08:22:01\",\n                            \"sourceUrl\": [\n                                \"https://www.president.gov.ua/documents/2642021-39257\",\n                                \"https://drs.nsdc.gov.ua/\"\n                            ],\n                            \"endDate\": [\n                                \"2024-06-24\"\n                            ],\n                            \"status\": [\n                                \"expired\"\n                            ],\n                            \"country\": [\n                                \"ua\"\n                            ],\n                            \"provisions\": [\n                                \"інші санкції, що відповідають принципам їх застосування, встановленим цим Законом\"\n                            ],\n                            \"authority\": [\n                                \"National Security and Defense Council\"\n                            ],\n                            \"authorityId\": [\n                                \"21026412200031\"\n                            ],\n                            \"program\": [\n                                \"264/2021\"\n                            ],\n                            \"programUrl\": [\n                                \"https://drs.nsdc.gov.ua/\"\n                            ],\n                            \"entity\": [\n                                \"NK-gFUNoJTS2tps4cvJS7WpaC\"\n                            ],\n                            \"duration\": [\n                                \"Три роки\"\n                            ],\n                            \"startDate\": [\n                                \"2021-06-24\"\n                            ],\n                            \"programId\": [\n                                \"UA-SA1644\"\n                            ]\n                        },\n                        {\n                            \"id\": \"ua-nsdc-cc767f83a757d7172d6399f445d6e87a6ce8377d\",\n                            \"caption\": \"133/2017\",\n                            \"schema\": \"Sanction\",\n                            \"datasets\": [\n                                \"ua_nsdc_sanctions\"\n                            ],\n                            \"first_seen\": \"2024-05-20T15:22:01\",\n                            \"last_seen\": \"2026-01-16T16:22:02\",\n                            \"last_change\": \"2026-01-06T08:22:01\",\n                            \"sourceUrl\": [\n                                \"https://www.president.gov.ua/documents/1332017-21850\",\n                                \"https://drs.nsdc.gov.ua/\"\n                            ],\n                            \"program\": [\n                                \"133/2017\"\n                            ],\n                            \"status\": [\n                                \"expired\"\n                            ],\n                            \"duration\": [\n                                \"Один рік\"\n                            ],\n                            \"endDate\": [\n                                \"2018-05-15\"\n                            ],\n                            \"programUrl\": [\n                                \"https://drs.nsdc.gov.ua/\"\n                            ],\n                            \"authority\": [\n                                \"National Security and Defense Council\"\n                            ],\n                            \"programId\": [\n                                \"UA-SA1644\"\n                            ],\n                            \"country\": [\n                                \"ua\"\n                            ],\n                            \"startDate\": [\n                                \"2017-05-15\"\n                            ],\n                            \"entity\": [\n                                \"NK-gFUNoJTS2tps4cvJS7WpaC\"\n                            ],\n                            \"authorityId\": [\n                                \"17013312200256\"\n                            ],\n                            \"provisions\": [\n                                \"інші санкції, що відповідають принципам їх застосування, встановленим цим Законом\"\n                            ]\n                        },\n                        {\n                            \"id\": \"ua-nsdc-633c1ee5ade3deef6ed2f97a536270810d3a7d2f\",\n                            \"caption\": \"266/2021\",\n                            \"schema\": \"Sanction\",\n                            \"datasets\": [\n                                \"ua_nsdc_sanctions\"\n                            ],\n                            \"first_seen\": \"2024-05-20T15:22:01\",\n                            \"last_seen\": \"2026-01-16T16:22:02\",\n                            \"last_change\": \"2026-01-06T08:22:01\",\n                            \"provisions\": [\n                                \"запобігання виведенню капіталів за межі України\",\n                                \"інші санкції, що відповідають принципам їх застосування, встановленим цим Законом\",\n                                \"заборона або обмеження заходження іноземних невійськових суден та військових кораблів до територіального моря України, її внутрішніх вод, портів та повітряних суден до повітряного простору України або здійснення посадки на території України\",\n                                \"заборона здійснення публічних та оборонних закупівель товарів, робіт і послуг у юридичних осіб-резидентів іноземної держави державної форми власності та юридичних осіб, частка статутного капіталу яких знаходиться у власності іноземної держави, а також публічних та оборонних закупівель у інших суб’єктів господарювання, що здійснюють продаж товарів, робіт, послуг походженням з іноземної держави, до якої застосовано санкції згідно з цим Законом\",\n                                \"заборона участі у приватизації, оренді державного майна резидентами іноземної держави та особами, які прямо чи опосередковано контролюються резидентами іноземної держави або діють в їх інтересах\",\n                                \"припинення дії або зупинення ліцензій та інших   дозволів, одержання (наявність) яких є умовою для здійснення певного виду діяльності, зокрема, припинення дії чи зупинення дії спеціальних дозволів на користування надрами\",\n                                \"заборона передання технологій, прав на об’єкти права інтелектуальної власності\",\n                                \"заборона збільшення розміру статутного капіталу господарських товариств, підприємств, у яких резидент іноземної держави, іноземна держава, юридична особа, учасником якої є нерезидент або іноземна держава, володіє 10 і більше відсотками статутного капіталу або має вплив на управління юридичною особою чи її діяльність\",\n                                \"повна або часткова заборона вчинення правочинів щодо цінних паперів, емітентами яких є особи, до яких застосовано санкції згідно з цим Законом\",\n                                \"припинення дії торговельних угод, спільних проектів та промислових програм у певних сферах, зокрема у сфері безпеки та оборони\",\n                                \"обмеження торговельних операцій\",\n                                \"зупинення виконання економічних та фінансових зобов’язань\",\n                                \"обмеження, часткове чи повне припинення транзиту ресурсів, польотів та перевезень територією України\",\n                                \"заборона видачі дозволів, ліцензій Національного банку України на здійснення інвестицій в іноземну державу, розміщення валютних цінностей на рахунках і вкладах на території іноземної держави\",\n                                \"блокування активів - тимчасове обмеження права особи користуватися та розпоряджатися належним їй майном\",\n                                \"припинення видачі дозволів, ліцензій на ввезення в Україну з іноземної держави чи вивезення з України валютних цінностей та обмеження видачі готівки за платіжними картками, емітованими резидентами іноземної держави\",\n                                \"запровадження додаткових заходів у сфері екологічного, санітарного, фітосанітарного та ветеринарного контролю\"\n                            ],\n                            \"sourceUrl\": [\n                                \"https://www.president.gov.ua/documents/2662021-39265\",\n                                \"https://drs.nsdc.gov.ua/\"\n                            ],\n                            \"duration\": [\n                                \"Три роки\"\n                            ],\n                            \"programUrl\": [\n                                \"https://drs.nsdc.gov.ua/\"\n                            ],\n                            \"authorityId\": [\n                                \"21026612200116\"\n                            ],\n                            \"programId\": [\n                                \"UA-SA1644\"\n                            ],\n                            \"authority\": [\n                                \"National Security and Defense Council\"\n                            ],\n                            \"startDate\": [\n                                \"2021-06-24\"\n                            ],\n                            \"program\": [\n                                \"266/2021\"\n                            ],\n                            \"entity\": [\n                                \"NK-gFUNoJTS2tps4cvJS7WpaC\"\n                            ],\n                            \"endDate\": [\n                                \"2024-06-24\"\n                            ],\n                            \"country\": [\n                                \"ua\"\n                            ],\n                            \"status\": [\n                                \"expired\"\n                            ]\n                        },\n                        {\n                            \"id\": \"ua-nsdc-b058042be555d89b2aa66d685e2bc9cf3c45537c\",\n                            \"caption\": \"176/2018\",\n                            \"schema\": \"Sanction\",\n                            \"datasets\": [\n                                \"ua_nsdc_sanctions\"\n                            ],\n                            \"first_seen\": \"2024-05-20T15:22:01\",\n                            \"last_seen\": \"2026-01-16T16:22:02\",\n                            \"last_change\": \"2026-01-06T08:22:01\",\n                            \"programId\": [\n                                \"UA-SA1644\"\n                            ],\n                            \"program\": [\n                                \"176/2018\"\n                            ],\n                            \"programUrl\": [\n                                \"https://drs.nsdc.gov.ua/\"\n                            ],\n                            \"sourceUrl\": [\n                                \"https://www.president.gov.ua/documents/1762018-24362\",\n                                \"https://drs.nsdc.gov.ua/\"\n                            ],\n                            \"startDate\": [\n                                \"2018-06-21\"\n                            ],\n                            \"status\": [\n                                \"expired\"\n                            ],\n                            \"endDate\": [\n                                \"2021-06-21\"\n                            ],\n                            \"authorityId\": [\n                                \"18017622200253\"\n                            ],\n                            \"duration\": [\n                                \"Три роки\"\n                            ],\n                            \"entity\": [\n                                \"NK-gFUNoJTS2tps4cvJS7WpaC\"\n                            ],\n                            \"provisions\": [\n                                \"інші санкції, що відповідають принципам їх застосування, встановленим цим Законом\"\n                            ],\n                            \"authority\": [\n                                \"National Security and Defense Council\"\n                            ],\n                            \"country\": [\n                                \"ua\"\n                            ]\n                        },\n                        {\n                            \"id\": \"ua-nsdc-1f24bd8c151beec99a9251675e5c5364d109a77f\",\n                            \"caption\": \"467/2016\",\n                            \"schema\": \"Sanction\",\n                            \"datasets\": [\n                                \"ua_nsdc_sanctions\"\n                            ],\n                            \"first_seen\": \"2024-05-20T15:22:01\",\n                            \"last_seen\": \"2026-01-16T16:22:02\",\n                            \"last_change\": \"2026-01-06T08:22:01\",\n                            \"provisions\": [\n                                \"інші санкції, що відповідають принципам їх застосування, встановленим цим Законом\"\n                            ],\n                            \"sourceUrl\": [\n                                \"https://www.president.gov.ua/documents/4672016-20640\",\n                                \"https://drs.nsdc.gov.ua/\"\n                            ],\n                            \"authorityId\": [\n                                \"16046712400156\"\n                            ],\n                            \"programId\": [\n                                \"UA-SA1644\"\n                            ],\n                            \"authority\": [\n                                \"National Security and Defense Council\"\n                            ],\n                            \"startDate\": [\n                                \"2016-10-17\"\n                            ],\n                            \"status\": [\n                                \"excluded\"\n                            ],\n                            \"duration\": [\n                                \"Один рік\"\n                            ],\n                            \"entity\": [\n                                \"NK-gFUNoJTS2tps4cvJS7WpaC\"\n                            ],\n                            \"endDate\": [\n                                \"2017-10-17\"\n                            ],\n                            \"programUrl\": [\n                                \"https://drs.nsdc.gov.ua/\"\n                            ],\n                            \"program\": [\n                                \"467/2016\"\n                            ],\n                            \"country\": [\n                                \"ua\"\n                            ]\n                        }\n                    ]\n                },\n                \"ownership\": {\n                    \"ownershipAsset\": [\n                        {\n                            \"id\": \"ru-392066f5697c50df8e74a35987693cabf161b6a0\",\n                            \"caption\": \"Ownership\",\n                            \"schema\": \"Ownership\",\n                            \"datasets\": [\n                                \"ext_ru_egrul\"\n                            ],\n                            \"first_seen\": \"2025-12-30T14:29:03\",\n                            \"last_seen\": \"2026-01-09T03:48:50\",\n                            \"last_change\": \"2026-01-09T03:48:50\",\n                            \"startDate\": [\n                                \"2012-08-30\"\n                            ],\n                            \"owner\": [\n                                {\n                                    \"id\": \"NK-QDauPjx3sXsBrchox3NfK8\",\n                                    \"caption\": \"Акціонерне товариство \\\"ЦФТ-Сервіс\\\"\",\n                                    \"schema\": \"Company\",\n                                    \"datasets\": [\n                                        \"ext_ru_egrul\",\n                                        \"ua_nsdc_sanctions\"\n                                    ],\n                                    \"target\": true,\n                                    \"first_seen\": \"2025-01-13T21:22:02\",\n                                    \"last_seen\": \"2026-01-16T16:22:02\",\n                                    \"last_change\": \"2026-01-09T03:48:50\",\n                                    \"legalForm\": [\n                                        \"Непубличные акционерные общества\"\n                                    ],\n                                    \"incorporationDate\": [\n                                        \"2012-08-06\"\n                                    ],\n                                    \"jurisdiction\": [\n                                        \"ru\"\n                                    ],\n                                    \"innCode\": [\n                                        \"5433189764\"\n                                    ],\n                                    \"name\": [\n                                        \"АКЦИОНЕРНОЕ ОБЩЕСТВО \\\"СЕРВИС\\\"\",\n                                        \"Акционерное общество \\\"ЦФТ-Сервис\\\"\",\n                                        \"Акціонерне товариство \\\"ЦФТ-Сервіс\\\"\",\n                                        \"Joint Stock Company \\\"CFT-Service\\\"\"\n                                    ],\n                                    \"ogrnCode\": [\n                                        \"1125476118921\"\n                                    ],\n                                    \"address\": [\n                                        \"Д. 12, РП. КОЛЬЦОВО, НОВОСИБИРСКАЯ ОБЛАСТЬ, 630559\",\n                                        \"Российская Федерация, 630559, Новосибирская область, Рабочий Поселок Кольцово, ул. Технопарковая, строение 1, оф. 210\",\n                                        \"Російська Федерація, 630559, Новосибірська область, Робоче Селище Кольцово, вул. Технопаркова, будівля 1, оф. 210\",\n                                        \"Д. 12, КОЛЬЦОВО, НОВОСИБИРСКАЯ ОБЛАСТЬ, 630559\"\n                                    ],\n                                    \"kppCode\": [\n                                        \"543301001\"\n                                    ],\n                                    \"email\": [\n                                        \"5433189764@5433189764.ru\"\n                                    ],\n                                    \"categories\": [\n                                        \"sanction\"\n                                    ],\n                                    \"alias\": [\n                                        \"Aktsionerne tovarystvo \\\"TsFT-Servis\\\"\"\n                                    ]\n                                }\n                            ],\n                            \"percentage\": [\n                                \"100\"\n                            ],\n                            \"asset\": [\n                                \"NK-gFUNoJTS2tps4cvJS7WpaC\"\n                            ],\n                            \"sharesCount\": [\n                                \"1000000\"\n                            ]\n                        }\n                    ],\n                    \"_edge_info\": {\n                        \"source\": \"owner\",\n                        \"target\": \"asset\",\n                        \"label\": \"owns\",\n                        \"directed\": true,\n                        \"caption\": [\n                            \"percentage\"\n                        ]\n                    }\n                },\n                \"directorship\": {\n                    \"directorshipOrganization\": [\n                        {\n                            \"id\": \"ru-9030b5befbf0104cece0743ecd3666540ddaa376\",\n                            \"caption\": \"ПРЕДСЕДАТЕЛЬ ПРАВЛЕНИЯ\",\n                            \"schema\": \"Directorship\",\n                            \"datasets\": [\n                                \"ext_ru_egrul\"\n                            ],\n                            \"first_seen\": \"2025-12-30T14:29:03\",\n                            \"last_seen\": \"2026-01-09T03:48:50\",\n                            \"last_change\": \"2026-01-09T03:48:50\",\n                            \"director\": [\n                                {\n                                    \"id\": \"NK-ZN266tmCpmbf7Rwy2MANNF\",\n                                    \"caption\": \"Мац Григорій Мойсейович\",\n                                    \"schema\": \"Person\",\n                                    \"datasets\": [\n                                        \"ext_ru_egrul\",\n                                        \"ua_nsdc_sanctions\"\n                                    ],\n                                    \"target\": true,\n                                    \"first_seen\": \"2025-01-13T21:22:02\",\n                                    \"last_seen\": \"2026-01-16T16:22:02\",\n                                    \"last_change\": \"2026-01-09T03:48:50\",\n                                    \"name\": [\n                                        \"Mats Grigoriy\",\n                                        \"Мац Григорий Моисеевич\",\n                                        \"Мац Григорій Мойсейович\",\n                                        \"ГРИГОРИЙ МОИСЕЕВИЧ МАЦ\"\n                                    ],\n                                    \"lastName\": [\n                                        \"МАЦ\"\n                                    ],\n                                    \"firstName\": [\n                                        \"ГРИГОРИЙ\"\n                                    ],\n                                    \"fatherName\": [\n                                        \"МОИСЕЕВИЧ\"\n                                    ],\n                                    \"country\": [\n                                        \"ru\"\n                                    ],\n                                    \"innCode\": [\n                                        \"540705843739\"\n                                    ],\n                                    \"alias\": [\n                                        \"Mats Hryhorii Moiseiovych\"\n                                    ],\n                                    \"categories\": [\n                                        \"sanction\"\n                                    ],\n                                    \"citizenship\": [\n                                        \"ru\"\n                                    ],\n                                    \"birthDate\": [\n                                        \"1959-03-22\"\n                                    ]\n                                }\n                            ],\n                            \"summary\": [\n                                \"Руководитель юридического лица\"\n                            ],\n                            \"startDate\": [\n                                \"2007-12-25\"\n                            ],\n                            \"organization\": [\n                                \"NK-gFUNoJTS2tps4cvJS7WpaC\"\n                            ],\n                            \"role\": [\n                                \"ПРЕДСЕДАТЕЛЬ ПРАВЛЕНИЯ\"\n                            ]\n                        }\n                    ],\n                    \"_edge_info\": {\n                        \"source\": \"director\",\n                        \"target\": \"organization\",\n                        \"label\": \"directs\",\n                        \"directed\": true,\n                        \"caption\": [\n                            \"role\"\n                        ]\n                    }\n                },\n                \"source\": \"default\",\n                \"matchScore\": \"100.0%\",\n                \"compliance_details\": [\n                    {\n                        \"code\": \"sanction.linked\",\n                        \"topic\": {\n                            \"id\": 148,\n                            \"label\": \"Linked to a sanctioned entity.\",\n                            \"short_label\": \"Sanction Linked\",\n                            \"score\": 100,\n                            \"match_type\": \"Individual / Company / Organization\",\n                            \"master_code\": null\n                        },\n                        \"category\": {\n                            \"id\": 5,\n                            \"name\": \"Sanction\"\n                        },\n                        \"risk_rule\": {\n                            \"id\": 1323,\n                            \"condition\": \"5||sanction.linked\",\n                            \"description\": \"Linked to a sanctioned entity.\",\n                            \"score\": 100,\n                            \"short_label\": \"Sanction Linked\",\n                            \"is_active\": true,\n                            \"is_system\": true\n                        }\n                    },\n                    {\n                        \"code\": \"fin.bank\",\n                        \"topic\": {\n                            \"id\": 85,\n                            \"label\": \"Banking institution or person linked to banking sector.\",\n                            \"short_label\": \"Banking\",\n                            \"score\": 30,\n                            \"match_type\": \"Company / Individual\",\n                            \"master_code\": null\n                        },\n                        \"category\": {\n                            \"id\": 2,\n                            \"name\": \"Entity of Interest\"\n                        },\n                        \"risk_rule\": {\n                            \"id\": 1260,\n                            \"condition\": \"2||fin.bank\",\n                            \"description\": \"Banking institution or person linked to banking sector.\",\n                            \"score\": 30,\n                            \"short_label\": \"Banking\",\n                            \"is_active\": true,\n                            \"is_system\": true\n                        }\n                    }\n                ]\n            }\n        ],\n        \"pep\": [],\n        \"risk\": [],\n        \"crime\": [],\n        \"entity_of_interest\": [\n            {\n                \"schema\": \"Company\",\n                \"schema_display\": \"company\",\n                \"id\": \"NK-gFUNoJTS2tps4cvJS7WpaC\",\n                \"company\": {\n                    \"name\": [\n                        \"Товариство з обмеженою відповідальністю Розрахункова небанківська кредитна організація \\\"Платіжний центр\\\"\",\n                        \"Общество с ограниченной ответственностью Расчётная небанковская кредитная организация \\\"Платежный центр\\\"\",\n                        \"Товариство з обмеженою відповідальністю Розрахункова небанківська кредитна організація «Платежный центр»\",\n                        \"Credit Union \\\"Payment Center\\\" ( Limited Liability Company) Credit Union \\\"Payment Center\\\" Ltd\",\n                        \"Расчетная небанковская кредитная организация \\\"Платежный Центр\\\" (общество с ограниченной ответственностью)\",\n                        \"РНКО \\\"Платежный Центр\\\" (ООО)\",\n                        \"Общество с ограниченной ответственностью Расчетная небанковская кредитная организация \\\"Платежный Центр\\\"\",\n                        \"Товариство з обмеженою відповідальністю Розрахункова небанківська кредитна організація \\\"Платежный центр\\\"\",\n                        \"Общество с ограниченной ответственностью Расчетная небанковская кредитная организация «Платежный центр»\",\n                        \"CREDIT UNION 'PAYMENT CENTER'\"\n                    ],\n                    \"jurisdiction\": [\n                        \"ru\"\n                    ],\n                    \"registrationNumber\": [\n                        \"3166\",\n                        \"1025400002968\"\n                    ],\n                    \"incorporationDate\": [\n                        \"2001-11-19\",\n                        \"2002-11-24\",\n                        \"1994-12-02\"\n                    ],\n                    \"caption\": \"CREDIT UNION 'PAYMENT CENTER'\",\n                    \"schema\": \"Company\",\n                    \"datasets\": [\n                        \"ru_cbr_banks\",\n                        \"ua_nsdc_sanctions\",\n                        \"ann_graph_topics\",\n                        \"ext_ru_egrul\",\n                        \"iso9362_bic\",\n                        \"ext_gleif\"\n                    ],\n                    \"target\": true,\n                    \"first_seen\": \"2023-03-16T00:00:00\",\n                    \"last_seen\": \"2026-01-16T16:22:02\",\n                    \"last_change\": \"2026-01-12T10:23:21\",\n                    \"categories\": [\n                        \"sanction.linked\",\n                        \"fin.bank\"\n                    ],\n                    \"address\": [\n                        \"630102, Російська Федерація, м. Новосибірськ, вул. Кірова, буд. 86\",\n                        \"KIROVA STREET 86 NOVOSIBIRSK 630102 RUSSIAN FEDERATION\",\n                        \"ул. Кирова, д. 86, Новосибирск, NVS, 630102\",\n                        \"УЛ. КИРОВА Д.86, Г. НОВОСИБИРСК, НОВОСИБИРСКАЯ ОБЛАСТЬ, 630102\",\n                        \"улица Кирова, дом 86, Новосибирск, NVS, 630102\",\n                        \"KIROVA STREET 86 NOVOSIBIRSK 630102 NOVOSIBIRSK RUSSIAN FEDERATION\",\n                        \"Російська Федерація, м. Новосибірськ, вул. Кірова, буд. 86\",\n                        \"Російська Федерація, 630102, м. Новосибірськ, вул. Кірова, буд. 86\",\n                        \"630102, город Новосибирск, улица Кирова, дом 86\",\n                        \"РФ, 630102, Новосибірська область, м. Новосибірськ, вул. Кірова, буд. 86\"\n                    ],\n                    \"legalForm\": [\n                        \"Общества с ограниченной ответственностью\"\n                    ],\n                    \"leiCode\": [\n                        \"253400PBXV2DDDKXUL53\"\n                    ],\n                    \"modifiedAt\": [\n                        \"2025-03-28\"\n                    ],\n                    \"email\": [\n                        \"MAIL@rnko.ru\"\n                    ],\n                    \"innCode\": [\n                        \"2225031594\"\n                    ],\n                    \"ogrnCode\": [\n                        \"1025400002968\"\n                    ],\n                    \"kppCode\": [\n                        \"540501001\"\n                    ],\n                    \"swiftBic\": [\n                        \"CUPCRU55\"\n                    ],\n                    \"country\": [\n                        \"ru\"\n                    ],\n                    \"createdAt\": [\n                        \"2009-05-02\"\n                    ],\n                    \"notes\": [\n                        \"РНКО «Платежный центр» (ТОВ)\",\n                        \"Дата присвоения государственного регистрационного номера: 2002-11-24\",\n                        \"Date of assignment of state registration number: 2002-11-24\"\n                    ],\n                    \"classification\": [\n                        \"Лицензия на осуществление банковских операций со средствами в рублях и иностранной валюте для расчетных небанковских кредитных организаций\"\n                    ],\n                    \"status\": [\n                        \"License code: 245, date: 2014-04-14\",\n                        \"Код лицензии: 245, дата: 2014-04-14\",\n                        \"норм.\"\n                    ],\n                    \"phone\": [\n                        \"+73832868607\"\n                    ],\n                    \"bikCode\": [\n                        \"045004832\"\n                    ],\n                    \"amount\": [\n                        \"1000000\"\n                    ],\n                    \"alias\": [\n                        \"Tovarystvo z obmezhenoiu vidpovidalnistiu Rozrakhunkova nebankivska kredytna orhanizatsiia \\\"Platezhnyi tsentr\\\"\",\n                        \"Obshchestvo s ohranychennoi otvetstvennostiu Raschёtnaia nebankovskaia kredytnaia orhanyzatsyia \\\"Platezhnyi tsentr\\\"\",\n                        \"Tovarystvo z obmezhenoiu vidpovidalnistiu Rozrakhunkova nebankivska kredytna orhanizatsiia \\\"Platizhnyi tsentr\\\"\"\n                    ]\n                },\n                \"ownership\": {\n                    \"ownershipAsset\": [\n                        {\n                            \"id\": \"ru-392066f5697c50df8e74a35987693cabf161b6a0\",\n                            \"caption\": \"Ownership\",\n                            \"schema\": \"Ownership\",\n                            \"datasets\": [\n                                \"ext_ru_egrul\"\n                            ],\n                            \"first_seen\": \"2025-12-30T14:29:03\",\n                            \"last_seen\": \"2026-01-09T03:48:50\",\n                            \"last_change\": \"2026-01-09T03:48:50\",\n                            \"startDate\": [\n                                \"2012-08-30\"\n                            ],\n                            \"owner\": [\n                                {\n                                    \"id\": \"NK-QDauPjx3sXsBrchox3NfK8\",\n                                    \"caption\": \"Акціонерне товариство \\\"ЦФТ-Сервіс\\\"\",\n                                    \"schema\": \"Company\",\n                                    \"datasets\": [\n                                        \"ext_ru_egrul\",\n                                        \"ua_nsdc_sanctions\"\n                                    ],\n                                    \"target\": true,\n                                    \"first_seen\": \"2025-01-13T21:22:02\",\n                                    \"last_seen\": \"2026-01-16T16:22:02\",\n                                    \"last_change\": \"2026-01-09T03:48:50\",\n                                    \"legalForm\": [\n                                        \"Непубличные акционерные общества\"\n                                    ],\n                                    \"incorporationDate\": [\n                                        \"2012-08-06\"\n                                    ],\n                                    \"jurisdiction\": [\n                                        \"ru\"\n                                    ],\n                                    \"innCode\": [\n                                        \"5433189764\"\n                                    ],\n                                    \"name\": [\n                                        \"АКЦИОНЕРНОЕ ОБЩЕСТВО \\\"СЕРВИС\\\"\",\n                                        \"Акционерное общество \\\"ЦФТ-Сервис\\\"\",\n                                        \"Акціонерне товариство \\\"ЦФТ-Сервіс\\\"\",\n                                        \"Joint Stock Company \\\"CFT-Service\\\"\"\n                                    ],\n                                    \"ogrnCode\": [\n                                        \"1125476118921\"\n                                    ],\n                                    \"address\": [\n                                        \"Д. 12, РП. КОЛЬЦОВО, НОВОСИБИРСКАЯ ОБЛАСТЬ, 630559\",\n                                        \"Российская Федерация, 630559, Новосибирская область, Рабочий Поселок Кольцово, ул. Технопарковая, строение 1, оф. 210\",\n                                        \"Російська Федерація, 630559, Новосибірська область, Робоче Селище Кольцово, вул. Технопаркова, будівля 1, оф. 210\",\n                                        \"Д. 12, КОЛЬЦОВО, НОВОСИБИРСКАЯ ОБЛАСТЬ, 630559\"\n                                    ],\n                                    \"kppCode\": [\n                                        \"543301001\"\n                                    ],\n                                    \"email\": [\n                                        \"5433189764@5433189764.ru\"\n                                    ],\n                                    \"categories\": [\n                                        \"sanction\"\n                                    ],\n                                    \"alias\": [\n                                        \"Aktsionerne tovarystvo \\\"TsFT-Servis\\\"\"\n                                    ]\n                                }\n                            ],\n                            \"percentage\": [\n                                \"100\"\n                            ],\n                            \"asset\": [\n                                \"NK-gFUNoJTS2tps4cvJS7WpaC\"\n                            ],\n                            \"sharesCount\": [\n                                \"1000000\"\n                            ]\n                        }\n                    ],\n                    \"_edge_info\": {\n                        \"source\": \"owner\",\n                        \"target\": \"asset\",\n                        \"label\": \"owns\",\n                        \"directed\": true,\n                        \"caption\": [\n                            \"percentage\"\n                        ]\n                    }\n                },\n                \"directorship\": {\n                    \"directorshipOrganization\": [\n                        {\n                            \"id\": \"ru-9030b5befbf0104cece0743ecd3666540ddaa376\",\n                            \"caption\": \"ПРЕДСЕДАТЕЛЬ ПРАВЛЕНИЯ\",\n                            \"schema\": \"Directorship\",\n                            \"datasets\": [\n                                \"ext_ru_egrul\"\n                            ],\n                            \"first_seen\": \"2025-12-30T14:29:03\",\n                            \"last_seen\": \"2026-01-09T03:48:50\",\n                            \"last_change\": \"2026-01-09T03:48:50\",\n                            \"director\": [\n                                {\n                                    \"id\": \"NK-ZN266tmCpmbf7Rwy2MANNF\",\n                                    \"caption\": \"Мац Григорій Мойсейович\",\n                                    \"schema\": \"Person\",\n                                    \"datasets\": [\n                                        \"ext_ru_egrul\",\n                                        \"ua_nsdc_sanctions\"\n                                    ],\n                                    \"target\": true,\n                                    \"first_seen\": \"2025-01-13T21:22:02\",\n                                    \"last_seen\": \"2026-01-16T16:22:02\",\n                                    \"last_change\": \"2026-01-09T03:48:50\",\n                                    \"name\": [\n                                        \"Mats Grigoriy\",\n                                        \"Мац Григорий Моисеевич\",\n                                        \"Мац Григорій Мойсейович\",\n                                        \"ГРИГОРИЙ МОИСЕЕВИЧ МАЦ\"\n                                    ],\n                                    \"lastName\": [\n                                        \"МАЦ\"\n                                    ],\n                                    \"firstName\": [\n                                        \"ГРИГОРИЙ\"\n                                    ],\n                                    \"fatherName\": [\n                                        \"МОИСЕЕВИЧ\"\n                                    ],\n                                    \"country\": [\n                                        \"ru\"\n                                    ],\n                                    \"innCode\": [\n                                        \"540705843739\"\n                                    ],\n                                    \"alias\": [\n                                        \"Mats Hryhorii Moiseiovych\"\n                                    ],\n                                    \"categories\": [\n                                        \"sanction\"\n                                    ],\n                                    \"citizenship\": [\n                                        \"ru\"\n                                    ],\n                                    \"birthDate\": [\n                                        \"1959-03-22\"\n                                    ]\n                                }\n                            ],\n                            \"summary\": [\n                                \"Руководитель юридического лица\"\n                            ],\n                            \"startDate\": [\n                                \"2007-12-25\"\n                            ],\n                            \"organization\": [\n                                \"NK-gFUNoJTS2tps4cvJS7WpaC\"\n                            ],\n                            \"role\": [\n                                \"ПРЕДСЕДАТЕЛЬ ПРАВЛЕНИЯ\"\n                            ]\n                        }\n                    ],\n                    \"_edge_info\": {\n                        \"source\": \"director\",\n                        \"target\": \"organization\",\n                        \"label\": \"directs\",\n                        \"directed\": true,\n                        \"caption\": [\n                            \"role\"\n                        ]\n                    }\n                },\n                \"source\": \"default\",\n                \"matchScore\": \"100.0%\",\n                \"compliance_details\": [\n                    {\n                        \"code\": \"sanction.linked\",\n                        \"topic\": {\n                            \"id\": 148,\n                            \"label\": \"Linked to a sanctioned entity.\",\n                            \"short_label\": \"Sanction Linked\",\n                            \"score\": 100,\n                            \"match_type\": \"Individual / Company / Organization\",\n                            \"master_code\": null\n                        },\n                        \"category\": {\n                            \"id\": 5,\n                            \"name\": \"Sanction\"\n                        },\n                        \"risk_rule\": {\n                            \"id\": 1323,\n                            \"condition\": \"5||sanction.linked\",\n                            \"description\": \"Linked to a sanctioned entity.\",\n                            \"score\": 100,\n                            \"short_label\": \"Sanction Linked\",\n                            \"is_active\": true,\n                            \"is_system\": true\n                        }\n                    },\n                    {\n                        \"code\": \"fin.bank\",\n                        \"topic\": {\n                            \"id\": 85,\n                            \"label\": \"Banking institution or person linked to banking sector.\",\n                            \"short_label\": \"Banking\",\n                            \"score\": 30,\n                            \"match_type\": \"Company / Individual\",\n                            \"master_code\": null\n                        },\n                        \"category\": {\n                            \"id\": 2,\n                            \"name\": \"Entity of Interest\"\n                        },\n                        \"risk_rule\": {\n                            \"id\": 1260,\n                            \"condition\": \"2||fin.bank\",\n                            \"description\": \"Banking institution or person linked to banking sector.\",\n                            \"score\": 30,\n                            \"short_label\": \"Banking\",\n                            \"is_active\": true,\n                            \"is_system\": true\n                        }\n                    }\n                ]\n            }\n        ],\n        \"crypto_wallet\": [],\n        \"check_id\": {},\n        \"contactability\": {},\n        \"proof_of_life\": {},\n        \"profile_id\": {},\n        \"get_photo\": {},\n        \"adverse_media_list\": {},\n        \"verification\": {},\n        \"bank_verification\": {}\n    },\n    \"report_url\": \"https://api.finintel.co.za/client_report/54c4687a-0924-4215-850f-c0363a6c8cd5-report-timestamped-20260205071517.pdf\"\n}"}],"_postman_id":"be93fbab-07dd-4a39-91d1-650694b674ea"},{"name":"FCS ID Fraud Verification","event":[{"listen":"test","script":{"id":"e53c35e6-a3e4-4cf3-add3-33555b0af540","exec":["pm.test(\"Response time is less than 500ms\", function () {\r","  pm.expect(pm.response.responseTime).to.be.below(500);\r","});\r","\r","const responseData = pm.response.json();\r","\r","pm.test(\"Response status code is 200\", function () {\r","  pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Base response structure is valid\", function () {\r","  pm.expect(responseData).to.be.an(\"object\");\r","  pm.expect(responseData).to.have.property(\"status\");\r","  pm.expect(responseData).to.have.property(\"timestamp\");\r","  pm.expect(responseData).to.have.property(\"formatted_data\");\r","});\r","\r","pm.test(\"formatted_data has expected sections\", function () {\r","  pm.expect(responseData.formatted_data).to.be.an(\"object\");\r","  pm.expect(responseData.formatted_data).to.have.property(\"result_summary\");\r","  pm.expect(responseData.formatted_data).to.have.property(\"client_info\");\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c209f223-07cb-49d7-8c4e-9dd656219098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":""}],"body":{"mode":"raw","raw":"{\n    \"identityNumber\": \"9707155375183\",\n    \"option\": \"I\",\n    \"username\": \"info@finintel.co.za\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v2/id_verification","description":"<p>StartFragment</p>\n<h1 id=\"fcs-id-fraud-verification-api---standalone\">FCS ID Fraud Verification API - Standalone</h1>\n<p>Perform a identity fraud verification check returning available information on the individual identity information by using just the identityNumber parameter and or additional parameters.</p>\n<h2 id=\"key-features\">Key Features</h2>\n<ul>\n<li><strong>Determine Identity Information for Fraud prevention</strong> – Matches against available data and return available information in the result. No risk scoring can be applied.</li>\n</ul>\n<hr />\n<h2 id=\"authentication\">Authentication</h2>\n<p>This API uses <strong>API Key authentication</strong>. Include your API key in the request header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>X-API-Key: \n\n</code></pre><blockquote>\n<p><strong>Setup:</strong> Add your API key as a variable named <code>API_KEY</code> in your Postman environment (e.g., the \"Institution\" environment). This keeps your credentials secure and makes switching between environments easy. </p>\n</blockquote>\n<blockquote>\n<p><strong>Security Note:</strong> API keys are confidential credentials and must be protected. Do not expose API keys in client-side code, screenshots, public repositories, shared Postman collections, or public documentation. FCS may restrict API keys by account status, IP address, enabled service options, and available credit balance. Requests using invalid, expired, inactive, unauthorized, or IP-restricted API keys will be rejected. </p>\n</blockquote>\n<h2 id=\"apiv2id_verification--main-parameters\">/api/v2/id_verification – Main Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Identifying</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>Yes</td>\n<td>No</td>\n<td>Your username supplied by FCS. The full name linked to this user will display on the CDD report as the user that conducted the check.</td>\n</tr>\n<tr>\n<td>option</td>\n<td>string or array</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Current option is ONLY \"I\"</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Full names and surname of the natural person.</td>\n</tr>\n<tr>\n<td>identityNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Correct valid South African identity number. If id number parsed is invalid the api will call will not be allowed.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"error-responses\">Error Responses</h2>\n<h3 id=\"authentication--access-errors\">Authentication &amp; Access Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>Invalid API key</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key expired</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key is required</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key missing</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Required authentication field is missing</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Invalid authentication details</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Insufficient credits</td>\n</tr>\n<tr>\n<td>401 / 403</td>\n<td>User is inactive or invalid</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Option is not active</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Option not allowed</td>\n</tr>\n<tr>\n<td>403</td>\n<td>This API key cannot be used from this IP address</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-validation-errors\">Request Validation Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400 / 422</td>\n<td>Content-Type missing</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Request validation failed</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"provider--internal-service-errors\">Provider / Internal Service Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>500</td>\n<td>SMS Request failed</td>\n</tr>\n<tr>\n<td>500</td>\n<td>API Request failed</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Circuit open</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Error responses are returned as JSON: <code>{ \"error\": \"Invalid API key\" }</code></p>\n</blockquote>\n","urlObject":{"path":["api","v2","id_verification"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"5fc0505c-ca9f-4e78-bcc1-2374d1a5db16","name":"FCS ID Fraud Verification sample response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":""}],"body":{"mode":"raw","raw":"{\n    \"identityNumber\": \"{{13 digit individual SA id number}}\",\n    \"option\": \"I\",\n    \"username\": \"{{username}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v2/id_verification"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 05 Feb 2026 05:16:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1052"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Accept"},{"key":"etag","value":"W/\"964cc1d29aa177ff7929e1fec3fa1d84\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"790eb1cc-9668-47d1-99f7-cf6720e942d8"},{"key":"x-runtime","value":"0.825552"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"timestamp\": \"2026-02-05T07:16:05.070+02:00\",\n    \"formatted_data\": {\n        \"client_info\": {\n            \"name\": \"Full Names\",\n            \"birth_date\": \"yyyy=mm-dd\",\n            \"identity_number\": \"0000000000000\",\n            \"nationality\": null,\n            \"gender\": null,\n            \"address\": null,\n            \"location\": null,\n            \"passport_number\": null,\n            \"match_type\": \"individual\",\n            \"report_date\": \"2026/02/05 07:16\",\n            \"sa_id_citizen\": true,\n            \"sa_id_valid\": true,\n            \"match_score\": 0,\n            \"risk_score\": 0,\n            \"risk_category\": \"N/A\",\n            \"option\": [\n                \"I\"\n            ]\n        },\n        \"result_summary\": {\n            \"ID Verification\": 1\n        },\n        \"verification\": {\n            \"is_id_verified\": true,\n            \"is_deceased\": false,\n            \"is_smartcard_issued\": null,\n            \"is_dha_id_blocked\": null,\n            \"verified_date\": \"2023-02-06\",\n            \"request_id\": \"2d521284-5795-43db-b700-95a5adfbc2e3\",\n            \"queried_at\": \"2026-02-05T05:16:05.022829922Z\",\n            \"names\": \"Names\",\n            \"surname\": \"Last Name\",\n            \"birth_date\": \"yyy-mm-dd\",\n            \"id_number\": \"0000000000000\",\n            \"deceased_date\": null,\n            \"marital_status\": null,\n            \"marriage_date\": null,\n            \"id_issue_date\": null,\n            \"smartcard_issued_date\": null\n        }\n    },\n    \"report_url\": \"https://api.finintel.co.za/client_report/8753e32b-4e13-47ef-b8f5-38305d702e-report-timestamped-20260201071605.pdf\"\n}"},{"id":"3066d677-1a55-4fcb-a5be-96b92e014219","name":"FCS ID Fraud Verification invalid ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":""}],"body":{"mode":"raw","raw":"{\n    \"identityNumber\": \"{{13 digit individual SA id number}}\",\n    \"option\": \"I\",\n    \"username\": \"{{username}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v2/id_verification"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 05 Feb 2026 05:17:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Accept"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"d25c42ea-a859-4fd7-8b93-54eb67786612"},{"key":"x-runtime","value":"0.008218"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid SA ID number: checksum validation failed\"\n}"}],"_postman_id":"c209f223-07cb-49d7-8c4e-9dd656219098"},{"name":"FCS Case Status","event":[{"listen":"test","script":{"id":"e53c35e6-a3e4-4cf3-add3-33555b0af540","exec":["pm.test(\"Response time is less than 500ms\", function () {\r","  pm.expect(pm.response.responseTime).to.be.below(500);\r","});\r","\r","const responseData = pm.response.json();\r","\r","pm.test(\"Response status code is 200\", function () {\r","  pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Base response structure is valid\", function () {\r","  pm.expect(responseData).to.be.an(\"object\");\r","  pm.expect(responseData).to.have.property(\"status\");\r","  pm.expect(responseData).to.have.property(\"timestamp\");\r","  pm.expect(responseData).to.have.property(\"formatted_data\");\r","});\r","\r","pm.test(\"formatted_data has expected sections\", function () {\r","  pm.expect(responseData.formatted_data).to.be.an(\"object\");\r","  pm.expect(responseData.formatted_data).to.have.property(\"result_summary\");\r","  pm.expect(responseData.formatted_data).to.have.property(\"client_info\");\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5db311dc-0793-4b97-83b4-3b9bd4f80b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"zbfdc791f1e321a5cdcd220a85729e722356a31c12f647ed"}],"body":{"mode":"raw","raw":"{\n    \"check_id\": \"{{check_id}}\",\n    \"username\": \"{{username}}\",\n    \"client_id\": \"{{client_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v2/case_status","description":"<h1 id=\"fcs-case-status-api\">FCS Case Status API</h1>\n<p>Retrieve the current status of a previously submitted CDD scan case. Use this endpoint to check whether a case is still processing, completed, or requires further action.</p>\n<h2 id=\"key-features\">Key Features</h2>\n<ul>\n<li><p><strong>Case Status Lookup</strong> – Returns the current processing status of a submitted scan case</p>\n</li>\n<li><p><strong>Case Reference</strong> – Look up by case ID or agreement number as submitted in the original scan request</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"authentication\">Authentication</h2>\n<p>This API uses <strong>API Key authentication</strong>. Include your API key in the request header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>X-API-Key: \n\n</code></pre><blockquote>\n<p><strong>Setup:</strong> Add your API key as a variable named <code>API_KEY</code> in your Postman environment (e.g., the \"Institution\" environment). This keeps your credentials secure and makes switching between environments easy. </p>\n</blockquote>\n<blockquote>\n<p><strong>Security Note:</strong> API keys are confidential credentials and must be protected. Do not expose API keys in client-side code, screenshots, public repositories, shared Postman collections, or public documentation. FCS may restrict API keys by account status, IP address, enabled service options, and available credit balance. Requests using invalid, expired, inactive, unauthorized, or IP-restricted API keys will be rejected. </p>\n</blockquote>\n<hr />\n<h2 id=\"apiv2case_status--main-parameters\">/api/v2/case_status – Main Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>Yes</td>\n<td>Your username supplied by FCS.</td>\n</tr>\n<tr>\n<td>caseId</td>\n<td>string</td>\n<td>Yes / No</td>\n<td>The unique case ID returned in the original scan response. Either <code>caseId</code> or <code>agreementNumber</code> must be provided.</td>\n</tr>\n<tr>\n<td>agreementNumber</td>\n<td>string</td>\n<td>Yes / No</td>\n<td>The agreement number submitted in the original scan request. Either <code>caseId</code> or <code>agreementNumber</code> must be provided.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"error-responses\">Error Responses</h2>\n<h3 id=\"authentication--access-errors\">Authentication &amp; Access Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>Invalid API key</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key expired</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key is required</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key missing</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Required authentication field is missing</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Invalid authentication details</td>\n</tr>\n<tr>\n<td>401 / 403</td>\n<td>User is inactive or invalid</td>\n</tr>\n<tr>\n<td>403</td>\n<td>This API key cannot be used from this IP address</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-validation-errors\">Request Validation Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400 / 422</td>\n<td>Content-Type missing</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Request validation failed</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"provider--internal-service-errors\">Provider / Internal Service Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>500</td>\n<td>SMS Request failed</td>\n</tr>\n<tr>\n<td>500</td>\n<td>API Request failed</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Circuit open</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Error responses are returned as JSON: <code>{ \"error\": \"Invalid API key\" }</code></p>\n</blockquote>\n","urlObject":{"path":["api","v2","case_status"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"86b56f6b-e4e6-453c-ba65-04f0429478f1","name":"FCS Case Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"zbfdc791f1e321a5cdcd220a85729e722356a31c12f647ed"}],"body":{"mode":"raw","raw":"{\n    \"check_id\": \"1158975\",\n    \"username\": \"testdemo@finintel.co.za\",\n    \"client_id\": \"1033121\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.finintel.co.za/api/v2/case_status"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":":status","value":200},{"key":"date","value":"Thu, 19 Mar 2026 07:26:00 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"200"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Accept"},{"key":"etag","value":"W/\"037958c530d90b673bcac0b6b25e16e1\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"5f2b659c-d4c5-44eb-a49e-e8b0799b397a"},{"key":"x-runtime","value":"0.011689"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"timestamp\": \"2026-03-19T09:26:00.137+02:00\",\n    \"formatted_data\": {\n        \"identity_number\": \"{{identity_number}}\",\n        \"check_id\": 00000,\n        \"business_relationship\": \"accept\",\n        \"case_status\": \"false_positive\"\n    }\n}"}],"_postman_id":"5db311dc-0793-4b97-83b4-3b9bd4f80b2d"},{"name":"FCS Account Holder Verification","event":[{"listen":"test","script":{"id":"e53c35e6-a3e4-4cf3-add3-33555b0af540","exec":["pm.test(\"Response time is less than 500ms\", function () {\r","  pm.expect(pm.response.responseTime).to.be.below(500);\r","});\r","\r","const responseData = pm.response.json();\r","\r","// Status code\r","pm.test(\"Response status code is 200\", function () {\r","  pm.response.to.have.status(200);\r","});\r","\r","// Base response structure\r","pm.test(\"Base response structure is valid\", function () {\r","  pm.expect(responseData).to.be.an(\"object\");\r","  pm.expect(responseData).to.have.property(\"status\");\r","  pm.expect(responseData).to.have.property(\"timestamp\");\r","  pm.expect(responseData).to.have.property(\"formatted_data\");\r","});\r","\r","// formatted_data structure\r","pm.test(\"formatted_data contains client_info, result_summary and bank_verification\", function () {\r","  const fd = responseData.formatted_data;\r","  pm.expect(fd).to.be.an(\"object\");\r","  pm.expect(fd).to.have.property(\"client_info\");\r","  pm.expect(fd).to.have.property(\"result_summary\");\r","  pm.expect(fd).to.have.property(\"bank_verification\");\r","});\r","\r","// Core bank_verification flags\r","pm.test(\"bank_verification has core matching flags\", function () {\r","  const bv = responseData.formatted_data.bank_verification;\r","  pm.expect(bv).to.be.an(\"object\");\r","\r","  [\r","    \"account_open\",\r","    \"account_found\",\r","    \"account_type_match\",\r","    \"identity_number_match\",\r","    \"name_match\"\r","  ].forEach(function (field) {\r","    pm.expect(bv).to.have.property(field);\r","  });\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c8ae5df8-f719-4d74-bfc5-a6840459091c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":""}],"body":{"mode":"raw","raw":"{\n  \"username\": \"{{USERNAME}}\",\n  \"option\": \"V\",\n  \"name\": \"{{Full Names}}\",\n  \"identityNumber\": \"{{individual SA id number or company reg number}}\", \n  \"bankName\": \"ABSA\",\n  \"bankCode\": \"002\",\n  \"bankAccountNumber\": \"1234567890\",\n  \"accountType\": \"1\",\n  \"telephone\": \"217887225\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v2/bank_verification","description":"<p>StartFragment</p>\n<h1 id=\"fcs-bank-account-holder-verification-api---standalone\">FCS Bank Account Holder Verification API - Standalone</h1>\n<p>Perform an Account Holder Verification check returning available information on the individual identity information by using just the bank detail parameters and or additional parameters.</p>\n<h2 id=\"key-features\">Key Features</h2>\n<ul>\n<li><strong>Bank Account Holder Verification</strong> – Matches against available data and return available information in the result. No risk scoring can be applied.</li>\n</ul>\n<hr />\n<h2 id=\"authentication\">Authentication</h2>\n<p>This API uses <strong>API Key authentication</strong>. Include your API key in the request header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>X-API-Key: \n\n</code></pre><blockquote>\n<p><strong>Setup:</strong> Add your API key as a variable named <code>API_KEY</code> in your Postman environment (e.g., the \"Institution\" environment). This keeps your credentials secure and makes switching between environments easy. </p>\n</blockquote>\n<blockquote>\n<p><strong>Security Note:</strong> API keys are confidential credentials and must be protected. Do not expose API keys in client-side code, screenshots, public repositories, shared Postman collections, or public documentation. FCS may restrict API keys by account status, IP address, enabled service options, and available credit balance. Requests using invalid, expired, inactive, unauthorized, or IP-restricted API keys will be rejected. </p>\n</blockquote>\n<h2 id=\"apiv2bank_verification--main-parameters\">/api/v2/bank_verification – Main Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Identifying</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>Yes</td>\n<td>No</td>\n<td>Your username supplied by FCS. The full name linked to this user will display on the CDD report as the user that conducted the check.</td>\n</tr>\n<tr>\n<td>option</td>\n<td>string or array</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Current option is ONLY \"V\"</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Full names and surname of the natural person, or the name of the company or organization.</td>\n</tr>\n<tr>\n<td>identityNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>Company Registration number for legal entities when using <code>matchType = \"company\"</code> or <code>\"organization\"</code>.</td>\n</tr>\n<tr>\n<td>bankName</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>The name of the Bank linked to the Account Number for example <code>\"Capitec Bank\"</code>, <code>\"ABSA\"</code>, <code>\"FNB\"</code>.</td>\n</tr>\n<tr>\n<td>bankCode</td>\n<td>integer</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>The code of the linked bank listed below</td>\n</tr>\n<tr>\n<td>bankAccountNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>The bank account number of the bank account used to being verified in numeric format without spaces.</td>\n</tr>\n<tr>\n<td>accountType</td>\n<td>list</td>\n<td>Yes</td>\n<td>Yes</td>\n<td>The corresponding bank account type from the following: 0 = Savings account, 1 = Cheque account, 3 = transmission, 4 = Bond account, 6 = Subscription Share</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>string</td>\n<td>Yes</td>\n<td>yes</td>\n<td>The telephone number linked to the corresponding bank account</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"bank-codes-to-be-used-as-the-api-parameter-parsed\">Bank Codes to be used as the api parameter parsed</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>bankCode</th>\n<th>bankName</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>001</td>\n<td>African Bank</td>\n</tr>\n<tr>\n<td>002</td>\n<td>ABSA</td>\n</tr>\n<tr>\n<td>003</td>\n<td>Capitec Bank</td>\n</tr>\n<tr>\n<td>004</td>\n<td>Discovery Bank</td>\n</tr>\n<tr>\n<td>005</td>\n<td>FNB</td>\n</tr>\n<tr>\n<td>006</td>\n<td>Grindrod</td>\n</tr>\n<tr>\n<td>007</td>\n<td>Investec</td>\n</tr>\n<tr>\n<td>008</td>\n<td>Nedbank</td>\n</tr>\n<tr>\n<td>009</td>\n<td>Sasfin</td>\n</tr>\n<tr>\n<td>010</td>\n<td>Standard Bank</td>\n</tr>\n<tr>\n<td>011</td>\n<td>TymeBank</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"error-responses\">Error Responses</h2>\n<h3 id=\"authentication--access-errors\">Authentication &amp; Access Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>Invalid API key</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key expired</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key is required</td>\n</tr>\n<tr>\n<td>401</td>\n<td>API key missing</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Required authentication field is missing</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Invalid authentication details</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Insufficient credits</td>\n</tr>\n<tr>\n<td>401 / 403</td>\n<td>User is inactive or invalid</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Option is not active</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Option not allowed</td>\n</tr>\n<tr>\n<td>403</td>\n<td>This API key cannot be used from this IP address</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-validation-errors\">Request Validation Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400 / 422</td>\n<td>Content-Type missing</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Request validation failed</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"provider--internal-service-errors\">Provider / Internal Service Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>500</td>\n<td>SMS Request failed</td>\n</tr>\n<tr>\n<td>500</td>\n<td>API Request failed</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Circuit open</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Error responses are returned as JSON: <code>{ \"error\": \"Invalid API key\" }</code></p>\n</blockquote>\n","urlObject":{"path":["api","v2","bank_verification"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"4a582d4c-9105-4ea7-87d8-444b894ea497","name":"FCS Account Holder Verification sample response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":""}],"body":{"mode":"raw","raw":"{\n  \"username\": \"{{USERNAME}}\",\n  \"option\": \"V\",\n  \"name\": \"{{Full Names}}\",\n  \"identityNumber\": \"{{individual SA id number or company reg number}}\", \n  \"bankName\": \"ABSA\",\n  \"bankCode\": \"002\",\n  \"bankAccountNumber\": \"1234567890\",\n  \"accountType\": \"1\",\n  \"telephone\": \"217887225\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v2/bank_verification"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 05 Feb 2026 05:16:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"834"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Accept"},{"key":"etag","value":"W/\"86afd9d0a370022e4a8427930b417795\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"36da996d-5d4a-48a6-9133-33586dc37c51"},{"key":"x-runtime","value":"0.654624"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"timestamp\": \"2026-02-05T07:16:35.371+02:00\",\n    \"formatted_data\": {\n        \"client_info\": {\n            \"name\": \"Full Names\",\n            \"identity_number\": \"0000000000000\",\n            \"bank_name\": \"ABSA\",\n            \"bank_account_number\": \"1234567890\",\n            \"report_date\": \"2026/02/05 07:16\",\n            \"sa_id_valid\": true,\n            \"option\": [\n                \"V\"\n            ]\n        },\n        \"result_summary\": {\n            \"Bank Account Verification\": 1\n        },\n        \"bank_verification\": {\n            \"first_name\": \"Name\",\n            \"surname\": \"Last Name\",\n            \"account_open\": \"Y\",\n            \"account_found\": \"Y\",\n            \"account_length\": \"Y\",\n            \"account_type_match\": \"Y\",\n            \"identity_number_match\": \"Y\",\n            \"initials_match\": \"Y\",\n            \"name_match\": \"Y\",\n            \"phone_match\": \"Y\",\n            \"email_match\": \"Y\",\n            \"accept_debits\": \"Y\",\n            \"accept_credits\": \"Y\",\n            \"transaction_fee\": \"\",\n            \"reply_code\": \"207\",\n            \"reply_message\": \"Transaction Successful (00)\"\n        }\n    },\n    \"report_url\": \"https://api.finintel.co.za/client_report/d809149a-5e5c-4ec3-a2b7-a7373e6e32f6-report-timestamped-20260105071635.pdf\"\n}"},{"id":"a350d854-063d-4418-9e3b-1c347f79ea71","name":"FCS Account Holder Verification invalid ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":""}],"body":{"mode":"raw","raw":"{\n  \"username\": \"{{USERNAME}}\",\n  \"option\": \"V\",\n  \"name\": \"Full Names\",\n  \"identityNumber\": \"{{individual SA id number or company reg number}}\", \n  \"bankName\": \"ABSA\",\n  \"bankCode\": \"002\",\n  \"bankAccountNumber\": \"1234567890\",\n  \"accountType\": \"1\",\n  \"telephone\": \"217887225\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v2/bank_verification"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 05 Feb 2026 05:18:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Accept"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"6ab8549c-a61c-42aa-8e22-a5283d81c03c"},{"key":"x-runtime","value":"0.053266"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid SA ID number: checksum validation failed\"\n}"}],"_postman_id":"c8ae5df8-f719-4d74-bfc5-a6840459091c"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"This will be provided once you are an approved FCS User (Customer)"},{"key":"value","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"e3c167b0-e942-4f10-8816-285f482e1f19","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"9ea606ea-fad1-48eb-b716-7033182496de","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"API_KEY","value":""}]}