Click here to Skip to main content
15,890,717 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am developing a website in .NET. I want to use Online payment facility on my site.
Can I purchase a third party software for that?
Or any way to do this?
Posted

Never, ever, accept code from a insecure website to handle anything to do with real money.
You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties.

Only get such code from reputable card transaction service companies - the scope for fraud otherwise is far too large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be!

You need to talk to a transaction service company - I'd start with Paypal if you are dealing with customers directly, or WorldPay. But Google can find ones who offer support in your own language, and you should get any links from Google as well rather than relying on a unknown website to provide them - again, you do not know if any links I might provide are legitimate!
 
Share this answer
 
You can go for paypal service.

Check the link

Introduction to PayPal for C# - ASP.NET developers[^]

and you can check this also for credit card payments

aspnetecommerce.asp[^]
 
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