www.etisalat.ae Open in urlscan Pro
213.42.214.53  Public Scan

URL: https://www.etisalat.ae/b2bportal/quick-payment.html?utm_source=email&utm_medium=email&utm_campaign=ebilling1_pay_now&lo...
Submission: On November 02 via manual from AE — Scanned from DE

Form analysis 4 forms found in the DOM

POST

<form class="form b2b-form ng-pristine ng-valid-maxlength ng-valid ng-valid-required" id="edit-account-payByAccount" method="POST" novalidate="" data-active="true">
  <div id="edit-accounts-table">
    <!-- ngRepeat: account in accountsData -->
    <div class="row record-rwo ng-scope" ng-repeat="account in accountsData">
      <!-- ngIf: account -->
      <div ng-if="account" class="ng-scope">
        <div class="col-xs-12 col-sm-12 col-md-11 pull-right-ar">
          <div class="col-xs-12 col-md-6 pull-right-ar">
            <div class="form-group floating-label-input ">
              <input maxlength="20" ng-model="account.accountNumber" ng-blur="getAmmountDetails(account, $index)" name="mobileNumber1" type="text" onkeypress="return onlyNumberKey(event)" autocomplete="Off" required=""
                class="ng-pristine ng-untouched ng-valid ng-not-empty ng-valid-required ng-valid-maxlength">
              <label class="no-padding"> Account Number </label>
            </div>
            <div id="errorAccountnumber_0" style="color:#be1218"></div>
          </div>
          <div class="col-xs-12 col-md-6 pull-right-ar">
            <div class="form-group floating-label-input ">
              <input ng-model="account.amountToPay" name="amount1" type="text" ng-blur="getGrandTotal()" ng-change="checkAmount(account, $index)" onkeypress="return onlyFloatNumberKey(event)" maxlength="9" autocomplete="Off" required=""
                class="ng-pristine ng-untouched ng-valid ng-not-empty ng-valid-required ng-valid-maxlength">
              <label class="no-padding"> Amount to Pay </label>
            </div>
            <div ng-show="account.amountToPay==undefined || (account.amountToPay &amp;&amp; account.amountToPay<=0) || account.amountToPay=='.' || account.amountToPay=='-' || isAmountValid(account.amountToPay)" id="errorAmount_0"
              style="color:#be1218" class="ng-hide">Invalid Amount</div>
          </div>
        </div>
        <div class="col-xs-12 col-sm-12 col-md-1">
          <div class="col-xs-12 delete colTable text-right">
            <a class="deleterecord" ng-click="removeAccountNumber($index)">
		                                  <svg>
		                                     <use xlink:href="#trash-icon"></use>
		                                  </svg>
		                               </a>
          </div>
        </div>
      </div><!-- end ngIf: account -->
    </div><!-- end ngRepeat: account in accountsData -->
  </div>
  <div class="panel-footer">
    <div class="row">
      <div class="col-xs-12 col-md-5 pull-right-ar">
        <div class="row-tiles EmptyState text-left" ng-show="accounts < 9">
          <p class="text-left">
            <a id="addAccountNumber1223" class="add-or-remove-link" ng-click="addAccountNumber()">
		                                    ADD Account
		                                 </a>
          </p>
        </div>
      </div>
      <div class="col-xs-12 col-md-7 totallamount pull-left-ar">
        <div class="price-wrapper pull-left pull-right-ar" dir="ltr" lang="en">
          <div class="small"> Amount to Pay </div>
          <div class="price ng-binding"> 7,875.00 <div class="">
              <div class="small"> AED </div>
              <div class="small"> 5% VAT incl </div>
            </div>
          </div>
        </div>
        <div class="ecommerce-action pull-right pull-left-ar">
          <button ng-disabled="!formValidated || isCeasedError==true || isValidNumber==false" type="submit" class="btn btn-green ripple-effect" ng-click="processEnteredNumbers()"> Continue </button>
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form class="form b2b-form ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength" id="edit-account" method="POST" novalidate="novalidate" data-active="true">
  <div id="edit-accounts-table">
    <div class="row summary-row">
      <div class="col-xs-12 col-sm-12 col-md-12 pull-right-ar">
        <div class="col-xs-12 col-md-6 pull-right-ar">
          <div class="form-group floating-label-input ">
            <input maxlength="10" ng-disabled="disableAccountDetailsFunctionality" ng-model="account.accountNumber" ng-blur="getAmmountDetails(account)" name="mobileNumber1" type="text" autocomplete="Off" required=""
              class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength">
            <label class="no-padding">Account Number</label>
          </div>
          <div id="errorAccountnumber" style="color:red"></div>
        </div>
        <div class="col-xs-12 col-md-3 pull-right-ar">
          <div class="form-group floating-label-input ">
            <input ng-model="account.BSATotalDue" maxlength="10" name="amount1" type="text" autocomplete="Off" ng-disabled="disableAmount" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength">
            <label class="no-padding">Amount to Pay</label>
          </div>
        </div>
        <div class="col-xs-12 col-md-3 pull-right-ar">
          <div class="ecommerce-action pull-right pull-left-ar">
            <button ng-disabled="!formValidated" type="submit" class="btn btn-green ripple-effect" ng-click="processEnteredNumbers()" disabled="disabled"> Continue </button>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST /api/app-support

