clos.icicibank.com Open in urlscan Pro
103.87.40.37  Public Scan

URL: https://clos.icicibank.com/CAOOD/Apply.jsp
Submission: On January 01 via api from IN — Scanned from DE

Form analysis 14 forms found in the DOM

<form id="ervWithoutAccountForm" novalidate="novalidate">
  <div class="form-group-container-lg-v1">
    <!-- bk-31-12-2021 -->
    <div class="row">
      <div class="col-lg-6 mb-3">
        <div class="form-group  mb-1">
          <label class="label-v1 mandatory">Mobile</label>
          <div class="input-with-left-label input-with-left-label-sm position-relative">
            <input type="tel" placeholder="Enter Mobile No." class="form-control custom-form-control-v1 mno-input" id="MOB_NO" name="erv_ca_mno" maxlength="10">
            <span>+91</span>
          </div>
        </div>
      </div>
      <div class="col-lg-6 mb-3">
        <div class="form-group  mb-1">
          <label class="label-v1 mandatory">Email</label>
          <input type="text" placeholder="Enter Email" id="EMAIL_ADD" class="form-control custom-form-control-v1" name="erv_ca_email">
        </div>
      </div>
    </div>
    <!-- bk-31-12-2021 -->
    <div class="row">
      <!-- bk 31-12-2021 remove invisible-->
      <div class="col-lg-6 mb-3 " data-element="constitution">
        <!-- bk 31-12-2021 -->
        <div class="form-group mb-1">
          <label class="label-v1 mandatory">Constitution</label>
          <input type="text" placeholder="Select a Constitution" class="form-control custom-form-control-v1 const-popup-input custom-select-v1 custom-dropdown-v1 popup-dropdown" name="ind_entity_details_constituation" data-toggle="modal"
            data-target="#constitutionPopup" readonly="">
        </div>
      </div>
    </div>
  </div>
  <div class="absolute-bottom-container">
    <div class="cta-container text-center">
      <button type="submit" class="btn common-btn" id="submitForNTBFlow">Next</button>
      <button type="submit" class="btn common-btn d-none" id="ervNoAccountGetOTPCta" disabled="">Next</button>
    </div>
  </div>
  <!--<div class="mt-3 px-2">-->
  <div class="mt-3 px-4">
    <p class="font-14 line-h-20 Mulish-Regular font-italic text-drak-grey max-width-500 mb-3 mx-auto pt-4 pt-lg-0">
      <span class="Mulish-Bold mr-1">Note:</span>Please ensure that the mobile number provided belongs to the business owner, the mobile number will be registered with the bank for this overdraft application.
    </p>
  </div>
</form>

<form id="ntbIndividualForm" novalidate="novalidate">
  <div class="form-group-container-lg-v1">
    <div class="row">
      <div class="col-lg-6 mb-3">
        <div class="form-group mb-1">
          <label class="label-v1 mandatory" id="entityNm"></label>
          <input type="text" placeholder="Enter Name as per PAN" class="form-control custom-form-control-v1" id="ENTITY" name="ntb_name_of_business_owner" maxlength="250">
        </div>
        <!-- <div class="info-text">
                                              <i class="icon icon-info"></i>
                                              <span>Enter Name as per PAN</span>
                                            </div> -->
      </div>
      <div class="col-lg-6 mb-3">
        <div class="form-group mb-1">
          <label class="label-v1 mandatory">PAN</label>
          <!-- In below div (pan_valid class for if pan is valid  || pan_invalid class for if pan is invalid) -->
          <div class="pan_valid position-relative">
            <input type="text" placeholder="Enter PAN Number" class="form-control custom-form-control-v1 pan-input pan-input-control" id="PAN" name="ntb_pan" maxlength="10">
            <i class="icon pan-valid d-none"></i>
            <i class="icon pan-invalid"></i>
          </div>
        </div>
        <div class="text-right mt-2" hidden="">
          <a class="capsule-cta" id="validatePan">Validate PAN</a>
        </div>
      </div>
      <div class="col-lg-6 mb-3" id="onlyProp">
        <div class="form-group mb-1">
          <label class="label-v1 mandatory">Name of Business</label>
          <input type="text" placeholder="Enter Name as per PAN" class="form-control custom-form-control-v1" id="ENTITYPAN" name="ntb_name_of_business" maxlength="250">
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-lg-12 mb-3">
        <div class="d-flex align-items-center flex-wrap captcha-form-group-parent">
          <div class="form-group captcha-form-group mb-1">
            <label class="label-v1 mandatory">CAPTCHA</label>
            <input type="text" class="form-control custom-form-control-v1" id="captchaCode" placeholder="Enter CAPTCHA" name="ntb_captcha">
          </div>
          <a class="captcha-refresh-link d-inline-block align-middle">
                                                    <i class="icon icon-captcha" onclick="generateCaptcha();"></i>
                                                </a>
          <div class="captcha-generator-group">
            <img name="ntb_captcha_text_ntb_individual" id="ntb_captcha_text_ntbIndividual" readonly="">
            <!--<iframe name="ntb_captcha_text_ntb_individual" id="ntb_captcha_text_ntbIndividual" readonly> </iframe>-->
            <!--                                                    <input type="text" class='form-control captcha-form-control'
                                                                                                               name="ntb_captcha_text_ntb_individual" id="ntb_captcha_text_ntbIndividual" readonly>-->
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="absolute-bottom-container">
    <div class="d-flex  mb-4">
      <div class="mr-2">
        <input type="checkbox" class="custom-checkbox-v1" id="ervNoAccountGetOTPConsent2" name="ervNoAccountGetOTPConsent2">
      </div>
      <label class="note-text-v3 d-inline-block" for="ervNoAccountGetOTPConsent2"> With your consent your PAN details will be shared with our partner Karza for fetching demographic and GST details.
        <a href="" data-target="#intropage" data-toggle="modal">Click here</a> to view the consent clauses. I hereby authorise ICICI Bank and its representatives to contact me on the registered mobile number and email address. I have read and agree
        to the consent clauses. </label>
    </div>
    <div class="cta-container text-center">
      <!-- bk--31-12-2021 submit2-->
      <button type="submit" class="btn common-btn" id="ntbIndividualSubmit" disabled="">Get OTP</button>
    </div>
  </div>
