login.kavipay.in Open in urlscan Pro
164.52.219.255  Public Scan

URL: https://login.kavipay.in/
Submission: On May 23 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST https://login.kavipay.in/auth/check

<form action="https://login.kavipay.in/auth/check" method="POST" class="login-form" novalidate="novalidate">
  <p style="color:red"><b class="errorText"></b></p>
  <p style="color:teal"><b class="successText"></b></p>
  <input type="hidden" name="_token" value="X1EvegBjZSX7EQeQgJLxUJMBmFTvn1kYDC9Qinqb" autocomplete="off">
  <div class="form-group mb-3">
    <label for="exampleInputEmail1">Username</label>
    <input type="tel" class="form-control my-1" name="mobile" placeholder="User name" pattern="[0-9]*" maxlength="10" minlength="10" required="" aria-required="true">
  </div>
  <div class="form-group my-3">
    <div class="d-flex justify-content-between">
      <label for="exampleInputPassword1">Password</label>
      <a href="javascript:void(0)" onclick="forgetPassword()">
                                    <small>Forgot Password?</small>
                                </a>
    </div>
    <input type="password" name="password" class="form-control my-1" placeholder="Password" aria-label="Recipient's username" aria-describedby="basic-addon2">
  </div>
  <div class="formdata">
  </div>
  <button class="btn btn-primary d-grid w-100 mb-3">Sign in</button>
  <p class="text-center">
    <span>New on our platform?</span>
    <a href="#" data-bs-toggle="modal" data-bs-target="#registerModal">
                                <span>Create an account</span>
                            </a>
  </p>
</form>

POST https://login.kavipay.in/auth/reset

<form id="passwordRequestForm" action="https://login.kavipay.in/auth/reset" method="post">
  <b>
                            <p class="text-danger"></p>
                        </b>
  <input type="hidden" name="type" value="request">
  <input type="hidden" name="_token" value="X1EvegBjZSX7EQeQgJLxUJMBmFTvn1kYDC9Qinqb" autocomplete="off">
  <div class="form-group my-1">
    <label>Mobile</label>
    <input type="text" name="mobile" class="form-control my-1" placeholder="Enter Mobile Number" required="">
  </div>
  <div class="form-group my-1">
    <button class="btn btn-primary btn-block text-uppercase waves-effect waves-light" type="submit" data-loading-text="<i class='fa fa-spin fa-spinner'></i> Resetting">Reset Request</button>
  </div>
</form>

POST https://login.kavipay.in/auth/reset

<form id="passwordForm" action="https://login.kavipay.in/auth/reset" method="post" novalidate="novalidate">
  <b>
                            <p class="text-danger"></p>
                        </b>
  <input type="hidden" name="mobile">
  <input type="hidden" name="type" value="reset">
  <input type="hidden" name="_token" value="X1EvegBjZSX7EQeQgJLxUJMBmFTvn1kYDC9Qinqb" autocomplete="off">
  <div class="form-group my-1">
    <label>Reset Token</label>
    <input type="text" name="token" class="form-control my-1" placeholder="Enter OTP" required="" aria-required="true">
  </div>
  <div class="form-group my-1">
    <label>New Password</label>
    <input type="password" name="password" class="form-control my-1" placeholder="Enter New Password" required="" aria-required="true">
  </div>
  <div class="form-group mt-3">
    <button class="btn btn-primary btn-block text-uppercase waves-effect waves-light" type="submit" data-loading-text="<i class='fa fa-spin fa-spinner'></i> Resetting">Reset Password</button>
  </div>
</form>

POST https://login.kavipay.in/auth/register