<form action="/api/app-support" id="bulk-upload" class="dropzone droped form noborder-pad ng-pristine ng-valid dz-clickable" method="POST" novalidate="novalidate" data-active="true">
  <div class="row bulk-upload-head">
    <div class="col-sm-12 col-md-12 pull-right-ar">
      <h4 class=""> Pay by Bulk File Upload </h4>
      <p> Allows you to conveniently pay the total due(s) of all your accounts under the summary bill account number. . Download sample excel sheet template <a href="/b2bportal/downloadTemplate.service?filename=QUICK_PAY"> paymentfile.xls</a>
      </p>
    </div>
    <!--               <div class="col-sm-12 col-md-5"> -->
    <!--                 Date & time of the problem -->
    <!--                 <div class="form-section" data-personalinfo="true"> -->
    <!--                   <div class="form-group floating-label-input floating-label-datepicker compound-control picker-wrap"> -->
    <!--                     <input ng-model="selectedMonth" name="fromDate" type="text" class="border-bottom monthselect" data-target="package" data-label="Package" /> -->
    <!--                     <label> -->
    <!--                     </label> -->
    <!--                     <span class="inner-icon"> -->
    <!--                       <svg id="date-picker-icon-img"> -->
    <!--                         <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#date-picker-icon"> -->
    <!--                           <symbol id="date-picker-icon" viewBox="0 0 64 64"> -->
    <!--                             <defs> -->
    <!--                               <path d="M21.1135832,9 L43.1356047,9 M51.1089651,9 L58,9 L58,9 C59.1045695,9 60,9.8954305 60,11 L60,58 L60,58 C60,59.1045695 59.1045695,60 58,60 L6,60 L6,60 C4.8954305,60 4,59.1045695 4,58 L4,11 L4,11 C4,9.8954305 4.8954305,9 6,9 L6,9 L13.0492146,9" id="path-1"></path> -->
    <!--                             </defs> -->
    <!--                             <g id="Assets" stroke="none" stroke-width="2" fill="none" fill-rule="evenodd"> -->
    <!--                               <g id="icon-outline-datepicker-darkgray"> -->
    <!--                                 <g id="@-Dashboard-/-Icon-/-Outline-/-Calendar-/-a.-dark-grey"> -->
    <!--                                   <g id="Rectangle"> -->
    <!--                                     <use fill-opacity="0" fill="#353738" fill-rule="evenodd" xlink:href="#path-1"></use> -->
    <!--                                     <path stroke="#353738" stroke-width="2" d="M58,9.5 L6,9.5 C5.17157288,9.5 4.5,10.1715729 4.5,11 L4.5,58 C4.5,58.8284271 5.17157288,59.5 6,59.5 L58,59.5 C58.8284271,59.5 59.5,58.8284271 59.5,58 L59.5,11 C59.5,10.1715729 58.8284271,9.5 58,9.5 Z"></path> -->
    <!--                                   </g> -->
    <!--                                   <path d="M5,20 L59,20" id="Line" stroke="#353738" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"></path> -->
    <!--                                   <polygon id="Line" stroke="#353738" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="13 14 21 14 21 4 13 4"></polygon> -->
    <!--                                   <polygon id="Line" stroke="#353738" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="43 14 51 14 51 4 43 4"></polygon> -->
    <!--                                 </g> -->
    <!--                               </g> -->
    <!--                             </g> -->
    <!--                           </symbol> -->
    <!--                         </use> -->
    <!--                       </svg> -->
    <!--                     </span> -->
    <!--                   </div> -->
    <!--                 </div> -->
    <!--               </div> -->
  </div>
  <div id="edit-accounts-table">
    <div class="row">
      <div class="container-fluid">
        <!--tables summary-->
        <div class="row ">
          <div class="">
            <div class="dropzoneWrapper">
              <div id="dropzone123" class="dropzone form">
                <div class="b2b-form hideGrid container-fluid">
                </div>
                <div class="dz-default dz-message"><span><svg width="36px" height="43px" viewBox="0 0 36 43">
                      <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
                        <g id="Upload-file-icon" transform="translate(1.000000, 1.000000)" stroke="#6B6B6B">
                          <g id="Icon-Copy" transform="translate(-0.000000, -0.000000)">
                            <polyline id="Line" points="29.5652174 32.8297271 29.5652174 41.3913043 0 41.3913043 0 -2.62591881e-15 20.6956522 0 29.5652174 8.86956522 29.5652174 13.916042"></polyline>
                            <polyline id="Line" points="20.6956522 0 20.6956522 8.86956522 29.5652174 8.86956522"></polyline>
                          </g>
                          <g id="Add-sign" transform="translate(19.217391, 15.521739)">
                            <path
                              d="M7.39130435,0 C11.4738531,0 14.7826087,3.31028486 14.7826087,7.39130435 C14.7826087,11.4746177 11.4738531,14.7826087 7.39130435,14.7826087 C3.30901049,14.7826087 0,11.4746177 0,7.39130435 C0,3.31028486 3.30901049,0 7.39130435,0 Z"
                              id="Stroke-1"></path>
                            <g id="Icon" transform="translate(7.633540, 7.285714) rotate(45.000000) translate(-7.633540, -7.285714) translate(4.782609, 4.434783)">
                              <line x1="5.70186357" y1="0" x2="0" y2="5.70186357" id="Line"></line>
                              <line x1="5.70186357" y1="5.70186357" x2="0" y2="0" id="Line"></line>
                            </g>
                          </g>
                        </g>
                      </g>
                    </svg><br>
                    <h4 class="text-center">Drag &amp; Drop</h4><label>or <font href="" class="browsemanual">browse</font> your file<br> to make a custom payment. Max file size 1MB</label>
                  </span></div>
              </div>
            </div>
            <div id="dropzone1234"></div>
          </div>
        </div>
        <!--tables summary-->
      </div>
    </div>
    <script type="text/javascript" src="assets/js/dropzone-03.js"></script>
    <script>
      (function(require) {
        require(['jquery'], function($) {
          setTimeout(function() {
            $(document).ready(function() {
              $(function() {
                var dropzone = $('.dropzone')[0].dropzone;
                dropzone.on("addedfile", function(file) {
                  angular.element(document.querySelector('#quickPayBulkController')).scope().processExcelFile(file);
                });
                dropzone.on("totaluploadprogress", function(progress) {
                  $('.dropzone .dz-preview .dz-details .dz-filename .filename').css('border-bottom', '0px');
                  $(".dz-progress").remove();
                });
                angular.element(document.querySelector('#quickPayBulkController')).scope().loaderCheck(false);
              });
            });
          }, 100);
        });
      }(require))
    </script>
  </div>
  <div class="col-xs-12 col-md-12 max-file-error">
    <span class="errormsg alert alert-error with-shadow mb24 mt30 col-md-12" style="display: none;">You can not upload more than <b>1</b> file</span>
  </div>
