Posts

Showing posts from May, 2014

How to implement bangk payment gateway in html ?

Image
HTML Code: <!--bangk gateway-->     < a href = 'https://shopping.BANGK.com/?business_account_number=xxxxxxxxxxxxxxxxxxx&description=1&color=n%2Fa&size=%2Fa&weight=n%2Fa&price_per_item=99.00&currency_code_iso3=USD' >          Click to Buy Now     </ a >     // Replace xxxxxxxxxxxxxxxxxxx to your business_account_number of bang k gateway <!--/bangk gateway--> UI :

How to implement gspay payment gateway in html ?

Image
HTML Code: <!--GSPay gateway-->   < form   target = _new   method = post         action = "https://secure.redirect2pay.com/payment/pay.php" >       < input   type = hidden   name = "siteID"   value = "xxxxx" >   // replace xxxxx to your siteId on GSPay       < input   type = hidden   name = 'OrderDescription[1]'   value = 'PC Tuneup Software' >       < input   type = hidden   name = 'Amount[1]'   value = '10' >       < input   type = hidden   name = 'Qty[1]'   value = '1' >       < input   type = "hidden"   name = "OrderID"   value = "25Nov2008152022_25"   />       < input   type = "hidden"   name = "customerFullName"   value = "Md Boktiar Rahaman"   />       < input   type = "hidden"   name = "customerEmail"   value = "boktiar2012@gmail.com"   /&