Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Good Morning Everyone, can anyone explain me how to integrate an paypal into asp.net application. Can anyone share me some code/video which has step by step tutorials of how to create an Paypal Sandbox account and later integrating paypal into my web application and once everything is done, i need to provide an print of invoice/pdf of bill from my original wensite and not from paypal website...

First i created an account in paypal and as soon as i click Accounts in Sandbox, default 2 accounts where there.

Later i created a new button and here is the code
XML
<body>
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="Q37SMKCUJS8B4">
    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
</body>


The only problem is, this image takes me to login form, but i cannot login into paypal, don't know whats wrong here.
Posted
Updated 23-Mar-15 20:32pm
v3
Comments
Sergey Alexandrovich Kryukov 24-Mar-15 0:57am    
What have you tried so far?
—SA

Will you start from here: http://bit.ly/1xtqvC9?

—SA
 
Share this answer
 
Comments
R@jesh2K15 24-Mar-15 6:55am    
I have already tried... But they does not provide the solution i am looking for!! But i liked it...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900