Click here to Skip to main content
15,888,316 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
please if anyone help me,

I have to integrate a Paypal payment option in my site, where customer should pay the grand total amount generated (it is dynamic), for this which option to use in paypalsandbox
Posted
Comments
Ed Nutting 15-Oct-11 7:03am    
Read the PayPal documentation - there's a lot of it for a reason. No CP answer is going to be able to solve this for you - this is a case of do it yourself and look for articles on the internet - Articles, not Q&A answers!

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 seem to be negligent - which getting your code from a public forum would most certainly be!
 
Share this answer
 
Comments
Richard MacCutchan 15-Oct-11 7:41am    
+5 for an excellent response.

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