elaine9182 Posted September 1, 2008 Posted September 1, 2008 Hi Everyone, Can someone please, PLEASE help me. I am having a big problem with moneybookers basic integration code. The moneybookers option on my site will be down until I can get this straightened out and I'm in a panic trying to get it taken care of. Moneybookers is pretty useless when it comes to support so I'm turning to you kind people. Here is the deal... We can't get any hits to our status url, nor can we receive emails we sent in this input in the form. Generally we can't validate transactions. So what ends up happening is that the transaction occurs fine within Moneybookers itself however, when users click the return to merchant button, the payment has not been applied. This is the code that I have been provided: <form action="https://www.moneybookers.com/app/payment.pl" method="post" target="_blank"> <input type="hidden" name="pay_to_email" value="[email protected]"> <input type="hidden" name="status_url" value="[email protected]"> <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> This is the code that is on my site: <form name="moneybookers" id="moneybookers" method="post" action="https://www.moneybookers.com/app/payment.pl"> <input type="hidden" name="pay_to_email" value="MY SITE NAME" /> <input type="hidden" name="return_url" value="http://MY SITE NAME/index.php?action=my_account&subact=notify¬ify_action=success" /> <input type="hidden" name="cancel_url" value="http://MY SITE NAME/index.php?action=my_account&subact=notify¬ify_action=cancel" /> <input type="hidden" name="status_url" value="http://MY SITE NAME/index.php?action=my_account&subact=notify¬ify_action=ipn_moneybookers" /> <input type="hidden" name="logo_url" value="http://MY SITE NAME/images/zero-degree-rgb.jpg" /> <input type="hidden" name="confirmation_note" value="Thank you for your Payment" /> <input type="hidden" name="recipient_description" value="Gennfreed" /> <input type="hidden" name="currency" value="USD" /> <input type="hidden" name="language" value="EN" /> <input type="hidden" name="amount2_description" value="Product Price:" /> <input type="hidden" name="amount2" value="1.485" /> <input type="hidden" name="amount" value="1.485" /> <input type="hidden" name="detail1_description" value="Product:" /> <input type="hidden" name="detail1_text" value="Gennfreed Deposit. User: ventom" /> </form> Please, is there anyone who can help? You have no idea how much it would be appreciated. Thanks, Elaine
Recommended Posts
Archived
This topic is now archived and is closed to further replies.