Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
2.33/5 (2 votes)
Hi All,

I want to design one website, in which I am using the multiple payment gateway. Please let me know which language is secure from the below languages(with reason) for payment gateway.

Languages:
ASP.NET
JSP
Javascript
PHP
HTML5

Thanks in advance.
Shaveta
Posted

Never, ever, accept code or anything else 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!
 
Share this answer
 
Comments
shaveta121 5-Oct-13 10:55am    
Can you please give me the name of any transaction service company which can give the secure code..
OriginalGriff 5-Oct-13 11:08am    
Talk to your gateway company / companies - they will provide the help and support (or they aren't worth using: you pay them for the privilege, after all)
HI,

As you required Integration of payment gateway.

All language are secure.(Because payment gateway companies provide you a integration code and then when we proceed to payment then your website redirect to that company secure website eg. paypal, CCavenue or any banking integration).

So you have to Integrate Paypal/CCavenue or any Banking Integration at your website, No need to worry about security.
So Enjoy coding with which language you preferred(which you know better.)

:-)
 
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