</form>

POST

<form class="form b2b-form ng-pristine ng-valid" id="edit-account" method="POST" novalidate="" data-active="true">
  <div id="edit-accounts-table">
    <div class="row record-rwo">
      <div class="col-xs-12 col-md-7 pull-right-ar">
        <div class="form-group floating-label-input ">
          <input name="reference" type="text" ng-model="referenceNumber" autocomplete="Off" class="ng-pristine ng-untouched ng-valid ng-empty">
          <label class="no-padding">Enter your reference number*</label>
        </div>
      </div>
      <div class="col-xs-12 col-md-5">
        <div class="ecommerce-action pull-right pull-left-ar">
          <div>
            <div class="grecaptcha-badge" data-style="bottomright"
              style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
              <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
                  src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Ld-qcMUAAAAABvS5M6u-NC5yfJRBq34_XVBhQE6&amp;co=aHR0cHM6Ly93d3cuZXRpc2FsYXQuYWU6NDQz&amp;hl=en&amp;v=UrRmT3mBwY326qQxUfVlHu1P&amp;size=invisible&amp;cb=x75h1vfv89kl"
                  width="256" height="60" role="presentation" name="a-stt2kvxppyl6" frameborder="0" scrolling="no"
                  sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
              <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
                style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
            </div><iframe style="display: none;"></iframe>
          </div><button id="statusButton" type="submit" class="g-recaptcha btn btn-green ripple-effect" data-sitekey="6Ld-qcMUAAAAABvS5M6u-NC5yfJRBq34_XVBhQE6" data-callback="submitForm" ng-disabled="checkReferenceNumber()" disabled="">Check Status
          </button>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * Consumer
 * Business
 * Carrier & Wholesale
 * Group

 * Enterprise & Government
 * Etisalat Digital
 * Quickpay QuickPay
 * العربية

 * Mobile
    * Plans
    * Business First Plus
    * Business Xtreme
    * Business First
    * Data Only
   
    * Add-ons
    * Mobile Data
    * Roaming
    * Voice
    * SMS
    * Internet Calling Plans
    * Virtual Meetings
   
    * Devices
    * Apple
    * Samsung
    * Huawei
   
    * Plans by Features
    * Carryforward Plans
    * Unlimited Mins Plans
    * Non-Stop Data Plans
    * Easy Prepaid
   
    * FREE Upgrade Offer
    * Business Online Portal
    * Mobile Service Center
   
   DOUBLE MINUTES OFFER
   
   View Offer
 * Fixed Services
    * Internet & Calls
    * Business Landline
    * Internet Bundles
    * Dedicated Internet
    * Wi-Fi
    * Business TV
   
    * Communications
    * Unified Communications
    * CloudTalk Meetings
   
    * Toll Free
    * 800 Toll Free
    * 600 Service
   
    * Business Edge
    * Solutions
    * Healthcare
   
    * Switch to Etisalat
    * Billing & Payments
    * Business Blog
   
   HIGH-SPEED INTERNET PLANS
   
   FIND YOUR PLAN
 * Digital Solutions
    * Online Marketing
    * Website Creation
    * Managed Web Solutions
    * Online Presence
    * Boost Website
   
    * Direct Marketing
    * Email Marketing
    * SMS Marketing
    * Digital Signage
   
    * Security & Hosting
    * CCTV Cameras
    * Cyber Security
    * Thermal Cameras
    * Cloud Solutions
   
    * VAT Solutions
    * VAT / Tax Filling
   
    * Business Edge
    * Special Offers
    * Website Creation
    * Business Blog
   
   DISCOVER BUSINESS EDGE PLATFORM!
   
   Learn More
 * Business App Store
    * Productivity
    * Office 365
    * PowerApps
    * Project Management
    * Operating Systems
   
    * Finance
    * VAT / Tax Filing
    * Invoicing
   
    * Human Resources
    * Recruiting
   
    * Sales
    * Leads Management
   
    * Marketing
    * AI Chat Commerce
    * Reputation Management
   
    * Customer Management
    * Healthcare
    * Loyalty Program
   
   

 * Offers
 * My Account
    * Sign In
    * How to Register
    * Quick Pay


 * icon- account Created with Sketch. My Account
   * main menu
   * * My Account
     * Sign In
     * How to Register
     * Quick Pay
 * 

 * Mobile
   * main menu
   * * Plans
     * Business First Plus
     * Business Xtreme
     * Business First
     * Data Only
     * Add-ons
     * Mobile Data
     * Roaming
     * Voice
     * SMS
     * Internet Calling Plans
     * Virtual Meetings
     * Devices
     * * Apple
       * Samsung
       * Huawei
     * Plans by Features
     * Carryforward Plans
     * Unlimited Mins Plans
     * Non-Stop Data Plans
     * Easy Prepaid
   
      * DOUBLE MINUTES OFFER
        
        View Offer
   
      * FREE Upgrade Offer
      * Business Online Portal
      * Mobile Service Center
 * fixedservice Fixed Services
   * main menu
   * * Internet & Calls
     * Business Landline
     * Internet Bundles
     * Dedicated Internet
     * Wi-Fi
     * Business TV
     * Communications
     * Unified Communications
     * CloudTalk Meetings
     * Toll Free
     * * 800 Toll Free
       * 600 Service
     * Business Edge
     * Solutions
     * Healthcare
   
      * HIGH-SPEED INTERNET PLANS
        
        FIND YOUR PLAN
   
      * Switch to Etisalat
      * Billing & Payments
      * Business Blog
 * digitalsolutions Digital Solutions
   * main menu
   * * Online Marketing
     * Website Creation
     * Managed Web Solutions
     * Online Presence
     * Boost Website
     * Direct Marketing
     * Email Marketing
     * SMS Marketing
     * Digital Signage
     * Security & Hosting
     * * CCTV Cameras
       * Cyber Security
       * Thermal Cameras
       * Cloud Solutions
     * VAT Solutions
     * VAT / Tax Filling
   
      * DISCOVER BUSINESS EDGE PLATFORM!
        
        Learn More
   
      * Business Edge
      * Special Offers
      * Website Creation
      * Business Blog
 * cloudapp Business App Store
   * main menu
   * * Productivity
     * Office 365
     * PowerApps
     * Project Management
     * Operating Systems
     * Finance
     * VAT / Tax Filing
     * Invoicing
     * Human Resources
     * Recruiting
     * Sales
     * Leads Management
     * Marketing
     * AI Chat Commerce
     * Reputation Management
     * Customer Management
     * Healthcare
     * Loyalty Program

 * specialoffers Offers
 * ENTERPRISE & GOVERNMENT
 * Etisalat Digital
 * Quick Pay

 * CONSUMER BUSINESS Carrier & Wholesale ETISALAT GROUP

 * Language العربية

