How we implement the paypal in my website and how we make a
payment through Credit Card.
Answers were Sorted based on User's Feedback
Answer / amit kumar
Use This Code To Integrate The Paypal payment
<form method="post" action= "https://www.paypal.com/cgi-
bin/webscr">
<input type="hidden" id="cm" name="cmd" value="_xclick">
<input type="hidden" name="business" value="my@email.com">
<input type="hidden" name="item_name" value="Item1">
<input type="hidden" name="item_number" value="4444">
<input type="hidden" id="am" name="amount" value="40">
<input type="hidden" name="no_shipping" value="4">
<input type="submit" value="Buy Now" style="z-index:
100; left: 388px; position: absolute; top: 249px"
id="Submit1" onclick="return Submit1_onclick()">
</form>
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / boss
To integrate any payment gateway with your web site you have
to download a package from that company upon some agreement
and integrate with a payment page in your site. The package
will contain an interface page where you can redirect the
customer to secure transaction page along with amount he
entered. And after a successful transaction the control will
come back to your page with a transaction status.
| Is This Answer Correct ? | 8 Yes | 5 No |
What is the code of Password Recovery or Forget your password? Plz tell in c # language.
How we implement the paypal in my website and how we make a payment through Credit Card.
how to convert Dataset to Object Array or list in c# .net
Coding for .NET Delegates?
How to get the row index on checking a Checkbox in a ListView
Code for Using Keyboard Events?
Data Reader Vs DataSet
Code for Communicating over Sockets?
Code for Presenting Parent/Child Data in a Data Grid Row?
How to get Dynamically Linked Comboboxes Set?
How to Create Scrollable Micro Windows?
Listview design in .net