recharge.mega-pay.in Open in urlscan Pro
106.51.128.136  Public Scan

URL: https://recharge.mega-pay.in/
Submission: On December 07 via api from US — Scanned from US

Form analysis 6 forms found in the DOM

POST

<form method="post" id="newsletter_form">
  <p id="newsletter_message">Subscribe </p>
  <div class="input-group newsletter">
    <input class="form-control" placeholder="Your Email Address" name="email_id" id="email_id" type="email">
    <span class="input-group-append">
      <button class="btn btn-secondary" type="submit" id="newsletter_form_btn">Subscribe</button>
    </span>
  </div>
</form>

POST

<form class="row g-3 mb-4" method="post">
  <div class="col-12 col-sm-6 col-lg-3">
    <select class="form-select" required="">
      <option value="">Select Your Operator</option>
      <option>1st Operator</option>
      <option>2nd Operator</option>
      <option>3rd Operator</option>
      <option>4th Operator</option>
      <option>5th Operator</option>
      <option>6th Operator</option>
      <option>7th Operator</option>
    </select>
  </div>
  <div class="col-12 col-sm-6 col-lg-3">
    <select class="form-select" required="">
      <option value="">Select Your Circle</option>
      <option>1st Circle</option>
      <option>2nd Circle</option>
      <option>3rd Circle</option>
      <option>4th Circle</option>
      <option>5th Circle</option>
      <option>6th Circle</option>
      <option>7th Circle</option>
    </select>
  </div>
  <div class="col-12 col-sm-6 col-lg-3">
    <select class="form-select" required="">
      <option value="">All Plans</option>
      <option>Topup</option>
      <option>Full Talktime</option>
      <option>Validity Recharge</option>
      <option>SMS</option>
      <option>Data</option>
      <option>Unlimited Talktime</option>
      <option>STD</option>
    </select>
  </div>
  <div class="col-12 col-sm-6 col-lg-3 d-grid">
    <button class="btn btn-primary" type="submit">View Plans</button>
  </div>
</form>

POST

<form class="login_form" data-id="Login" method="post">
  <p id="error_message"></p>
  <div class="email_area md_stepper">
    <div class="mb-3">
      <p class="text-center text-3 text-muted">Login Via </p>
      <div class="btn-group btn-group-toggle" data-toggle="buttons">
        <label class="btn label_check active btn-primary">
          <input type="radio" name="function_code" class="n1" value="msisdnLogin" id="option2" autocomplete="off" style="display:none;" checked="checked"> Mobile Number </label>
        <label class="btn btn-default label_check">
          <input type="radio" name="function_code" class="n1" value="emailLogin" id="option3" autocomplete="off" style="display:none;"> Email ID </label>
      </div>
    </div>
    <div class="form-group mb-3">
      <p class="text-center text-3 text-muted" for="login_id">Mobile Number</p>
      <input type="text" pattern="[5-9][0-9]{9}" name="username" id="login_id" class="form-control" value="" placeholder="Enter your Mobile Number" autocomplete="off">
    </div>
  </div>
  <div class="form-group mb-3 passwordAuth md_stepper" style="display:none;">
    <p class="text-center text-3 text-muted message">password</p>
    <input type="password" name="user_password" id="current-password" class="form-control" autocomplete="false" readonly="" onfocus="this.removeAttribute('readonly');">
  </div>
  <div class="form-group mb-3 otpValidate md_stepper" style="display:none;">
    <p class="text-center text-3 text-muted message"></p>
    <input type="text" name="user_otp" id="user_otp" class="form-control" autocomplete="false" readonly="" onfocus="this.removeAttribute('readonly');">
  </div>
  <div class="row my-4">
    <div class="col">
      <div class="form-check text-3">
        <input id="remember-me" name="remember" class="form-check-input" type="checkbox">
        <label class="form-check-label text-2" for="remember-me">Remember Me</label>
      </div>
    </div>
    <div class="col text-2 text-end"><a class="btn-link" href="#" data-bs-toggle="modal" data-bs-target="#forgot-password-modal" data-bs-dismiss="modal">Forgot Password ?</a></div>
  </div>
  <div class="d-grid my-4">
    <input type="submit" name="next" id="next" class="btn btn-primary" value="Next">
  </div>
</form>

POST