</form>

<form id="ntbProprietroship" novalidate="novalidate">
  <div class="form-group-container-lg-v2">
    <div class="row">
      <div class="col-lg-6 mb-3">
        <div class="form-group mb-1">
          <label class="label-v1 mandatory">Name of Business Owner</label>
          <input type="text" placeholder="Enter Name as per PAN" class="form-control custom-form-control-v1" name="ntb_name_of_business_owner" maxlength="25">
        </div>
        <!-- <div class="info-text">
                                              <i class="icon icon-info"></i>
                                              <span>Enter Name as per PAN</span>
                                            </div> -->
      </div>
      <div class="col-lg-6 mb-3">
        <div class="form-group mb-1">
          <label class="label-v1 mandatory">Name of Business</label>
          <input type="text" placeholder="Enter Name as per PAN" class="form-control custom-form-control-v1" name="ntb_name_of_business" maxlength="25">
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-lg-6 mb-3">
        <div class="form-group mb-1">
          <label class="label-v1 mandatory">PAN</label>
          <!-- In below div (pan_valid class for if pan is valid  || pan_invalid class for if pan is invalid) -->
          <div class="pan_valid position-relative">
            <input type="text" placeholder="Enter PAN Number" class="form-control custom-form-control-v1 pan-input pan-input-control" name="ntb_pan" maxlength="10">
            <i class="icon pan-valid d-none"></i>
            <i class="icon pan-invalid"></i>
          </div>
          <div class="text-right mt-2">
            <a class="capsule-cta">Validate PAN</a>
          </div>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-lg-12 mb-3">
        <div class="d-flex align-items-center flex-wrap captcha-form-group-parent">
          <div class="form-group captcha-form-group mb-1">
            <label class="label-v1 mandatory">CAPTCHA</label>
            <input type="text" class="form-control custom-form-control-v1" placeholder="Enter CAPTCHA" name="ntb_captcha">
          </div>
          <a class="captcha-refresh-link d-inline-block align-middle">
                                                    <i class="icon icon-captcha"></i>
                                                </a>
          <div class="captcha-generator-group">
            <input type="text" class="form-control captcha-form-control" name="ntb_captcha_text_ntb_proprietorship" id="ntb_captcha_text_ntbProprietorship" value="AHCGxns6" readonly="">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="absolute-bottom-container absolute-bottom-container-width-md">
    <div class="d-flex  mb-2">
      <div class="mr-2">
        <input type="checkbox" class="custom-checkbox-v1" id="ervNoAccountGetOTPConsent3" name="ervNoAccountGetOTPConsent3">
      </div>
      <label class="note-text-v3 d-inline-block" for="ervNoAccountGetOTPConsent3"> I hereby authorize ICICI Bank and its representatives to contact on the registered mobile number and email address. This consent shall override any registration for
        DND(if applicable). </label>
    </div>
    <div class="cta-container text-center">
      <!-- bk--31-12-2021 submit3-->
      <button type="submit" class="btn common-btn" id="ntbProprietorSubmit" disabled="">Get OTP</button>
    </div>
  </div>
</form>

