Tuesday 10 September 2013

paypal vedio link

Press Me(imp)
 Press Me
Press Me
Press Me
Press Me

Create PayPal Account in SandBox to testing


Go to https://developer.paypal.com/ and create Paypal account to be testing

After create new account Login into the developer.paypal.com website. Now click on the Test accounts Right side and create two sub accounts


1) Buyer account

2) Seller account


images

After Click Preconfigured create account for buyer and seller like below
images

After enter all details click Create account button. Now those two accounts are displayed in your test accounts like Business, Personal
images  
 after that u will create a page  design code
 code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
     <script language="javascript" type="text/jscript">
         function x() {
             document.getElementById('a').value = "";
             return false;
         }
         function y() {
             document.getElementById('amount').value = document.getElementById('a').value;
             document.getElementById('a').value = "Enter ur amount";
             return false;
         }
    </script>
</head>
<body>
 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
      <input type="text" id="a" name="a" value="Enter ur amount" onfocus="x()" onblur="y()" /><br /><br/>
  <input type="hidden" name="cmd" value="_xclick">
  <input type="hidden" name="business" value="chinmaya@swashconvergence.us">
  <input type="hidden" name="lc" value="US">
  <input id="iptItemName" type="hidden" name="item_name" value="Total Amount">
  <input type="hidden" name="amount" id="amount">
  <input type="hidden" name="currency_code" value="USD">
  <input type="hidden" name="button_subtype" value="products">
  <input type="hidden" name="no_note" value="0">
  <input type="hidden" name="cn" value="Add special instructions to the seller">
  <input type="hidden" name="no_shipping" value="2">
  <input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
  <input type="image"
    src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
    border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
  <img alt="" border="0"
    src="https://www.sandbox.paypal.com/en_US/i/scr/pixel.gif"
    width="1" height="1">

</form>
</body>
</html>

No comments:

Post a Comment