
Simply type /payment.php after website domain in your browser.
Example: https://www.YOUR_DOMAIN_HERE/payment.php
You can send this URL to a customer and they can enter an amount to pay.
If you want to specify the amount to be paid, simply edit the URL to include the amount as shown in step two below.
Simply add ?amount=XXX after the URL /payment.php URL from step one.
Example: https://www.YOUR_DOMAIN_HERE/payment.php?amount=12.50
The above URL will allow the customer to pay $12.50 through your website checkout system.