Welcome to PayGol!

PayGol Services makes it easy to stay connected with your customers, clients or mobile staff. We have a wide range of mobile communication solutions including Web SMS, Email to SMS, MMS and SMS API interfaces. Our SMS gateway is reliable, fast, cost effective and covers almost all operators in the world.

Learn more >>

Enjoy our services!

Login



Forgot password >>

 
Implementation
See your service

<script src="http://www.paygol.com/micropayment/js/paygol.js" type="text/javascript"></script>
<form name="pg_frm" method="post">
    <input type="hidden" name="pg_serviceid" value="123">
    <input type="hidden" name="pg_currency" value="EUR">
    <input type="hidden" name="pg_price" value="1">
    <input type="hidden" name="pg_name" value="DEMO">
    <input type="hidden" name="pg_custom" value="">
    <input type="hidden" name="pg_return_url" value="http://www.paygol.com/implementation">
    <input type="hidden" name="pg_cancel_url" value="">
    <input type="hidden" name="pg_notify_url" value="">
    <input type="image" name="pg_button" class="paygol" src="http://www.paygol.com/micropayment/img/buttons/175/donate_en_3.png" border="0" alt="Make payments with PayGol: the easiest way!" title="Make payments with PayGol: the easiest way!" onClick="pg_reDirect(this.form)">    
</form>
 
<?
// read the get from PayGol system
$message_id = $_GET[message_id];
$shortcode = $_GET[shortcode];
$keyword = $_GET[keyword];
$message = $_GET[message];
$sender = $_GET[sender];
$operator = $_GET[operator];
$country = $_GET[country];
$custom = $_GET[custom];
$price = $_GET[price];
$currency = $_GET[currency];

$header = "From: you@domain.com";
$body = "message_id $message_id\n";
$body .= "shortcode $shortcode\n";
$body .= "keyword $keyword\n";
$body .= "message $message\n";
$body .= "sender $sender\n";
$body .= "operator $operator\n";
$body .= "country $country\n";
$body .= "custom $custom\n";
$body .= "price $price\n";
$body .= "currency $currency\n";

mail("you@domain.com", "PayGol IPN", $body, $header);
?>


© 2010 PayGol.com all rights reserved.