b2b1.safepayindia.co.in Open in urlscan Pro
137.59.52.66  Public Scan

URL: https://b2b1.safepayindia.co.in/
Submission: On July 07 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 3 forms found in the DOM

POST https://b2b1.safepayindia.co.in/auth/check

<form action="https://b2b1.safepayindia.co.in/auth/check" method="POST" class="login-form" novalidate="novalidate">
  <input type="hidden" name="_token" value="T5NWkYcA0tUIkocLnpwNHpa8lbV7dlPnvSzy4QJn">
  <p style="color:red"><b class="errorText"></b></p>
  <p style="color:teal"><b class="successText"></b></p>
  <div class="form-group">
    <label for="exampleInputEmail1" class="text-uppercase">Username</label>
    <input type="text" class="form-control" name="mobile" placeholder="User name" pattern="[0-9]*" maxlength="11" minlength="10" required="" aria-required="true">
  </div>
  <div class="form-group">
    <label for="exampleInputPassword1" class="text-uppercase">Password</label>
    <input type="password" name="password" class="form-control" placeholder="Enter Password" required="" aria-required="true">
  </div>
  <div class="form-check">
    <label class="form-check-label">
      <small><a onclick="forgetPassword()" href="#">Forgot password?</a></small>
    </label>
    <button type="submit" class="btn btn-login float-right">Submit</button>
  </div>
</form>

POST https://b2b1.safepayindia.co.in/auth/reset

<form id="passwordForm" action="https://b2b1.safepayindia.co.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="T5NWkYcA0tUIkocLnpwNHpa8lbV7dlPnvSzy4QJn">
  <div class="form-group">
    <label>Reset Token</label>
    <input type="text" name="token" class="form-control" placeholder="Enter OTP" required="" aria-required="true">
  </div>
  <div class="form-group">
    <label>New Password</label>
    <input type="password" name="password" class="form-control" placeholder="Enter New Password" required="" style="width: 100%" aria-required="true">
  </div>
  <div class="form-group">
    <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://b2b1.safepayindia.co.in/auth/register

<form id="registerForm" action="https://b2b1.safepayindia.co.in/auth/register" method="post" novalidate="novalidate">
  <input type="hidden" name="_token" value="T5NWkYcA0tUIkocLnpwNHpa8lbV7dlPnvSzy4QJn">
  <legend>Personal Details</legend>
  <div class="row">
    <div class="form-group col-md-4">
      <label for="exampleInputEmail1" class="text-uppercase">Name</label>
      <input type="text" name="name" class="form-control" placeholder="Enter your name" required="" aria-required="true">
    </div>
    <div class="form-group col-md-4">
      <label for="exampleInputPassword1" class="text-uppercase">Email</label>
      <input type="text" name="email" class="form-control" placeholder="Enter your email id" required="" aria-required="true">
    </div>
    <div class="form-group col-md-4">
      <label for="exampleInputPassword1" class="text-uppercase">Mobile</label>
      <input type="text" name="mobile" class="form-control" placeholder="Enter your mobile" required="" aria-required="true">
    </div>
  </div>
  <div class="row">
    <div class="form-group col-md-4">
      <label>State</label>
      <select name="state" class="form-control 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 col-md-4">
      <label>City</label>
      <input type="text" name="city" class="form-control" value="" required="" placeholder="Enter Value" aria-required="true">
    </div>
    <div class="form-group col-md-4">
      <label>Pincode</label>
      <input type="text" name="pincode" class="form-control" value="" required="" maxlength="6" minlength="6" placeholder="Enter Value" pattern="[0-9]*" aria-required="true">
    </div>
  </div>
  <div class="row">
    <div class="form-group col-md-12">
      <label>Address</label>
      <textarea name="address" class="form-control" rows="3" required="" placeholder="Enter Value" aria-required="true"></textarea>
    </div>
  </div>
  <legend>Kyc Information</legend>
  <div class="row">
    <div class="form-group col-md-4">
      <label>Shop Name</label>
      <input type="text" name="shopname" class="form-control" value="" required="" placeholder="Enter Value" aria-required="true">
    </div>
    <div class="form-group col-md-4">
      <label>Pancard</label>
      <input type="text" name="pancard" class="form-control" value="" required="" placeholder="Enter Value" aria-required="true">
    </div>
    <div class="form-group col-md-4">
      <label>Aadhar</label>
      <input type="text" name="aadharcard" required="" class="form-control" placeholder="Enter Value" pattern="[0-9]*" maxlength="12" minlength="12" aria-required="true">
    </div>
  </div>
  <div class="text-center form-group">
    <button type="submit" class="btn btn-lg bg-slate">Submit</button>
  </div>
</form>

Text Content

• All Services are working. | • Please contact us if you face any issue.

Follow Us
Toll Free - TollFree Number ( 9100000000 ) care@safepayindia.com




Username
Password
Forgot password? Submit

New User - Click here for registration

|| Your Login IP = 81.95.5.36, Os = Windows, Browser = Chrome, Country = DE,
State = North Rhine-Westphalia, City = null, Lat-Log = 51.45, 7.0167 ||

Follow Us

© 2021 Copyright Secure Payments & Technologies
 1. 
 2. 
 3. 


BILL PAYMENT

Bharat Bill Payment System facilitates the installment of bills and enhances the
security and speed of bill pay. The administration is accessible in different
installment modes, on the web and through a system of specialists.


ADHAAR PAYMENT

Aadhaar Enabled Payment System (AEPS) is a sort of installment framework that
depends on the Unique Identification Number and permits Aadhaar card holders to
consistently make money related exchanges through Aadhaar-based confirmation.


MOBILE RECHARGE

Mobile Recharge is a service that allows you to send credit to any mobile phone
in the world. It is fast, simple and reliable with Us.

PASSWORD RESET

×
×Close Success! Your password reset token successfully sent on your registered
e-mail id & Mobile number.

Reset Token
New Password
Reset Password

MEMBER REGISTRATION

×
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
Address
Kyc Information
Shop Name
Pancard
Aadhar
Submit