Skip to main content

How Pay the Electricity Bill Online in Nepal

Namastee All!,
If your are tired of waiting so long in the queue for paying your electrical bills here is one solution which will save your time and make you quick.Yes Nepal Electrical Authority(NEA) has introduced a online payment system but they don't their own app till this date.But other online payment system app has the service for paying your bills online without .They charged  some amount as the service charge but it saves your time.
Here is the Step that we have to follow while paying your bills.Depending upon the apps form may varies but the requirements are same.
  1. First of all  you need know your Counter-The counter is the place where you used pay your bill .They have options given and you can choose your Counter .
  2. Second SC Number:Many people get confused in id number and Sc number. You can know your SC Number in your Electricity Bill.
  3. Third Customer Id:This is also given in your Electricity bill
  4. Depending upon the apps you use some may ask for Customer Name but it is optional in many apps
  5. Now you are ready to go 
Once you get details you can pay your bill.
I have attached the sample which makes easy to you to understand


Comments

  1. Awesome blog!

    To pay electricity bill via Khalti Digital Wallet, you can  visit https://blog.khalti.com/online-payment/pay-electricity-bill-online-nepal/

    ReplyDelete

Post a Comment

Popular posts from this blog

Playing the XSS game

Well i was searching for the knowledge of XXS and landed in the site call https://xss-game.appspot.com/ where it was fun learning the XXS for beginner like me so in this blog i am going to write my experience and code that i use to solve. 1. It was very simple <script>alert('Hello');</script> 2. I tried several time and finally i don't from it come I thought of button and yes i succeeded with some tries <button onclick="alert('Hello again')">let's try</button> once it was posted i clicked it and yes ... I worked :) 3. This took me a long time as i went little depth and while i found  https :// xss-game . appspot . com / level3 / frame #1 at the end i can see the responses using number but it was guess I used all the hints but not  got any clue :0 I tried a lot and accidentally went into the toogle as i haven't used yet and I attention read all the script and the function using num  and with lots of google i...