<form id="signupForm" class="signUpForm" method="post">
  <!-- start step indicators -->
  <div class="form-header d-flex mb-3">
    <span class="stepIndicator active">Account Setup</span>
    <span class="stepIndicator">Personal Details</span>
    <span class="stepIndicator">Address Details</span>
  </div>
  <!-- end step indicators -->
  <!-- step one -->
  <div class="step" style="display: block;">
    <p class="text-center mb-2">Create your account</p>
    <div class="mb-3">
      <input type="text" class="form-control" name="function_code" value="RegisterUser" style="display:none;">
      <input type="text" name="user_name" class="form-control" required="" placeholder="Full Name">
      <span class="help-block hidden">Enter Valid Name</span>
    </div>
    <div class=" mb-3">
      <input type="date" class="form-control" data-bv-field="date" id="dob" name="date_of_birth" required="" placeholder="Date Of Birth">
      <span class="help-block hidden">Enter Valid Date of Birth</span>
    </div>
    <div class="mb-3">
      <select class="form-control" id="gender" name="gender" required="">
        <option disabled="disabled" selected="selected">Select Gender</option>
        <option value="Male">Male</option>
        <option value="Female">Female</option>
        <option value="Other">Other</option>
      </select>
    </div>
    <div class="mb-3">
      <input type="email" class="form-control" data-bv-field="email" id="signupEmail" name="user_email" required="" placeholder="Email ID">
      <span class="help-block hidden">Enter Valid Email ID</span>
    </div>
    <div class="mb-3">
      <input type="text" class="form-control" pattern="[5-9]{1}[0-9]{9}" data-bv-field="number" id="user_msisdn" name="user_msisdn" required="" placeholder="Mobile Number">
      <span class="help-block hidden">Enter Valid Mobile Number</span>
    </div>
    <div class="mb-3">
      <input type="password" class="form-control" id="signuploginPassword" name="user_password" required="" placeholder="Password">
    </div>
  </div>
  <!-- step two -->
  <div class="step hidden">
    <p class="text-center mb-2">Your Identity Details</p>
    <div class="mb-3">
      <label class="image_label" id="profile_photo_display"><span class="tx_on_image">Click to Capture a photo</span>
        <input id="myFileInput" type="file" accept="image/*" capture="user" preview_box="profile_photo_display" style="display:none">
      </label>
      <input type="text" style="display:none" id="profile_photo" name="profile_photo">
    </div>
    <div class="mb-3">
      <input type="text" class="form-control" pattern="[2-9]{1}[0-9]{3}[0-9]{4}[0-9]{4}" data-bv-field="number" id="AadhaarNumber" name="aadhaar_number" required="" placeholder="Aadhaar Number">
      <span class="help-block hidden">Enter Valid aadhaar Number</span>
    </div>
    <div class="mb-3">
      <input type="text" class="form-control" pattern="([A-Z]){5}([0-9]){4}([A-Z]){1}" data-bv-field="text" id="panNumber" name="pan_number" required="" placeholder="PAN Number">
      <span class="help-block hidden">Enter valid PAN Number</span>
    </div>
  </div>
  <!-- step three -->
  <div class="step hidden">
    <p class="text-center mb-2">Address Details</p>
    <div class="mb-3">
      <input type="text" class="form-control" data-bv-field="text" id="business_name" name="business_name" required="" placeholder="Business Name">
      <span class="help-block hidden">Business Name</span>
    </div>
    <div class="mb-3">
      <input type="text" class="form-control" data-bv-field="text" id="address_line1" name="address_line1" required="" placeholder="Address Line 1">
      <span class="help-block hidden">Enter valid Address Line 1</span>
    </div>
    <div class=" mb-3">
      <input type="text" class="form-control" data-bv-field="text" id="address_line2" name="address_line2" required="" placeholder="Address Line 2">
      <span class="help-block hidden">Enter valid Address Line 2</span>
    </div>
    <div class=" mb-3">
      <input type="text" class="form-control" data-bv-field="number" id="pincode" name="pincode" required="" placeholder="Postal Pin Code">
      <span class="help-block hidden">Enter valid Pincode Number</span>
    </div>
    <div id="autofetch_scd">
      <div class="mb-3">
        <select id="state" name="state" class="form-control">
          <option disabled="disabled" selected="selected">Enter Pincode</option>
        </select>
      </div>
      <div class=" mb-3">
        <select id="district" name="district" class="form-control">
          <option disabled="disabled" selected="selected">Enter Pincode</option>
        </select>
      </div>
      <div class=" mb-3">
        <select id="taluk" name="taluk" class="form-control">
          <option disabled="disabled" selected="selected">Enter Pincode</option>
        </select>
      </div>
    </div>
    <div class="form-check text-3 my-3">
      <input id="agree" name="agree" class="form-check-input" type="checkbox">
      <label class="form-check-label text-2" for="agree">I agree to the <a href="Terms-and-Conditions#">Terms</a> and <a href="Privacy-Policy">Privacy Policy</a>.</label>
    </div>
  </div>
  <div class="form-footer d-flex" style="justify-content: space-evenly;">
    <button type="button" id="prevBtn" class="btn btn-warning" onclick="nextPrev(-1)" style="display: none;">Previous</button>
    <button type="button" id="nextBtn" class="btn btn-success" onclick="nextPrev(1)">Next</button>
  </div>
  <div class="d-grid my-4" style="display:none;">
  </div>