<form id="ntbPartnerForm" novalidate="novalidate">
  <div class="form-group-container-lg-v1">
    <div class="row">
      <div class="col-lg-6 mb-3">
        <div class="form-group mb-1">
          <label class="label-v1 mandatory">Name of Business</label>
          <input type="text" placeholder="Enter Name as per PAN" class="form-control custom-form-control-v1" name="ntb_name_of_business" maxlength="25">
        </div>
      </div>
      <div class="col-lg-6 mb-3">
        <div class="form-group mb-1">
          <label class="label-v1 mandatory">PAN</label>
          <!-- In below div (pan_valid class for if pan is valid  || pan_invalid class for if pan is invalid) -->
          <div class="pan_valid position-relative">
            <input type="text" placeholder="Enter PAN number" class="form-control custom-form-control-v1 pan-input pan-input-control" name="ntb_pan" maxlength="10">
            <i class="icon pan-valid d-none"></i>
            <i class="icon pan-invalid"></i>
          </div>
        </div>
        <div class="text-right mt-2">
          <a class="capsule-cta">Validate PAN</a>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-lg-12 mb-3">
        <div class="d-flex align-items-center flex-wrap captcha-form-group-parent">
          <div class="form-group captcha-form-group mb-1">
            <label class="label-v1 mandatory">CAPTCHA</label>
            <input type="text" class="form-control custom-form-control-v1" placeholder="Enter CAPTCHA" name="ntb_captcha">
          </div>
          <a class="captcha-refresh-link d-inline-block align-middle">
                                                    <i class="icon icon-captcha"></i>
                                                </a>
          <div class="captcha-generator-group">
            <input type="text" class="form-control captcha-form-control" name="ntb_captcha_text_ntb_partner" id="ntb_captcha_text_ntbPartner" value="AHCGxns6" readonly="">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="absolute-bottom-container">
    <div class="d-flex  mb-4">
      <div class="mr-2">
        <input type="checkbox" class="custom-checkbox-v1" id="ervNoAccountGetOTPConsent1" name="ervNoAccountGetOTPConsent1">
      </div>
      <label class="note-text-v3 d-inline-block" for="ervNoAccountGetOTPConsent1"> I hereby authorize ICICI Bank and its representatives to contact on the registered mobile number and email address. This consent shall override any registration for
        DND(if applicable). </label>
    </div>
    <div class="cta-container text-center">
      <!-- bk--31-12-2021 submit1-->
      <button type="submit" class="btn common-btn" id="ntbPartnerSubbmit" disabled="">Get OTP</button>
      <!-- bk-31-12-2021 -->
    </div>
  </div>
</form>

<form id="ntbPvtltd" novalidate="novalidate">
  <div class="form-group-container-lg-v1">
    <div class="row">
      <div class="col-lg-6 mb-3">
        <div class="form-group mb-1">
          <label class="label-v1 mandatory">Name of Business</label>
          <input type="text" placeholder="Enter Name as per PAN" class="form-control custom-form-control-v1" name="ntb_name_of_business" maxlength="25">
        </div>
      </div>
      <div class="col-lg-6 mb-3">
        <div class="form-group mb-1">
          <label class="label-v1 mandatory">PAN</label>
          <!-- In below div (pan_valid class for if pan is valid  || pan_invalid class for if pan is invalid) -->
          <div class="pan_invalid position-relative">
            <input type="text" placeholder="Enter PAN Number" class="form-control custom-form-control-v1 pan-input pan-input-control" name="ntb_pan" maxlength="10">
            <i class="icon pan-valid d-none"></i>
            <i class="icon pan-invalid"></i>
          </div>
        </div>
        <div class="text-right mt-2">
          <a class="capsule-cta">Validate PAN</a>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-lg-12 mb-3">
        <div class="d-flex align-items-center flex-wrap captcha-form-group-parent">
          <div class="form-group captcha-form-group mb-1">
            <label class="label-v1 mandatory">CAPTCHA</label>
            <input type="text" class="form-control custom-form-control-v1" placeholder="Enter CAPTCHA" name="ntb_captcha">
          </div>
          <a class="captcha-refresh-link d-inline-block align-middle">
                                                    <i class="icon icon-captcha"></i>
                                                </a>
          <div class="captcha-generator-group">
            <input type="text" class="form-control captcha-form-control" name="ntb_captcha_text_ntb_pvtltd" id="ntb_captcha_text_ntbPvtltd" value="AHCGxns6" readonly="">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="absolute-bottom-container">
    <div class="d-flex  mb-4">
      <div class="mr-2">
        <input type="checkbox" class="custom-checkbox-v1" id="ervNoAccountGetOTPConsent4" name="ervNoAccountGetOTPConsent4">
      </div>
      <label class="note-text-v3 d-inline-block" for="ervNoAccountGetOTPConsent4"> I hereby authorize ICICI Bank and its representatives to contact on the registered mobile number and email address. This consent shall override any registration for
        DND(if applicable). </label>
    </div>
    <div class="cta-container text-center">
      <!-- bk--31-12-2021 submit4 -->
      <button type="submit" class="btn common-btn" id="ntbPvtltdSubmit" disabled="">Get OTP</button>
    </div>
  </div>
</form>

