top-up.wmtransfer.com Open in urlscan Pro
91.232.115.37  Public Scan

Submitted URL: http://top-up.wmtransfer.com/
Effective URL: https://top-up.wmtransfer.com/
Submission Tags: wm money l4ing $ sub h8 Search All
Submission: On July 06 via manual from UA — Scanned from NL

Form analysis 5 forms found in the DOM

POST ./

<form method="post" action="./" id="f1">
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
      value="/wEPDwUJMzk4Mzk4NzE3D2QWAmYPZBYCAg4PZBYCAgEPZBYCZg8WAh4JaW5uZXJodG1sBWs8aW1nIHNyYz0iL2ltZy9mbGFncy9OTC5wbmciIGNsYXNzPSJjb3VudHJ5LWZsYWctaW1nIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGFsdD0iTmV0aGVybGFuZHMiLz5OZXRoZXJsYW5kc2RkTrEb2UXWkKcBnR5d68vRPN0u7N4=">
  </div>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAKmAJfqATOmqTmkne1RQaUL/Yh8rng1k9e30MfiX45Y+RbRZMOQGQmLPdNTM0+fYfKwqP3b">
  </div>
  <script type="text/javascript" src="js/paymaster.js"></script>
  <div style="padding-bottom:10px">
    <span id="phMain_lCountry" class="more_countries"><img src="/img/flags/NL.png" class="country-flag-img" width="16" height="16" alt="Netherlands">Netherlands</span>
  </div>
  <h3 style="padding-top:15px">Payment from bank account via internet or mobile banking</h3>
  <h3 class="currselector" style="display: none;"><input id="cbZ" type="checkbox" title="WMZ" onclick="onFilterClick('Z');" checked="checked" disabled=""><label for="cbZ"><img alt="WMZ" src="img/new/wm/purses/wmz-16.png" height="16" width="16">
      WMZ</label></h3>
  <div class="box" style="display: none;">
    <div id="dLoadingZ" style="display: none;"><img src="img/loading.gif" alt="Loading..." width="125" height="125"></div>
    <div class="clearfix"></div>
  </div>
  <h3 class="currselector" style="display: none;"><input id="cbE" type="checkbox" title="WME" onclick="onFilterClick('E');" checked="checked" disabled=""><label for="cbE"><img alt="WME" src="img/new/wm/purses/wme-16.png" height="16" width="16">
      WME</label></h3>
  <div class="box" style="display: none;">
    <div id="dLoadingE" style="display: none;"><img src="img/loading.gif" alt="Loading..." width="125" height="125"></div>
    <div class="clearfix"></div>
  </div>
  <div class="sub-form rounded-corners" id="dNoPSFound" style="margin-top: 20px;">
    <p>Due to the change of WME Guarantor, top-up of WME purses is temporarily unavailable.<br> Please check <a href="topup.aspx">other methods</a> to top-up your purse.</p>
  </div>
  <div style="width:100%;text-align:right;font-size:10pt; padding-top:10px"><a href="TopUp.aspx">Other top-up methods</a></div>
  <script type="text/javascript">
    $("#all-countries").dialog({
      autoOpen: false,
      height: 460,
      width: 900,
      modal: true
    });
    $(".more_countries").click(function() {
      $("#all-countries").dialog("open");
    });
  </script>
  <script type="text/javascript">
    //var psp = [2,3,4,7,11,13,14,15];
    var srccnt = 2; //psp.length + 1;
    var c_arr = ['Z', 'E'];
    var cntArr = [0, 0];

    function onFilterClick(c) {
      var box = $("#dLoading" + c).parent();
      var cb = box.prev().find("input")[0];
      if (box.find(".tumethod").length == 0) {
        box.hide();
        cb.checked = false;
        cb.disabled = true;
        box.prev().hide();
      }
      if (cb.checked) box.show();
      else box.hide();
      var showNoPSMsg = true;
      for (var i = 0; i < c_arr.length; i++)
        if ($("#cb" + c_arr[i]).prop("checked")) {
          showNoPSMsg = false;
          break;
        }
      if (showNoPSMsg) $("#dNoPSFound").show();
      else $("#dNoPSFound").hide();
    }

    function addMethods(mtd, c, i) {
      cntArr[i]++;
      var elem = $("#dLoading" + c);
      elem.before(mtd);
      if (cntArr[i] == srccnt) {
        elem.hide();
        onFilterClick(c);
      }
      $(".item").hover(openTooltip, closeTooltip);
    }

    function retrieveData(curr, i) {
      $.ajax({
        type: "POST",
        contentType: "application/json",
        url: "WService.asmx/Showcase3",
        data: "{ a: 169, b: 4, c: '" + curr + "', d: 1033 }",
        dataType: "json",
        success: function(resp) {
          addMethods(resp.d, curr, i);
        },
        error: function() {
          cntArr[i]++;
        }
      });
      $.ajax({
        type: "POST",
        contentType: "application/json",
        url: "WService.asmx/Showcase2",
        data: "{ a: 169, b: 4, c: '" + curr + "', d: 1033 }",
        dataType: "json",
        success: function(resp) {
          addMethods(resp.d, curr, i);
        },
        error: function() {
          cntArr[i]++;
        }
      });
    }

    function hideCurr(c) {
      var box = $("#dLoading" + c).parent().hide();
      box.prev().find("input")[0].checked = false;
    }

    function showSingleCurr(c) {
      c = c.toUpperCase();
      if (c_arr.indexOf(c) > -1)
        for (var i = 0; i < c_arr.length; i++)
          if (c != c_arr[i]) hideCurr(c_arr[i]);
    }
    $(document).ready(function() {
      showSingleCurr('');
      c_arr.forEach(retrieveData)
    });
  </script>
