Open service 51.124.12.35:443 · webforms.stage.finclusive.com
2026-01-12 07:13
HTTP/1.1 200 OK
Content-Length: 8251
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 07:14:31 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "84977001"
Last-Modified: Tue, 18 Jun 2024 21:57:20 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: FinClusive Webform
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>FinClusive Webform</title>
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
<div id="FinClusiveUI" class="finclusive-main">
<div class="box">
<div class="box__header">
<img class="logo" src="assets/images/finclusive-logo.png" alt="" />
</div>
<p class="box__heading">Thank you for choosing us!</p>
<p class="box__description">
Now in order to enable onboarding for an individual or entity for the
<b>Know Your Customer/Know Your Business ("KYC/KYB")</b> due diligence check, please
provide the <b>access code.</b>
</p>
<div class="box__content">
<p class="box__note">
Choose the applicable tab below and fill out the webform.
<br />
This will prompt theassociated due diligence to commerce.
</p>
<form id="access-token-form" class="create-form access-token-form">
<div class="access-token-wrapper">
<div class="input-group">
<label class="access-token-form-label">
<!-- <span>Access Code *</span> -->
<input
id="accessCode"
class="access-token-form-input"
type="text"
name="x-finclusive-apikey"
placeholder="Access Code"
required
/>
</label>
<div class="info">
<small id="accessCodeLabel"> </small>
</div>
</div>
<button id="accessCodeCTA" class="access-token-form-cta" disabled>
<div class="access-token-form-cta-icon"></div>
</button>
</div>
</form>
<div class="link-buttons">
<a class="link disabled" id="individualLink">Individual</a>
<a class="link disabled" id="entityLink">Entity</a>
</div>
</div>
</div>
<p class="note">
If you have any questions, please contact FinClusive at
<a href="mailto:support@finclusive.com">support@finclusive.com</a>.
</p>
<div id="google_translate_element"></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script>
<script type="module">
import Crypter from './scripts/crypt.js';
import { getAccessCodeFromParams, formatResponse, clearFormFields } from './scripts/utils.js';
let isSubmitting = false;
const form = document.getElementById('access-token-form');
const accessCodeInput = document.getElementById('accessCode');
const accessCodeCTA = document.getElementById('accessCodeCTA');
const individualLink = document.getElementById('individualLink');
const entityLink = document.getElementById('entityLink');
const accessCodeLabel = document.getElementById('accessCodeLabel');
const crypter = new Crypter();
function resetInputs() {
individualLink.classList.add('disabled');
entityLink.classList.add('disabled');
accessCodeCTA.disabled = true;
accessCodeInput.disabled = false;
accessCodeInput.style.color = 'var(--label-color)';
accessCodeInput.style.borderColor = 'var(--border-color)';
accessCodeLabel.classList.remove('visible');
accessCodeLabel.innerText = '\u00A0';
accessCodeLabel.style.color = 'var(--success)';
}
function showMessage(message = '', isError = false) {
accessCodeLabel.innerText = message;
accessCodeLabel.classList.add('visible');
accessCodeLabel.style.color = isError ? 'var(--error)' : 'var(--success)';
}
function resetMessage() {
accessCodeLabel.classList.remove('visible');
accessCodeLabel.innerText = '\u00A0';
accessCodeLabel.style.c
Open service 51.124.12.35:80 · webforms.stage.finclusive.com
2026-01-12 07:13
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 07:14:29 GMT Location: https://webforms.stage.finclusive.com/