<form id="ervCaWithoutCredAndDebitForm" novalidate="novalidate">
  <div class="form-group-container-lg-v1">
    <div class="row">
      <div class="col-lg-6 mb-3">
        <div class="form-group  mb-1">
          <label class="label-v1 mandatory">Current Account Number</label>
          <input type="text" placeholder="Enter Current Account Number" class="form-control custom-form-control-v1" name="erv_ca_ac_no">
        </div>
      </div>
      <div class="col-lg-6 mb-3">
        <div class="form-group  mb-1">
          <label class="label-v1 mandatory">Mobile</label>
          <div class="input-with-left-label input-with-left-label-sm position-relative">
            <input type="tel" placeholder="Enter Mobile No." class="form-control custom-form-control-v1 mno-input" name="erv_ca_mno" maxlength="10">
            <span>+91</span>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="absolute-bottom-container">
    <div class="d-flex  mb-4">
      <div class="mr-2">
        <input type="checkbox" class="custom-checkbox-v1" id="ervCaWithoutCreditAndDebitConsent" name="ervCaWithoutCreditAndDebitConsent">
      </div>
      <label class="note-text-v3 d-inline-block" for="ervCaWithoutCreditAndDebitConsent"> I hereby authorize ICICI Bank and its representatives to contact on the registered mobile number and email address. This consent shall override any registration
        for DND(if applicable). </label>
    </div>
    <div class="cta-container text-center">
      <button type="submit" class="btn common-btn" id="ervCaWithoutCreditAndDebitGetOTPCta" disabled="">Get OTP</button>
    </div>
  </div>
</form>

<form id="ervSaWithoutCredAndDebitForm" novalidate="novalidate">
  <div class="form-group-container-lg-v1">
    <div class="row">
      <div class="col-lg-6 mb-3">
        <div class="form-group  mb-1">
          <label class="label-v1 mandatory">Saving Account Number</label>
          <input type="text" placeholder="Enter Saving Account Number" class="form-control custom-form-control-v1" name="erv_sa_ac_no">
        </div>
      </div>
      <div class="col-lg-6 mb-3">
        <div class="form-group  mb-1">
          <label class="label-v1 mandatory">Mobile</label>
          <div class="input-with-left-label input-with-left-label-sm position-relative">
            <input type="tel" placeholder="Enter Mobile No." class="form-control custom-form-control-v1 mno-input" name="erv_sa_mno" maxlength="10">
            <span>+91</span>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="absolute-bottom-container">
    <div class="d-flex  mb-4">
      <div class="mr-2">
        <input type="checkbox" class="custom-checkbox-v1" id="ervSaWithoutCreditAndDebit" name="ervSaWithoutCreditAndDebit">
      </div>
      <label class="note-text-v3 d-inline-block" for="ervSaWithoutCreditAndDebit"> I hereby authorize ICICI Bank and its representatives to contact on the registered mobile number and email address. This consent shall override any registration for
        DND(if applicable). </label>
    </div>
    <div class="cta-container text-center">
      <button type="submit" class="btn common-btn" id="ervSaWithoutCreditAndDebitGetOTPCta" disabled="">Get OTP</button>
    </div>
  </div>
</form>

