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
Using simple HTML, you can integrate easily with Payza.Generate buttons and manage payment details from your Payza account with Standard Integration. No advanced technical knowledge needed. Create one-time or recurring payment buttons by customizing your buttons using Advanced Integration
Easy integration of Payza payments / AlertPay payments to your WordPres Website. You can configure all options on WP Admin interface.
Installation:
Unzip the plugin and copy the payza-payments folder to your wp-content/plugins folder or install from wordpress.org repository and activate the plugin.
Setting up the plugin
install the plugin in your WordPress Website
sign-up for a Payza account and verify it
enter API data on the plugin configuration page
set IPN URL in your Payza account
create your buttons with shortcodes
Integrate Payza using WooCommerce Extension
Payza is a money transfer service which allows customers to pay you using their E-Wallet. Customers are redirected to the secure Payza servers for payment, and then redirected back to your site after paying, relieving you of the need for a SSL certificate for your server. Merchants like Payza for the ease and convenience of accepting payment, customers prefer Payza because they know their financial details will be safe and secure.
Installation
Buy this extension
Download and install into your WooCommerce store
Enter your Payza Live email on the settings page and save
Now you can easily transfers money
Note:
For more details please visit http://docs.woothemes.com/document/payza/
If you know HTML you can avoid the Button Factory and create your own “Buy Now” buttons by changing the HTML code directly. The sample code below shows the minimum information you need to create a Buy Now button (in this case, to purchase a teddy bear).
Sample URL Code for a Buy Now Email Payment Link
You can write down your own URL for “Buy Now” payment links.
The same variables and values that you include in HTML code for Buy Now buttons can be used in Buy Now email payment links. Separate the variables and their values from each other with ampersands (&). Do not include values in quotation marks; use plus signs (+) as substitutes for spaces in values, if needed. Note:
You cannot include variables for option fields in email payment links.
You can use the following URL as a starting point for writing your own URL for Buy Now email payment links. The value for the business variable should be a valid id of your PayPal account. You can change the values for other variables as per your requirements.
Mouse over the "Get Paid" option in the menu and then click on "Accept Credit Cards"
Click on the "Setting Up" tab
Click on "set up your button"
Once you're in the button builder you can customize lots of options on your form, including:
Change it to an "add to cart" button so that customers can shop for multiple items
Accept donations, set up subscriptions, or sell gift certificates
Use item IDs to have Paypal help you with your inventory
Change currencies or set up multiple prices
Add in shipping fees and taxes
Most importantly have Paypal use a Merchant ID for your transactions, so your email address is secure.
Customize checkout pages
And other options
Once you're done choosing all the options, click on the "Save Changes" button. Then just paste the code that is generated into your website where you put the cart button.
Integrate the HTML form with below PHP code.It will working fine.
Last Name:
Address Line1:
Address Line2:
City:
State:
Country:
Postal Code:
PHP Code:
Note:-isset($_POST['paymall'])//////Here "paymall" is submit button name
if(isset($_POST['paymall'])) {
function do_post_request($url, $data, $optional_headers = null){
$params = array('http' => array('method' => 'POST','content' => http_build_query($data),));
if ($optional_headers !== null) {
$params['http']['header'] = $optional_headers; }
$ctx = stream_context_create($params);
$fp = @fopen($url, 'rb', false, $ctx);
if (!$fp) {
throw new Exception("Problem with $url, $php_errormsg"); }
$response = @stream_get_contents($fp);
if ($response === false) {
throw new Exception("Problem reading data from $url, $php_errormsg");}
parse_str($response, $output); return $output;}
The mp_IsTestTrans value must be changed to 'False' when the mp_AuthenticationID/mp_AuthenticationPassword test account values are replaced with values for a live account
GSPAY provides a credit card payment gateway allowing you to clear all major credit cards against very competitive rates. We provide dependable Merchant Account Services. If you use the GSPAY you will benefit of a substantial sales increase, as well as lower costs. GSPAY offers these solutions in integrated packages that will perfectly adjust to your company requirements, in any field of work. We processes for both low-risk and high-risk merchant accounts. We set your rates as determined by your type of business. "Low risk" businesses such as web hosting qualify for a lower rate, whereas a “High risk” business such as travel merchant account has higher rates. A business is generally classified as high risk when both its chargeback potential and the likelihood that it will shut its doors and disappear over-night are considered high based on the history of that type of business. Whether a business is considered high-risk by GSPAY and our banks depends on on many variables. For high volume merchants GSPAY provide XML API interface for direct credit card transactions processing.
curl_setopt($curl_connection, CURLOPT_CONNECTTIMEOUT, 30);
curl_setopt($curl_connection, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)");
curl_setopt($curl_connection, CURLOPT_RETURNTRANSFER, true); // Must be set to recieve transaction
curl_setopt($curl_connection, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($curl_connection, CURLOPT_FOLLOWLOCATION, 1);
Secure Web Pay(SWP)Checkout allows you to call the Payments Gateway payment form for entering and securely submitting transaction information.You can customize the look and feel of the form by either selecting a predefined form style in the Virtual Terminal(VT) or passing in fields along with the call.