root@Server136362:~# docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
webmoney_php latest c3ca1a81c82b 5 weeks ago 618MB
adminer latest e0e6ebc3415b 6 weeks ago 250MB
nginx latest e784f4560448 7 weeks ago 188MB
webmoney_nginx latest e784f4560448 7 weeks ago 188MB
mariadb latest 465bc4da7f09 4 months ago 405MB
php 7.4-fpm 38f2b691dcb8 19 months ago 443MB
root@Server136362:~#
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Pay</title>
</head>
<body>
<?php
$suma=$_POST['suma'];
<form method="GET" action="https://api.cryptonator.com/api/merchant/v1/startpayment">
<input type="hidden" name="merchant_id" value="586ddbe0fd0fba9f50f1600ea68001f9">
<input type="hidden" name="item_name" value="Оплата заказа">
<input type="hidden" name="invoice_currency" value="usd">
The Amount <input type="number" min="5" max="100000" name="suma" /><br />
<input type="hidden" name="invoice_amount" value="$suma" data-type="number">
<input type="hidden" name="language" value="ru">
<input type="submit" value="Оплатить криптовалютой">
</form>
?>
</form>
</body>
</html>