OK


TECHNICAL ISSUE

Error Code : 500

Sorry we are experiencing technical issues. Please try again later.

OK


YOUR BILL PAYMENTS WILL BE REFLECTED IN YOUR ACCOUNTS AFTER 24 HOURS, DUE TO A
PLANNED OUTAGE/SYSTEM UPGRADE. HOWEVER, ALL ETISALAT SERVICES WILL REMAIN
CONNECTED AND WORKING.


QUICK PAY

You can pay your bills without having to log-in! It is simple, convenient and
hassle-free

MORE OPTIONS
 * Pay by Account
 * Pay by Summary Bill Account
 * Pay by Bulk File Upload
 * Check Payment Status


LOADING...

PAY BY ACCOUNT

Enter your Account Number to pay now. You can pay for up-to 10 account numbers
by simply clicking on ADD ACCOUNT.

Account Number

Amount to Pay
Invalid Amount


ADD Account

Amount to Pay
7,875.00
AED
5% VAT incl
Continue


LOADING...

PAY BY SUMMARY BILL ACCOUNT

Allows you to conveniently pay the total due(s) of all your accounts under the
summary bill account number.

Account Number

Amount to Pay
Continue

PAY BY BULK FILE UPLOAD

Allows you to conveniently pay the total due(s) of all your accounts under the
summary bill account number. . Download sample excel sheet template
paymentfile.xls




