Click here to Skip to main content
15,888,020 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi I need to add Paypal chained payment to my website in which a primary receiver send payment to secondary receiver using c# ASP.NET
Thanks in advance
Posted

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
zubair610 17-Mar-13 5:30am    
I know the threat but i want to know how to get started with it paypal give code but i cannot understand code given by paypal it no much helpful and i am stuck :(
OriginalGriff 17-Mar-13 5:38am    
Then talk to them.
If you do not understand the code they give you, how do you expect to spot a problem with code given to you by someone you do not know and should definitely not trust?

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