biman.ekpay.gov.bd Open in urlscan Pro
180.148.214.187  Public Scan

URL: https://biman.ekpay.gov.bd/
Submission: On January 02 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

<form class="merchant-registration-form">
  <div class="form-group">
    <label for="name">Full name <span style="color: red">*</span></label>
    <input type="text" class="form-control" name="name" id="name" aria-describedby="nameHelp" placeholder="Enter your full name">
  </div>
  <div class="form-group">
    <label for="phone">Phone Number <span style="color: red">*</span></label>
    <input type="text" class="form-control" name="phone" id="phone" aria-describedby="phoneHelp" placeholder="01xxxxxxxxx">
  </div>
  <div style="text-align: center">
    <button type="submit" class="common-submit-button-gradient" style="" data-target="#otpModalCenter">Submit </button>
    <p style="margin-top: 40px">Already have an account? <a href="https://biman.ekpay.gov.bd/login">Login</a></p>
  </div>
</form>

<form action="" class="otp-form">
  <div class="container height-100 d-flex justify-content-center align-items-center">
    <div class="position-relative">
      <h6>Please enter the one time password to verify your account</h6>
      <div><span>A code has been sent to</span> <small class="verification-phone-number"></small></div>
      <div id="otp" class="inputs d-flex flex-row justify-content-center mt-2">
        <input class="m-2 text-center form-control rounded otp-field" type="text" id="first" maxlength="1">
        <input class="m-2 text-center form-control rounded otp-field" type="text" id="second" maxlength="1">
        <input class="m-2 text-center form-control rounded otp-field" type="text" id="third" maxlength="1">
        <input class="m-2 text-center form-control rounded otp-field" type="text" id="fourth" maxlength="1">
      </div>
      <input id="entered-code" type="hidden" name="entered_code" class="entered-code">
      <input id="modal-phone-number" type="hidden" name="modalPhoneNumber">
      <input id="modal-name" type="hidden" name="modalName">
    </div>
  </div>
  <div class="text-center py-3" style="color: var(--custom-color-danger)">
    <span id="expire-text">OTP expires in </span>
    <span id="timer">
      <span id="countdown-minutes">02</span>:<span id="countdown-seconds">00</span>
    </span>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-secondary" id="close-modal">Close</button>
    <button type="button" class="btn btn-primary" id="resend-otp">Resend</button>
    <button type="submit" class="btn btn-primary" id="verify-otp">Verify</button>
  </div>
</form>

Text Content

MERCHANT REGISTRATION

Full name *
Phone Number *
Submit

Already have an account? Login

OTP VERIFICATION

×

PLEASE ENTER THE ONE TIME PASSWORD TO VERIFY YOUR ACCOUNT

A code has been sent to

OTP expires in 02:00
Close Resend Verify