Basic integration
For basic integration simply use this HTML and customise the BLUE fields to your own needs:
复制内容到剪贴板
代码:
<form action="https://www.moneybookers.com/app/payment.pl"
method="post" target="_blank">
<input type="hidden" name="pay_to_email"
value="ENTER_YOUR_USER_EMAIL@MERCHANT.COM">
<input type="hidden" name="status_url" value="EMAIL_TO_RECEIVE_PAYMENT_NOTIFICATION@MERCHANT.COM">
<input type="hidden" name="language" value="EN">
<input type="hidden" name="amount" value="ENTER_PAYMENT_AMOUNT_(EXAMPLE:39.60)">
<input type="hidden" name="currency" value="ENTER_3_DIGIT_CURRRENCY_CODE_(EXAMPLE:EUR)">
<input type="hidden" name="detail1_description"
value="SPECIFY_WHAT_FOLLOWS_(EXAMPLE:Book:)">
<input type="hidden" name="detail1_text"
value="PRODUCT_DESCRIPTION_(EXAMPLE:Romeo
and Juliet (W. Shakespeare))">
<input type="submit" value="Pay!">
</form>N.B.: With this basic integration you are required to manually check whether the payment was processed successfully by viewing your account history. Although you will receive email notification upon each payment to the email address which you have provided as "status_url", you will HAVE TO check your history, as it is not secure to rely on emails.