<form id="ervCaWithCredAndDebitForm" novalidate="novalidate">
  <div class="form-group-container-lg-v1 mb-4">
    <ul class="nav nav-tabs-v1" id="myTab_1" role="tablist">
      <li class="tab-item" id="a1">
        <a class="tab-link login-cib-btn active" id="corporateInternet-tab" data-toggle="tab" href="#corporateInternet" role="tab" aria-controls="corporateInternet" aria-selected="true"><p id="loginName"></p></a>
      </li>
      <li class="tab-item" id="a2">
        <a class="tab-link login-dcl-btn" id="debitCard-tab" data-toggle="tab" href="#debitCard" role="tab" aria-controls="debitCard" aria-selected="false">Debit Card</a>
      </li>
    </ul>
    <div class="tab-content tab-content-v1" id="myTabContent_1">
      <div class="tab-pane login-cib-container fade show active" id="corporateInternet" role="tabpanel" aria-labelledby="corporateInternet-tab">
        <div class="row">
          <div class="col-lg-6 mb-3">
            <div class="form-group  mb-1">
              <label class="label-v1 mandatory">Customer ID / User ID</label>
              <input type="text" placeholder="Enter Customer ID / User ID" id="netBankId" class="form-control custom-form-control-v1" name="erv_ca_customerId">
            </div>
          </div>
          <div class="col-lg-6 mb-3">
            <div class="form-group mb-1">
              <label class="label-v1 mandatory">Password</label>
              <input type="password" placeholder="Enter Password" id="netBankPassword" class="form-control custom-form-control-v1" name="erv_ca_password">
            </div>
          </div>
        </div>
      </div>
      <div class="tab-pane  login-dcl-container fade" id="debitCard" role="tabpanel" aria-labelledby="debitCard-tab">
        <div class="row">
          <div class="col-lg-6 mb-3">
            <div class="form-group  mb-1">
              <label class="label-v1 mandatory">Debit Card Number</label>
              <input type="tel" placeholder="Enter 16 Digit Debit Card Number" id="debitCardId" class="form-control custom-form-control-v1 mno-input" name="erv_ca_debitcard_no" maxlength="16">
            </div>
          </div>
          <div class="col-lg-6 mb-3">
            <div class="form-group mb-1" id="CA_pinFormGroup">
              <label class="label-v1 mandatory">PIN</label>
              <div class="d-flex single-value-input-group">
                <input type="password" class="pin-inp mno-input form-control custom-form-control-v1" id="debitCardPasswordDiv1" maxlength="1" name="pin_firstDigit">
                <input type="password" class="pin-inp mno-input form-control custom-form-control-v1" id="debitCardPasswordDiv2" maxlength="1" name="pin_secondDigit">
                <input type="password" class="pin-inp mno-input form-control custom-form-control-v1" id="debitCardPasswordDiv3" maxlength="1" name="pin_thirdDigit">
                <input type="password" class="pin-inp mno-input form-control custom-form-control-v1" id="debitCardPasswordDiv4" maxlength="1" name="pin_fourthDigit">
              </div>
            </div>
          </div>
        </div>
        <!--                                            <div class="row">
                                                <div class="col-lg-12 mb-3">
                                                    <div class="d-flex align-items-center flex-wrap captcha-form-group-parent">
                                                        <div class="form-group captcha-form-group mb-1">
                                                            <label class="label-v1 mandatory">CAPTCHA</label>
                                                            <input type="text" class="form-control custom-form-control-v1" placeholder="Enter CAPTCHA"
                                                                   name="erv_ca_captcha_2">
                                                        </div>
                                                        <a   class="captcha-refresh-link d-inline-block align-middle">
                                                            <i class="icon icon-captcha"></i>
                                                        </a>
                                                        <div class="captcha-generator-group">
                                                            <input type="text" class='form-control captcha-form-control' id="erv_ca_captcha_text_2"
                                                                   name="erv_ca_captcha_text" value="HfEhSg4G" readonly>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>-->
      </div>
      <div class="row" id="captchaDebitDiv">
        <div class="col-lg-12 mb-3">
          <div class="d-flex align-items-center flex-wrap captcha-form-group-parent">
            <div class="form-group captcha-form-group mb-1">
              <label class="label-v1 mandatory">CAPTCHA</label>
              <input type="text" class="form-control custom-form-control-v1" id="captchaCodedebit" placeholder="Enter CAPTCHA" name="erv_ca_captcha_1">
            </div>
            <a class="captcha-refresh-link d-inline-block align-middle">
                                                            <i class="icon icon-captcha" onclick="generateCaptchadebit();"></i>
                                                        </a>
            <div class="captcha-generator-group">
              <img id="erv_ca_captcha_text_1" readonly="">
              <!--                                                            <input type="text" class='form-control captcha-form-control' id="erv_ca_captcha_text_1"
                                                                   readonly />-->
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="absolute-bottom-container">
    <div class="d-flex  mb-4">
      <div class="mr-2">
        <input type="checkbox" class="custom-checkbox-v1" id="ervCaWithCredAndDebitConsent" name="ervCaWithCredAndDebitConsent">
      </div>
      <label class="note-text-v3 d-inline-block" for="ervCaWithCredAndDebitConsent">
        <a href="" data-target="#intropage" data-toggle="modal">Click here</a> to view the consent clauses.I hereby authorise ICICI Bank and its representatives to contact me on the registered mobile number and email address. I have read and agree to
        the consent clauses. </label>
    </div>
    <input type="text" hidden="" class="form-control" id="debitcardnt" style="background-color: rgb(245, 245, 245); display: none;" autocomplete="off" readonly="" onfocus="this.removeAttribute('readonly');">
    <input type="text" hidden="" class="form-control" id="passwordnt" style="background-color: rgb(245, 245, 245); display: none;" autocomplete="off" readonly="" onfocus="this.removeAttribute('readonly');">
    <input type="text" hidden="" class="form-control" id="cibnt" style="background-color: rgb(245, 245, 245); display: none;" autocomplete="off" readonly="" onfocus="this.removeAttribute('readonly');">
    <input type="text" hidden="" class="form-control" id="pindnt" style="background-color: rgb(245, 245, 245); display: none;" autocomplete="off" readonly="" onfocus="this.removeAttribute('readonly');">
    <div class="cta-container text-center">
      <button type="submit" class="btn common-btn authenticateNetBank ervCaWithCredAndDebitLoginCta hidden" disabled="">Login</button>
      <button type="submit" class="btn common-btn authenticateDebit hidden ervCaWithCredAndDebitLoginCta" disabled="">Login</button>
      <a href="https://cibnext.icicibank.com/corp/AuthenticationController?FORMSGROUP_ID__=AuthenticationFG&amp;__START_TRAN_FLAG__=Y&amp;__EVENT_ID__=LOAD&amp;ACTION.LOAD=Y&amp;__CALL_MODE__=51&amp;AuthenticationFG.LOGIN_FLAG=1&amp;BANK_ID=ICI" target="_blank" style="line-height: 2;font-family: 'Mulish-Extrabold';">Forgot Password?</a>
      <!--yash-->
    </div>
  </div>