</form>

GET //wiki.webmoney.ru/wiki/search

<form id="wiki" action="//wiki.webmoney.ru/wiki/search" method="get" target="_blank">
  <input type="hidden" id="query" name="query">
</form>

GET //search.wmtransfer.com/

<form id="defsearch" action="//search.wmtransfer.com/" method="get" target="_blank">
  <input type="hidden" name="q" id="keyword">
  <input type="hidden" name="locale" value="ru">
</form>

GET //www.megastock.ru/searchres.aspx

<form id="goods" action="//www.megastock.ru/searchres.aspx" method="get" accept-charset="utf-8" target="_blank">
  <input type="hidden" name="search" id="search">
  <input type="hidden" name="lang" value="ru">
</form>

GET //geo.webmoney.ru/find/geosearchpage.aspx

<form id="inout" action="//geo.webmoney.ru/find/geosearchpage.aspx" method="get" accept-charset="windows-1251" target="_blank">
  <input type="hidden" name="name" id="city">
  <input type="hidden" name="userID" id="dir" value="0045DF2D-7BD9-44FB-B5A8-9F1E5C08DC4A">
  <input type="hidden" name="lang" value="ru">
</form>

Text Content

 * About WebMoney
   * Brief descriptionPurse typesPurse managementKeeper Standard (Mini)Keeper
     WinPro (Classic)Keeper WebPro (Light)Keeper MobileKeeper for social
     networksSystem feesStatisticsSecurity and privacyNews
   * Legal informationWebMoney Transfer CodeProperty rights transfer
     agreementAML AgreementCredit service agreementWM purses agreementWarning
   * System subjectsOwner and administratorWM purse guarantorsContacts for legal
     requests
   * RegistrarsFinancial supportTechnical supportCooperationForumSocial
     networksFacebookTwitterDownload software
 * Personal
   * Top-upCashBank accountE-moneyPayment terminalMoney transferRaise
     fundsPublicant: Publish a bookMestcom: Sell AdsCashBox: Complete activities
     on a websiteINDX: Stock exchangeShareholder: Dividends and share
     tradingDebt marketPurse managementKeeper Standard (Mini)Keeper WinPro
     (Classic)Keeper WebPro (Light)Keeper MobileKeeper for social
     networksE-NUMFor workSecure mailFile storageMentor: Task management service
   * WithdrawCashTo bank cardBank accountE-moneyMoney transferWebMoney
     operationsExchanger: Exchange serviceWM.Check: Payment without
     registrationProtected transactionsVerificationReceive WebMoney
     passportVerification pointsArbitrageSubmit a complaintSubmit a
     claimRegister contract
   * PaymentsMobile communicationsInternet accessCommercial TVUtilitiesPublic
     services, fines, taxesBank account paymentsMegastock: Merchant
     directoryDigiseller: Catalog of digital goodsAntivirus: software
     subscriptionRebills and recurring paymentsBank cardsVirtual cards Visa and
     MasterCardPlastic cards Visa and MasterCardMoneySend
   * FundraisingCharityCrowdfundingGroup buyingEvent organizationLoanCredit
     serviceLoan serviceSecurityEscrow: Secure transactionsE-Num: Secure
     authorisationOperation notificationPurse access limitingExpense limits
     settingRestoring controlAdvisor: Website reviewsWebMoney territoryBusiness
     networkSystem newsInteractive mapWikiDownload software
 * Business
   * For Merchants and RetailersPayments to bank accountsSettlements:
     PayoutsOther merchant solutionsMegaStock: Directory of sitesWeb Merchant
     InterfaceFor websitesFundraisingMestcom: Selling AdsCashbox: Purchase
     website activitiesDigiseller: Agent shop widgetLogin: WMID authorisationFor
     exchange officesMegastock: Take part in the directoryGeo-service: Placement
     in the system resourcesAPI: InterfacesAgreement
   * GeneralMass PaymentsContracts: Agreement text registrationArbitrage:
     Dispute resolutionEscrow: Secure transactionsCredit
     marketReportingFinancial supportFor banksAPI: Payment gatewaysTelepay:
     Utility chargesMoney transferFor dealers and payment systemsAccept
     paymentsTelepay: Utility charges
   * CapitalShareholder: InvestmentsINDX: Stock exchangeDebt marketCapitaller:
     Funds managementWebMoney featuresMentor: Task management serviceSecure
     mailFile storageLetter posting serviceNewsline: SubscriptionFor
     developersAPI: Program interfacesStyles and designTechnical support
 * Help
   * RegistrationChoosing a method for accepting paymentsControl
     recoveryChoosing an account management methodReceiving WebMoney
     passportOperation limitsSubmitting claims and complaintsCorrespondent
     checkDenial of serviceSelecting top-up and withdrawal methods
   * Changing BLLoan defaultsGetting transacion historyCrowdfundingExchange
     operationsSpending limitsRestricted activitiesBank cards
   * Budget and transact automation toolsAsk a questionUsage of WMID by legal
     entitiesVideo tutorialsTechnical supportPayment searchInteractive
     mapWikiForumDownload software

 * Find Information
 * Find Goods
 * Find where to add/withdraw funds
 * Find information in Wiki

