Pay Pal

For Testing make a/c in Paypal sandbox as below:
developer.paypal.com
Main a/c login
Types of a/c:
1) Personal account, Business account, Merchant account
2) Seller account, Merchant account, Business account

 

Pay Pal Implementation in projects of asp.net

<body onload="document.getElementById ('btntext').click();">
<form action="https://www.sandbox.paypal.com/cgi-bin/webserver" method="Post">
<input type ="hidden" name ="cmd" value="_xclick"/>
<input type ="hidden" name ="business" value="abc@cs.com"/>
</* here in value mention ur receving account name8/>
<input type ="hidden" name ="item_name" value='Book Purchase payment'/>
<input type ="hidden" name ="amount" value='<%=Session["amt"]%>'/>
<input type ="hidden" name ="return" value="confirm.aspx"/>
<input type ="hidden" name ="Cancel_return" value="cancel_confirm.aspx"/>
<input type ="hidden" name ="rm" value="2"/>
/* Here rm is a web standard method of Paypal having values is 2 don't change these neither it does not run or give the desired results. It generates transaction id and it is pass through Query String */
<input type ="Submit" Style="display:none; id="btntest" value ="Buy with additonal parameters!"/>
Please Wait...............
</form>
</body>


Related Posts:

  • Difference between Literal Control and Label Control Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 … Read More
  • Computer GK 1. Computer uses the……….number system to store data and perform calculations. (A) binary (B) octal (C) decimal (D) hexadecimal (E) None of these Ans : (A) 2. A disk's content that is recorded at the time of manufacture an… Read More
  • User Datagram Protocol Q.  What is the User Datagram Protocol (UDP)? Answer: User datagram protocol allows computer applications to send messages as datagram packets from source to destination on an Internet Protocol, with out using prior co… Read More
  • Working of RSVP Q. Explain RSVP. How does it work? Answer: Resource Reservation protocol is used to reserve resources across a network. It is used for requesting a specific Quality of Service (QoS) from the network. This is done by carryin… Read More
  • classes of IP address Q. 1  Explain the classes of IP address Answer: IP addresses are organized into classes. For convenience of humans, IP addresses are expressed in the decimal format. Every number in each class is represented as binary… Read More

0 comments:

Post a Comment