</form>

<form id="ervSaWithCredAndDebitForm" novalidate="novalidate">
  <div class="form-group-container-lg-v1 mb-4">
    <ul class="nav nav-tabs-v1" id="myTab_2" role="tablist">
      <li class="tab-item">
        <!--<a class="tab-link active" id="rib-tab" data-toggle="tab" href="#corporateInternet" role="tab"-->
        <a class="tab-link active" id="rib-tab" data-toggle="tab" href="#retailInternetBanking" role="tab" aria-controls="retailInternetBanking" aria-selected="true">Retail Internet Banking</a>
      </li>
      <li class="tab-item">
        <a class="tab-link" id="SadebitCard-tab" data-toggle="tab" href="#SadebitCard" role="tab" aria-controls="SadebitCard" aria-selected="false">Debit Card</a>
      </li>
    </ul>
    <div class="tab-content tab-content-v1" id="myTabContent_2">
      <div class="tab-pane fade show active" id="retailInternetBanking" role="tabpanel" aria-labelledby="rib-tab">
        <div class="row">
          <div class="col-lg-6 mb-4">
            <div class="form-group  mb-1">
              <label class="label-v1 mandatory">Customer ID / User ID</label>
              <input type="text" placeholder="Enter Customer ID / User ID" class="form-control custom-form-control-v1" name="erv_sa_customerId">
            </div>
          </div>
          <div class="col-lg-6 mb-4">
            <div class="form-group mb-1">
              <label class="label-v1 mandatory">Password</label>
              <input type="password" placeholder="Enter Password" class="form-control custom-form-control-v1" name="erv_sa_password">
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-lg-12 mb-4">
            <div class="d-flex align-items-center flex-wrap captcha-form-group-parent">
              <div class="form-group captcha-form-group mb-1">
                <label class="label-v1 mandatory">CAPTCHA</label>
                <input type="text" class="form-control custom-form-control-v1" placeholder="Enter CAPTCHA" name="erv_sa_captcha_1">
              </div>
              <a class="captcha-refresh-link d-inline-block align-middle">
                                                            <i class="icon icon-captcha"></i>
                                                        </a>
              <div class="captcha-generator-group">
                <input type="text" class="form-control captcha-form-control" id="erv_sa_captcha_text_1" value="AHCGxns6" readonly="">
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="tab-pane fade" id="SadebitCard" role="tabpanel" aria-labelledby="SadebitCard-tab">
        <div class="row">
          <div class="col-lg-6 mb-4">
            <div class="form-group  mb-1">
              <label class="label-v1 mandatory">Debit Card Number</label>
              <input type="tel" placeholder="Enter 16 Digit Debit Card Number" class="form-control custom-form-control-v1 mno-input" name="erv_sa_debitcard_no" maxlength="16">
            </div>
          </div>
          <div class="col-lg-6 mb-4">
            <div class="form-group mb-1" id="SA_pinFormGroup">
              <label class="label-v1 mandatory">PIN</label>
              <div class="d-flex single-value-input-group">
                <input type="password" class="pin-inp mno-input form-control custom-form-control-v1" maxlength="1" name="SA_pin_firstDigit">
                <input type="password" class="pin-inp mno-input form-control custom-form-control-v1" maxlength="1" name="SA_pin_secondDigit">
                <input type="password" class="pin-inp mno-input form-control custom-form-control-v1" maxlength="1" name="SA_pin_thirdDigit">
                <input type="password" class="pin-inp mno-input form-control custom-form-control-v1" maxlength="1" name="SA_pin_fourthDigit">
              </div>
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-lg-12 mb-4">
            <div class="d-flex align-items-center flex-wrap captcha-form-group-parent">
              <div class="form-group captcha-form-group mb-1">
                <label class="label-v1 mandatory">CAPTCHA</label>
                <input type="text" class="form-control custom-form-control-v1" placeholder="Enter CAPTCHA" name="erv_sa_captcha_2">
              </div>
              <a class="captcha-refresh-link d-inline-block align-middle">
                                                            <i class="icon icon-captcha"></i>
                                                        </a>
              <div class="captcha-generator-group">
                <input type="text" class="form-control captcha-form-control" id="erv_sa_captcha_text_2" value="AHCGxns6" readonly="">
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="absolute-bottom-container">
    <div class="d-flex  mb-4">
      <div class="mr-2">
        <input type="checkbox" class="custom-checkbox-v1" id="ervSaWithCredAndDebitConsent" name="ervSaWithCredAndDebitConsent">
      </div>
      <label class="note-text-v3 d-inline-block" for="ervSaWithCredAndDebitConsent"> I hereby authorize ICICI Bank and its representatives to contact on the registered mobile number and email address. This consent shall override any registration for
        DND(if applicable). </label>
    </div>
    <div class="cta-container text-center">
      <button type="submit" class="btn common-btn" id="ervSaWithCredAndDebitLoginCta" disabled="">Login</button>
    </div>
  </div>
