1 min read
Money Booker Payment Integration
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>Untitled Document</title>
</head>
<body>
<form action=”https://www.moneybookers.com/app/payment.pl” method=”post” target=”_blank”>
<input type=”hidden” name=”pay_to_email” value=”merchant@moneybookers.com”>
<input type=”hidden” name=”status_url” value=”merchant@moneybookers.com”>
<input type=”hidden” name=”language” value=”EN”>
<input type=”hidden” name=”amount” value=”39.60″>
<input type=”hidden” name=”currency” value=”GBP”>
<input type=”hidden” name=”detail1_description” value=”Description:”>
<input type=”hidden” name=”detail1_text” value=”Romeo and Juliet (W. Shakespeare)”>
<input type=”hidden” name=”confirmation_note” value=”Samplemerchant wishes you pleasure reading your new book!”>
<input type=”submit” value=”Pay!”>
</form>
</body>
</html>