Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm developing a system where a payment option is there. I would like to do the payment procedure in Authorize.net web server, not in my web server. Is this possible. If possible the please tell me how?
Posted
Updated 25-Nov-12 20:20pm
v2

1 solution

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 paypal themselves - 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
here_is_kunal 26-Nov-12 6:33am    
Actually I would like to design the payment page in Authorize.net site not in my site. I will just pass the parameters to Authorize.net site. The customers will fillup all the details in Authorize.net site. Is this possible?

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