</form>

GET

<form method="get" class="digit-group" data-group-name="digits" data-autosubmit="false" autocomplete="off">
  <input type="tel" id="otp1" class="otp-inp mno-input" maxlength="1">
  <input type="tel" id="otp2" class="otp-inp mno-input" maxlength="1">
  <input type="tel" id="otp3" class="otp-inp mno-input" maxlength="1">
  <input type="tel" id="otp4" class="otp-inp mno-input" maxlength="1">
  <input type="tel" id="otp5" class="otp-inp mno-input" maxlength="1">
  <input type="tel" id="otp6" class="otp-inp mno-input" maxlength="1">
</form>

GET

<form method="get" class="digit-group" data-group-name="digits" data-autosubmit="false" autocomplete="off">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
</form>

GET

<form method="get" class="digit-group" data-group-name="digits" data-autosubmit="false" autocomplete="off">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
</form>

GET

<form method="get" class="digit-group" data-group-name="digits" data-autosubmit="false" autocomplete="off">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
</form>

GET

<form method="get" class="digit-group" data-group-name="digits" data-autosubmit="false" autocomplete="off">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
  <input type="text" class="otp-inp mno-input" maxlength="1">
</form>

Text Content

Insta OD Plus

Scan QR to Download InstaBiz app


WELCOME!


GET INSTA OD

A seamless journey to meet your working capital needs
Paperless No financials required
Instant Online approval in a few clicks
Unsecured No collateral required
Economical Interest only on the amount drawn


WELCOME!


WELCOME!

Get Insta OD
Key features


GET INSTA OD

Scan QR to Download InstaBiz app


A seamless journey to meet your working capital needs
Paperless No financials required
Instant Online approval in a few clicks
Unsecured No collateral required
Economical Interest only on the amount drawn
IN 4 SIMPLE STEPS


QUICK DISBURSEMENT IN YOUR CURRENT ACCOUNT OPENED DIGITALLY


RENEWABLE ON ANNUAL BASIS

%


LIMITS UPTO RS. 50 LAKHS


NO PRE-PAYMENT CHARGES


LETS BEGIN!

Do you have an ICICI Bank Account?

Yes
No
Disclaimer

Terms & Conditions Apply. The grant of overdraft facility is at the absolute
discretion of ICICI Bank ("Bank") and is subject to submission of requisite
documents and meeting Bank's eligibility criteria. The Bank reserves the right,
at any time, to modify/alter any of the terms & conditions of the facility. The
applicant authorizes the Bank to assess the Credit Bureau report of the Entity/
Proprietors/ Partners/ Directors and to call, SMS or communicate via WhatsApp.
This consent overrides any registration for DNC/NDNC.

For any query/complaints related to Digital Lending :-
https://www.icicibank.com/personal-banking/digital-lending


OH GREAT!

What type of account you have?

Current
Saving

Do You have an ICICI Bank Internet Bank Login/Debit Card?

Yes
No


KEY FEATURES


QUICK DISBURSEMENT IN YOUR CURRENT ACCOUNT OPENED DIGITALLY


RENEWABLE ON ANNUAL BASIS

%


LIMITS UPTO RS. 50 LAKHS


NO PRE-PAYMENT CHARGES

Back
Back

Scan QR to Download InstaBiz app




GET INSTA OD

Easy
Quick
Mobile
+91
Email
Constitution
Next Next

Note:Please ensure that the mobile number provided belongs to the business
owner, the mobile number will be registered with the bank for this overdraft
application.

Scan QR to Download InstaBiz app


Back


GET INSTA OD

Easy
Quick
PAN

Validate PAN
Name of Business
CAPTCHA


With your consent your PAN details will be shared with our partner Karza for
fetching demographic and GST details. Click here to view the consent clauses. I
hereby authorise ICICI Bank and its representatives to contact me on the
registered mobile number and email address. I have read and agree to the consent
clauses.
Get OTP

Scan QR to Download InstaBiz app


Back


GET INSTA OD

Easy
Quick
Name of Business Owner
Name of Business
PAN

Validate PAN
CAPTCHA


I hereby authorize ICICI Bank and its representatives to contact on the
registered mobile number and email address. This consent shall override any
registration for DND(if applicable).
Get OTP

Scan QR to Download InstaBiz app


Back


GET INSTA OD

Easy
Quick
Name of Business
PAN

Validate PAN
CAPTCHA


I hereby authorize ICICI Bank and its representatives to contact on the
registered mobile number and email address. This consent shall override any
registration for DND(if applicable).
Get OTP

Scan QR to Download InstaBiz app


Back


GET INSTA OD