</form>

POST

<form id="forgotPassword" class="forgotPassword form-border" method="post">
  <div class="initiate md_stepper">
    <h3 class="text-center mt-3 mb-4 head_msg1">Forgot your password?</h3>
    <p class="text-center  head_msg2">Enter your Email or Mobile and we’ll help you reset your password.</p>
    <p class="text-center text-3 text-muted message"></p>
    <div class="mb-3">
      <input type="text" class="form-control" name="function_code" value="ForgotPassword" style="display:none;">
      <input type="text" class="form-control" id="forgot_pass_emailAddress" name="username" placeholder="Enter Email or Mobile Number">
    </div>
    <div class="mb-3">
      <input type="password" class="form-control" id="forgot_pass_newpassword" name="new_password" placeholder="Enter New Password">
    </div>
  </div>
  <div class="otpValidate md_stepper" style="display:none;">
    <h3 class="text-center mt-3 mb-4 head_msg1">Two-Step Verification</h3>
    <p class="text-center head_msg2"><img class="img-fluid" src="assets/images/otp-icon.png" alt="verification"></p>
    <p class="text-muted text-3 text-center message">Please enter the OTP (one time password) to verify your account. A Code has been sent to <span class="text-dark text-4">+91*******432</span></p>
    <div class="row gx-3 otp_fields">
      <div class="col">
        <input type="text" id="otpinput1" class="form-control text-center text-6 px-0 py-2" name="otp[]" maxlength="1" autocomplete="off">
      </div>
      <div class="col">
        <input type="text" id="otpinput2" class="form-control text-center text-6 px-0 py-2" name="otp[]" maxlength="1" autocomplete="off">
      </div>
      <div class="col">
        <input type="text" id="otpinput3" class="form-control text-center text-6 px-0 py-2" name="otp[]" maxlength="1" autocomplete="off">
      </div>
      <div class="col">
        <input type="text" id="otpinput4" class="form-control text-center text-6 px-0 py-2" name="otp[]" maxlength="1" autocomplete="off">
      </div>
      <div class="col">
        <input type="text" id="otpinput5" class="form-control text-center text-6 px-0 py-2" name="otp[]" maxlength="1" autocomplete="off">
      </div>
      <div class="col">
        <input type="text" id="otpinput6" class="form-control text-center text-6 px-0 py-2" name="otp[]" maxlength="1" autocomplete="off">
      </div>
    </div>
  </div>
  <div class="d-grid my-4">
    <button class="btn btn-primary" type="submit">Continue</button>
  </div>
  <p class="text-center mb-0"><a class="btn-link" href="#" data-bs-toggle="modal" data-bs-target="#login-modal" data-bs-dismiss="modal">Return to Log In</a> <span class="text-muted mx-3">|</span>
    <a class="btn-link" href="#" data-bs-toggle="modal" data-bs-target="#otp-modal" data-bs-dismiss="modal">Resend OTP</a></p>
</form>

POST

<form id="otp-screen" class="form-border" method="post">
  <div class="row gx-3">
    <div class="col">
      <input type="text" class="form-control text-center text-6 px-0 py-2" maxlength="1" required="" autocomplete="off">
    </div>
    <div class="col">
      <input type="text" class="form-control text-center text-6 px-0 py-2" maxlength="1" required="" autocomplete="off">
    </div>
    <div class="col">
      <input type="text" class="form-control text-center text-6 px-0 py-2" maxlength="1" required="" autocomplete="off">
    </div>
    <div class="col">
      <input type="text" class="form-control text-center text-6 px-0 py-2" maxlength="1" required="" autocomplete="off">
    </div>
  </div>
  <div class="d-grid my-4">
    <button class="btn btn-primary" type="submit">Verify</button>
  </div>
</form>

Text Content

 * Home
 * Recharge & Bill Payment
   * * Recharge
       * Mobile
       * DTH
       * Fastag
     * Utility
       * Electricity
       * Water
       * GAS
     * Bill Payment
       * Broadband
       * Insurance
       * Loan EMI
 * Bookings
   * Flights
   * Trains
   * Bus
 * Pages
   * About Us
   * Support
   * Contact Us
   * Terms of Use
     * Terms and Conditions
   * Policy Documents
     * Privacy Policy
     * Cookie Policy
     * Refund Policy
     * Shipping Poilcy
     * Return & Exchange Policy


 * Login / Sign up

 * Mobile
 * DTH
 * Broadband
 * Insurance
 * Electricity
 * Water
 * Gas
 * Fastag
 * EMI
   


OUR SERVICES ARE


PREPAID RECHARGE




