paypal integration in asp.net 4.0
hi i'm new to the web development.I just开发者_如何学Go created a online shop in which all things finally i want to add some mechanism by which i redirect my customer to paypal site and pay then redirect to my site.please help me.
To help you with the idea.
The idea is that you collect all your order informations to a page, places this informations in a form using hidden input controls, and you post them to paypal.
This informations iclude the url that your customer can return if he like to cancel, return when its complete, the cost, your email, your customer email, and many other parametres that you can read them on the manual.
Download the sdk here:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_download_sdks
And there are also the documents here
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_documentation
Also you can find a sample code, and other.
the quickest and simplest way to integrate paypal
<a href="https://www.paypal.com/cgi-bin/webscr
?cmd=_xclick&business=MyEmail
&item_name=Widget
&amount=29.00
&undefined_quantity=1
¤cy_code=USD">
精彩评论