Click here to Skip to main content
15,913,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to Integrate the payment gateway in asp.net, which to get the donations from visitors of my website.
Posted

Never get code from an insecure website for anything to do with real money: the risk of fraud is far too high.
Instead, talk directly to PayPal, and follow what they say. They are pretty helpful - they don't make money unless they get you to work - so get them to help! They also know their business...

Remember, if you get coffee from a website, you don't know what it does, that it doesn't syphon money out login codes / card details off to a different site without telling you... And that you personally could be liable for any fraud!
 
Share this answer
 
OriginalGriff is absolutely correct regarding the fraud issue.

But if you like to research, then I would suggest you the popular Code Project Article Introduction to PayPal for C# - ASP.NET developers[^], which will guide you step by step.

Saying the above, I would also strongly recommend you to go through the codes carefully before implementing.

Otherwise you end up with transferring money to someone's account without your knowledge.

So, code safe and be safe. :)
 
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