ionos

Saturday, December 21, 2013

Moneybookers Payment Gateway integration in php


Moneybookers Payment Gateway.

Moneybookers provide an easily customizable payment gateway that can be implemented without much headache.
You just need to create two accounts on Moneybookers
  • Merchant
  • Buyer.
Send a request to Moneybookers to convert these accounts into test accounts (for testing purpose). This is a manual process as Moneybookers provide no sandbox account like PayPal. After your account has been approved as test account, you can use it for transactions in your website. Moneybookers payment gateway integration code:

***Change merchant email,status URL,amount,currency & description fields as per your requirements

******Start HTML form
form action="https://www.moneybookers.com/app/payment.pl" method="post"
input type="hidden" name="pay_to_email" value="merchant-email@example.com"/
input type="hidden" name="status_url" value="http://example.com/success.php"/
input type="hidden" name="language" value="EN"/
input type="hidden" name="amount" value="Total amount (e.g. 120.0)"/
input type="hidden" name="currency" value="Currency code (e.g. USD)"/
input type="hidden" name="detail1_description" value="Your description"/
input type="hidden" name="detail1_text" value="License"/
input type="submit" value="Pay Via Moneybookers!"/
End of the ******form

No comments:

Post a Comment

Featured Post

Payza integration

Payza's Advanced Button in HTML Using simple HTML, you can integrate easily with Payza.Generate buttons and manage payment details f...

Most Popular