Log InRegistration


TOP-UP

 * Bank account Cash E-Money My Top-ups
 * Top-up methods
 * From account From card
 * Terminals Exchangers Outlets and cash-desks
 * Exchangers Megafon
 * Unfinished History

Netherlands


PAYMENT FROM BANK ACCOUNT VIA INTERNET OR MOBILE BANKING


WMZ




WME



Due to the change of WME Guarantor, top-up of WME purses is temporarily
unavailable.
Please check other methods to top-up your purse.

Other top-up methods

Ваш браузер не поддерживает iframe

Business network News Developers

 * cooperation press centre contacts
   
   For all questions please contact support.wmtransfer.com

 * The usage of WEBMONEY and WEBMONEY TRANSFER graphic logos by the site holders
   is authorized by trademark owners.
   
   Copyright WebMoney © 1998.
   
   English
    * Русский
    * Español
    * Português
    * Türk
    * Việt

B

Choose the country Close
 * A
   Albania
   Algeria
   Andorra
   Anguilla
   Argentina
   Armenia
   Aruba
   Australia
   Austria
   Azerbaijan
   B
   Bahamas
   Bahrain
   Bangladesh
   Barbados
   Belgium
   Belize
   Benin
   Bermuda
   Bhutan
   Bolivia
   Bosnia and Herzegovina
   Botswana
   Brazil
   British Virgin Islands
   Brunei
   Bulgaria
   Burundi
   Byelarus
   C
   Cameroon
   Canada
   Central African Republic
   Chad
   Chile
   China
   Colombia
   Comoros
   Congo
   Congo The Democratic Republic
   Costa Rica
   Cote d'Ivoire
   Croatia
   Cyprus
   Czech Republic
   D
   Denmark
   Djibouti
   Dominica
   Dominican Republic
   E
   Ecuador
   Egypt
   El Salvador
   Equatorial Guinea
   Eritrea
   Estonia
   F
   Faeroe Islands
   Falkland Islands (Islas Malvinas)
   Fiji
   Finland
   France
 * G
   Gabon
   Gambia
   Georgia
   Germany
   Greece
   Greenland
   Grenada
   Guatemala
   Guernsey
   Guinea
   Guinea Bissau
   Guyana
   H
   Haiti
   Honduras
   Hungary
   I
   Iceland
   India
   Indonesia
   Iraq
   Ireland
   Isle of Man
   Israel
   Italy
   J
   Jamaica
   Japan
   Jersey
   Jordan
   K
   Kazakhstan
   Kenya
   Kiribati
   Korea (Republic of)
   Kosovo
   Kuwait
   Kyrgyzstan
   L
   Laos
   Latvia
   Lebanon
   Lesotho
   Liberia
   Liechtenstein
   Lithuania
   Luxembourg
   M
   Macedonia
   Madagascar
   Malawi
   Malaysia
   Maldives
   Malta
   Marshall Islands
   Mauritius
   Mexico
   Moldova
   Monaco
   Mongolia
   Montenegro
   Montserrat
   Mozambique
   N
   Naura
   Nepal
   Netherlands
   New Zealand
   Niger
   Nigeria
   Norfolk Island
   Northern Mariana Islands
   Norway
   O
   Oman
 * P
   Panama
   Papua New Guinea
   Paraguay
   Peru
   Philippines
   Pitcairn Island
   Poland
   Portugal
   Q
   Qatar
   R
   Republic of Palau
   Romania
   Russia
   Rwanda
   S
   San Marino
   Saudi Arabia
   Serbia
   Seychelles
   Sierra Leone
   Singapore
   Slovakia
   Slovenia
   Soloman Island
   South Africa
   South Georgia and the South Sandwich
   Spain
   Sri Lanka
   St Christopher and Nevis
   St Helena
   St Lucia
   St Vincent
   Surinam
   Swaziland
   Sweden
   Switzerland
   T
   Taiwan
   Tajikistan
   Tanzania (United Republic)
   Thailand
   Togo
   Tonga
   Trinidad and Tobago
   Tunisia
   Turkey
   Turkmenistan
   Turks and Caicos Islands
   Tuvalu
   U
   Uganda
   Ukraine
   United Arab Emirates
   United Kingdom
   Uruguay
   Uzbekistan
   V
   Vanuatu
   Venezuela
   Vietnam
   Virgin Islands
   W
   Western Sahara
   Western Samoa
   Z
   Zambia