Easy
Quick
Name of Business
PAN

Validate PAN
CAPTCHA


I hereby authorize ICICI Bank and its representatives to contact on the
registered mobile number and email address. This consent shall override any
registration for DND(if applicable).
Get OTP

Scan QR to Download InstaBiz app


Back


GET INSTA OD

Easy
Quick
Current Account Number
Mobile
+91

I hereby authorize ICICI Bank and its representatives to contact on the
registered mobile number and email address. This consent shall override any
registration for DND(if applicable).
Get OTP

Scan QR to Download InstaBiz app


Back


GET INSTA OD

Easy
Quick
Saving Account Number
Mobile
+91

I hereby authorize ICICI Bank and its representatives to contact on the
registered mobile number and email address. This consent shall override any
registration for DND(if applicable).
Get OTP

Scan QR to Download InstaBiz app


Back


GET INSTA OD

Easy
Quick

 * 

 * Debit Card

Customer ID / User ID
Password
Debit Card Number
PIN

CAPTCHA


Click here to view the consent clauses.I hereby authorise ICICI Bank and its
representatives to contact me on the registered mobile number and email address.
I have read and agree to the consent clauses.
Login Login Forgot Password?

Scan QR to Download InstaBiz app


Back


GET INSTA OD

Easy
Quick
 * Retail Internet Banking
 * Debit Card

Customer ID / User ID
Password
CAPTCHA

Debit Card Number
PIN

CAPTCHA


I hereby authorize ICICI Bank and its representatives to contact on the
registered mobile number and email address. This consent shall override any
registration for DND(if applicable).
Login


PAPERLESS

No hardcopies of documents to be submitted

Online Call Assistance to respond to your queries


INSTANT

End-to-end online journey

Instant solution for your overdraft needs



Seamless approval & limit creation

OD may be linked to existing current account

OR

Open new current account via video KYC*

(*For select entities/constitutions. T&C apply.)


UNSECURED

Unsecured overdraft facility

Collateral free credit basis account statement and other matrix


ECONOMICAL

Interest is charged monthly in arrears, on the last day of every month

Interest to be paid within 7 days in the following month*

(Interest must be paid even if unutilised OD balance is more than the interest
payable)

I/We hereby expressly authorize and give consent to ICICI Bank to, disclose,
transfer or part with any of my/our information, (including location), or any
other device information when ICICI Bank considers such disclosure as necessary,
with:




 1. Agents of ICICI Bank, ICICI Bank’s group entities/ in any jurisdiction;
    
    
 2. Auditors, credit rating agencies/credit bureaus, statutory/regulatory
    authorities, governmental/administrative authorities, Central Know Your
    Customer (CKYC) registry or SEBI Know Your Client registration agency,
    having jurisdiction over ICICI Bank or its group entities;
    
    
 3. Service providers, or such person with whom ICICI Bank contracts or proposes
    to contract;
    
    

(Collectively referred to as “Permitted Persons”)



For the purposes of:


 1. Provision of the facility and completion of on-boarding formalities; or
    
    
 2. Complying with KYC requirements; or
    
    
 3. Compliance with applicable laws or any order (judicial or otherwise),
    statutory/regulatory requirement; or
    
    
 4. for credit review of facilities availed; or
    
    
 5. authentication or verification; or
    
    
 6. research or analysis, credit reporting & scoring, risk management,
    participation in any telecommunication; or
    
    
 7. electronic clearing network and for use or processing of the said
    information/data.
    
    
 8. Disclosing any default in payment, for the purposes of recovering such
    amounts.
    
    



ONE TIME PASSWORD

Please enter the OTP sent to your registered mobile number

OTP expires in : 2:00
Didn’t receive OTP? : Resend OTP
OTP expired
Incorrect OTP
Submit OTP

VERIFICATION

Please enter the OTP sent to the registered mobile number 93******22

OTP expires in : 2:00
Didn’t receive OTP? : Resend OTP
OTP expired
Incorrect OTP
Submit OTP

VERIFICATION

Please enter the OTP sent to the registered mobile number 93******22

OTP expires in : 2:00
Didn’t receive OTP? : Resend OTP
OTP expired
Incorrect OTP
Submit OTP

VERIFICATION

Please enter the OTP sent to the registered mobile number 93******22

OTP expires in : 2:00
Didn’t receive OTP? : Resend OTP
OTP expired
Incorrect OTP
Submit OTP

VERIFICATION

Please enter the OTP sent to the registered mobile number 93******22

OTP expires in : 2:00
Didn’t receive OTP? : Resend OTP
OTP expired
Incorrect OTP
Submit OTP
OK
Your limit for OTP request is completed. Please try again tomorrow.




OK
OK

UH-OH!


OK

SELECT CONSTITUTION

 * INDIVIDUAL

 * SOLE PROPRIETORSHIP

 * PARTNERSHIP

 * PRIVATE LIMITED

 * PUBLIC LIMITED

 * LLP

Please Wait.