Пример скрипта:
<!-- pay.html -->
<html>
<head>
<title>Pay</title>
</head>
<body>
<form id=pay name=pay method="POST" action="https://merchant.webmoney.ru/lmi/payment.asp">
<p>пример платежа через сервис Web Merchant Interface</p>
<p>заплатить 1 WMZ...</p>
<p>
<input type="hidden" name="LMI_PAYMENT_AMOUNT" value="ВОТ ЭТО МЕСТО">
<input type="hidden" name="LMI_PAYMENT_DESC" value="ВОТ ЭТО МЕСТО">
<input type="hidden" name="LMI_PAYMENT_NO" value="ВОТ ЭТО МЕСТО">
<input type="hidden" name="LMI_PAYEE_PURSE" value="Z145179295679">
</p>
<p>
<input type="submit" value="submit">
</p>
</form>
</body>
</html>
<html>
<head>
<title>Pay</title>
</head>
<body>
<form id=pay name=pay method="POST" action="https://merchant.webmoney.ru/lmi/payment.asp">
<p>пример платежа через сервис Web Merchant Interface</p>
<p>заплатить 1 WMZ...</p>
<p>
<input type="hidden" name="LMI_PAYMENT_AMOUNT" value="ВОТ ЭТО МЕСТО">
<input type="hidden" name="LMI_PAYMENT_DESC" value="ВОТ ЭТО МЕСТО">
<input type="hidden" name="LMI_PAYMENT_NO" value="ВОТ ЭТО МЕСТО">
<input type="hidden" name="LMI_PAYEE_PURSE" value="Z145179295679">
</p>
<p>
<input type="submit" value="submit">
</p>
</form>
</body>
</html>