We Offer instant bill payments or recharges. It only takes seconds to do your
mobile recharge , data plan or DTH recharges! We covers all the top operators in
India like Airtel, Jio, MTNL, Vi, Dish TV, Tata Sky & more. Just not that, but
you can also pay all your utility bills like electricity bills , gas, water,
insurance premium, cable etc, from anywhere, anytime. No Download Required, Just
Login / Signup and Start Transacting




100% SECURE PAYMENTS

Pay via Secure Payment Gateways

TRUST PAY

100% Payment Protection. Easy Return Policy.

REFER & EARN

Invite a friend to sign up and earn on every transaction of your friend.

24X7 SUPPORT

We're here to help. Have a query and need help ? Click here

Payment

Subscribe

Subscribe

Keep in touch

 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * About Us
 * Contact Us
 * Support
 * T&Cs
 * Privacy Policy
 * Cookie Policy
 * Shipping Policy
 * Return & Exchange Policy
 * Refund-Policy

Copyright © 2023 | Megapay Solutions Pvt Ltd. Powered By Megapay Solutions PVT
LTD

FETCHING LOCATION.

Identifying Your Location
Kindly allow the page to access the location

Error : User denied Geolocation

Enable GPS & Allow Access to Location

Refresh Page
×


DEFAULT




DEFAULT






×

TELECALLING SCRIPT

This is an editable paragraph.

BROWSE PLANS

Select Your Operator 1st Operator 2nd Operator 3rd Operator 4th Operator 5th
Operator 6th Operator 7th Operator
Select Your Circle 1st Circle 2nd Circle 3rd Circle 4th Circle 5th Circle 6th
Circle 7th Circle
All Plans Topup Full Talktime Validity Recharge SMS Data Unlimited Talktime STD
View Plans
$10Amount
8Talktime
7 DaysValidity
Talktime $8 & 2 Local & National SMS & Free SMS valid for 2 day(s)
Recharge

--------------------------------------------------------------------------------

$15Amount
13Talktime
15 DaysValidity
Regular Talktime
Recharge

--------------------------------------------------------------------------------

$50Amount
47Talktime
28 DaysValidity
47 Local Vodafone min free
Recharge

--------------------------------------------------------------------------------

$100Amount
92Talktime
28 DaysValidity
Local min 92 & 10 Local & National SMS & Free SMS valid for 28 day(s).
Recharge

--------------------------------------------------------------------------------

$150Amount
143Talktime
60 DaysValidity
Talktime $143 & 50 Local & National SMS & Free SMS valid for 60 day(s).
Recharge

--------------------------------------------------------------------------------

$220Amount
8 Talktime
7 Days Validity
Full Talktime
Recharge

--------------------------------------------------------------------------------

$250Amount
250Talktime
28 DaysValidity
Full Talktime + 50 SMS per day for 28 days.
Recharge

--------------------------------------------------------------------------------

$300Amount
301Talktime
64 DaysValidity
Full Talktime
Recharge

--------------------------------------------------------------------------------

$410Amount
0Talktime
28 DaysValidity
Unlimited Local,STD & Roaming calls
Recharge

--------------------------------------------------------------------------------

$501Amount
510Talktime
180 DaysValidity
Full Talktime + 100 SMS per day for 180 days.
Recharge

--------------------------------------------------------------------------------

$799Amount
820Talktime
250 DaysValidity
Full Talktime + 100 SMS per day for 250 days.
Recharge

--------------------------------------------------------------------------------

$999Amount
1099Talktime
356 DaysValidity
Full Talktime + 100 SMS per day for 356 days.
Recharge

--------------------------------------------------------------------------------

 * Login
 * Sign Up

We are glad to see you again!

Login Via

Mobile Number Email ID

Mobile Number

password



Remember Me
Forgot Password ?


New Here ? Sign Up

 * Log In
 * Sign Up

Looks like you're new here!

Account Setup Personal Details Address Details

Create your account

Enter Valid Name
Enter Valid Date of Birth
Select Gender Male Female Other
Enter Valid Email ID
Enter Valid Mobile Number


Your Identity Details

Click to Capture a photo
Enter Valid aadhaar Number
Enter valid PAN Number

Address Details

Business Name
Enter valid Address Line 1
Enter valid Address Line 2
Enter valid Pincode Number
Enter Pincode
Enter Pincode
Enter Pincode
I agree to the Terms and Privacy Policy.
Previous Next


Already have an account? Log In


FORGOT YOUR PASSWORD?

Enter your Email or Mobile and we’ll help you reset your password.







TWO-STEP VERIFICATION



Please enter the OTP (one time password) to verify your account. A Code has been
sent to +91*******432


Continue

Return to Log In | Resend OTP


TWO-STEP VERIFICATION



Please enter the OTP (one time password) to verify your account. A Code has been
sent to +91*******432

Verify

Return to Log In | Not received your code? Resend code

please wait