<form id="registerForm" action="https://login.kavipay.in/auth/register" method="post" novalidate="novalidate">
  <input type="hidden" name="_token" value="X1EvegBjZSX7EQeQgJLxUJMBmFTvn1kYDC9Qinqb" autocomplete="off">
  <div class="row">
    <div class="form-group mb-1 col-md-4">
      <label>Member Type</label>
      <select name="slug" class="form-control my-1 select" required="" aria-required="true">
        <option value="">Select Member Type</option>
        <option value="md">Master Distributor</option>
        <option value="distributor">Distributor</option>
        <option value="retailer">Retailer</option>
        <option value="whitelable">Whitelable</option>
      </select>
    </div>
  </div>
  <h5 class="mb-2">Personal Details</h5>
  <div class="row">
    <div class="form-group my-1 col-md-4">
      <label for="exampleInputEmail1">Name</label>
      <input type="text" name="name" class="form-control my-1" placeholder="Enter your name" required="" aria-required="true">
    </div>
    <div class="form-group my-1 col-md-4">
      <label for="exampleInputPassword1">Email</label>
      <input type="text" name="email" class="form-control my-1" placeholder="Enter your email id" required="" aria-required="true">
      <div class="alert-message" id="emailError"></div>
    </div>
    <div class="form-group my-1 col-md-4">
      <label for="exampleInputPassword1">Mobile</label>
      <input type="tel" maxlength="10" name="mobile" class="form-control my-1" placeholder="Enter your mobile" required="" aria-required="true">
      <div class="alert-message" id="mobileError"></div>
    </div>
  </div>
  <div class="row">
    <div class="form-group my-1 col-md-4">
      <label>State</label>
      <select name="state" class="form-control my-1 state" required="" aria-required="true">
        <option value="">Select State</option>
        <option value="ASSAM">ASSAM</option>
        <option value="BIHAR">BIHAR</option>
        <option value="Chandigarh">Chandigarh</option>
        <option value="GUJARAT">GUJARAT</option>
        <option value="HARYANA">HARYANA</option>
        <option value="HIMACHAL PRADESH">HIMACHAL PRADESH</option>
        <option value="JAMMU KASHMIR">JAMMU KASHMIR</option>
        <option value="KARNATAKA">KARNATAKA</option>
        <option value="KERALA">KERALA</option>
        <option value="Goa">Goa</option>
        <option value="MAHARASHTRA">MAHARASHTRA</option>
        <option value="MADHYA PRADESH">MADHYA PRADESH</option>
        <option value="CHHATTISGARH">CHHATTISGARH</option>
        <option value="Manipur">Manipur</option>
        <option value="Meghalaya">Meghalaya</option>
        <option value="ORISSA">ORISSA</option>
        <option value="PUNJAB">PUNJAB</option>
        <option value="RAJASTHAN">RAJASTHAN</option>
        <option value="TAMIL NADU">TAMIL NADU</option>
        <option value="UP EAST">UP EAST</option>
        <option value="UP WEST">UP WEST</option>
        <option value="WEST BENGAL">WEST BENGAL</option>
        <option value="Dadra Nagar Haveli">Dadra Nagar Haveli</option>
        <option value="ANDHRA PRADESH">ANDHRA PRADESH</option>
        <option value="Delhi">Delhi</option>
        <option value="UTTARAKHAND">UTTARAKHAND</option>
        <option value="JHARKHAND">JHARKHAND</option>
        <option value="Andaman Nicobar">Andaman Nicobar</option>
        <option value="Arunachal Pradesh">Arunachal Pradesh</option>
        <option value="Daman Diu">Daman Diu</option>
        <option value="Lakshadweep">Lakshadweep</option>
        <option value="Mizoram">Mizoram</option>
        <option value="Nagaland">Nagaland</option>
        <option value="Puducherry">Puducherry</option>
        <option value="Sikkim">Sikkim</option>
        <option value="Telangana">Telangana</option>
        <option value="Tripura">Tripura</option>
      </select>
    </div>
    <div class="form-group my-1 col-md-4">
      <label>City</label>
      <input type="text" name="city" class="form-control my-1" value="" required="" placeholder="Enter Value" aria-required="true">
    </div>
    <div class="form-group my-1 col-md-4">
      <label>Pincode</label>
      <input type="tel" name="pincode" class="form-control my-1" value="" required="" maxlength="6" minlength="6" placeholder="Enter Value" pattern="[0-9]*" aria-required="true">
    </div>
    <div class="form-group my-1 col-md-4">
      <label>Shop Name</label>
      <input type="text" name="shopname" class="form-control my-1" value="" required="" placeholder="Enter Value" aria-required="true">
      <div class="alert-message" id="shopnameError"></div>
    </div>
    <div class="form-group my-1 col-md-4">
      <label>Pancard</label>
      <input type="text" name="pancard" class="form-control my-1" value="" id="pancard" required="" placeholder="Enter Value" aria-required="true">
      <div class="alert-message" id="pancardError"></div>
    </div>
    <div class="form-group my-1 col-md-4">
      <label>Aadhar</label>
      <input type="text" name="aadharcard" required="" class="form-control my-1" id="aadharcard" placeholder="Enter Value" pattern="[0-9]*" maxlength="12" minlength="12" aria-required="true">
      <div class="alert-message" id="aadharcardError"></div>
    </div>
  </div>
  <div class="row">
    <div class="form-group my-1 col-md-12">
      <label>Address</label>
      <textarea name="address" class="form-control my-1" rows="3" required="" placeholder="Enter Value" aria-required="true"></textarea>
    </div>
  </div>
  <div class="text-center form-group">
    <button type="submit" class="btn btn-primary">Submit</button>
  </div>
</form>

Text Content

WELCOME TO KAVIPAY! 👋

Please sign-in to your account and start the adventure

Username
Password Forgot Password?

Sign in

New on our platform? Create an account

or


FORGOT PASSWORD

Mobile
Reset Request
Close Save changes

FORGOT PASSWORD

Reset Token
New Password
Reset Password

NEW MEMBER REGISTRATION

Member Type Select Member Type Master Distributor Distributor Retailer
Whitelable

PERSONAL DETAILS

Name
Email

Mobile

State Select State ASSAM BIHAR Chandigarh GUJARAT HARYANA HIMACHAL PRADESH JAMMU
KASHMIR KARNATAKA KERALA Goa MAHARASHTRA MADHYA PRADESH CHHATTISGARH Manipur
Meghalaya ORISSA PUNJAB RAJASTHAN TAMIL NADU UP EAST UP WEST WEST BENGAL Dadra
Nagar Haveli ANDHRA PRADESH Delhi UTTARAKHAND JHARKHAND Andaman Nicobar
Arunachal Pradesh Daman Diu Lakshadweep Mizoram Nagaland Puducherry Sikkim
Telangana Tripura
City
Pincode
Shop Name

Pancard

Aadhar

Address
Submit