DRAG & DROP

or browse your file
to make a custom payment. Max file size 1MB

You can not upload more than 1 file
Continue
Etisalat UAE | Etisalat Business



LOADING...

CHECK PAYMENT STATUS

Enter your reference number to check status

Enter your reference number*

Check Status
Support Support
 * Locate Business Centres
 * Contact Sales
 * VAT / TRN Submission
 * Billing and Payments
 * Get Domain Names

Small & Medium Business Small & Medium Business
 * Mobile Plans
 * Internet & Bundles
 * Internet Calling Plans
 * Customer Success Stories
 * Hello Business Hub
 * Business Blog

Enterprise & Government Enterprise & Government
 * Etisalat Digital
 * Mobile Hub
 * Managed ICT Solutions
 * Success Stories

Strategic Projects Strategic Projects
 * EXPO 2020 Dubai
 * Hassantuk

Etisalat Group Etisalat Group
 * General Information
 * About Us
 * For Investors
 * Our Impact
 * News Room

Download Etisalat Business App

Follow Us

Payment Accepted

 * About Us
 * Code of Conduct
 * Privacy Policy
 * Terms & Conditions
 * Etisalat Tenders
 * Careers

© 2021 Etisalat. All Rights Reserved.
© 2021 Etisalat. All Rights Reserved.
Page 1