Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to integrate a payment gateway to my site
how to dynamically change the order status of order as payed as soon as the payment is done successfully through payment gateway.

please help

thanx in advance.
Posted
Updated 28-Nov-16 18:34pm

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 your chosen payment gateway company - 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
Dave Kreskowiak 11-Jul-14 7:41am    
I don't know which jackass gave you a one but I countered.
Contact a Payment gateway service provider according to your needs.They provide the necessary Information to integrate payment gateway with the Site.

You have to consider Griff's answer seriously.

Refer here to get an idea:

Introduction to PayPal for C# - ASP.NET developers[^]
PayPal Gateway Integration in ASP.NET[^]
 
Share this answer
 
v2

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