Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to use payment gateway in our asp.net web site , would i get web service for payement gateway? pls tell me how to implement the payment gateway in asp.net.
Posted
Comments
Mukund Thakker 17-May-12 9:17am    
Which payment gateway you wants to integrate?

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 to 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!
 
Share this answer
 
Comments
nira.parmar 17-May-12 9:51am    
Could we use paypal payment gateway?
OriginalGriff 17-May-12 10:22am    
Same thing. Paypal is real money.
If you want to take code from total strangers, that you don't know what it does in reality, and let it handle the money coming into your customers, I suggest you talk to the company accountant first. He will probably explode - stealing money from the company is his job! :laugh:
BobJanova 17-May-12 11:29am    
Absolutely.
Refer to the documentation provided by the payment gateway you intend on using. I used PayPal a while back for a client and their documentation is quite thorough, the API is fairly sane, and you can set up a sandbox to make sure it's working without actually using real money. My dad's company uses another payment provider (Secure Trading) and again they have good examples and documentation.

Griff is absolutely correct: you should not be dabbling in real money if you're going to be asking questions on sites like this. If you don't understand what is in the documentation, how will you be able to confirm that code given to you here does the right thing? Screwing up software is a minor problem, screwing up software that deals with real life money is a serious one. You should not be taking advice from strangers on something so important (even if CP members are generally honest folk).
 
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