It's a really really simple button code. It work on other moneybookers email account but just not mine!
Heres my code
<form action="https://www.moneybookers.com/app... method="post" target="_blank">
<input type="hidden" name="pay_to_email" value="[email protected]">
<input type="hidden" name="status_url" value="http://www.example.com">
<input type="hidden" name="language" value="EN">
<input type="hidden" name="amount" value="10.00">
<input type="hidden" name="currency" value="SGD">
<input type="hidden" name="detail1_description" value="This is a test">
<input type="hidden" name="detail1_text" value="Test">
<input type="hidden" name="payment_methods" value="ENT">
<input type="submit" value="Pay!">
</form>
I want the user to be using ENETS payment. <input type="hidden" name="payment_methods" value="ENT">
But it doesn't work on my account!! but i tried chaning the pay_to_email to megaupload's ( cause they offer this payment gateway ) and it works!
it seems like it's some account setting or something but i can't find anything on moneybookers website nor can i google anything. i can't even find the requirements.
Please help help help help help me