Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My project im working on is a on-line point of sale system.
I already have my database, controllers, views working.

I have the shopping cart feature done and all i need now is a way for the customer to checkout and i have heard about paypal being used as a 3rd party for many project.

I would like to know how to go about using paypal and what i need to put in the model class, controller and views, etc.

Appreciate any help
Sohail Mahomed
Posted
Comments
Sergey Alexandrovich Kryukov 30-Jul-14 14:17pm    
Paypal is already implemented... :-)
—SA
Sohail Mahomed 30-Jul-14 14:51pm    
well of course it is what i meant was how to go about using it in a project like a quick guide and not the boring stuff
Sergey Alexandrovich Kryukov 30-Jul-14 16:14pm    
:-)

 
Share this answer
 
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 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
Sohail Mahomed 30-Jul-14 14:48pm    
thanks that makes a lot of sense never really think about it in that way before
OriginalGriff 30-Jul-14 14:56pm    
Give 'em a try - they are pretty friendly, and very used to it.
They also provide you with a "sandbox" mode so you can develop and test without using your real credit card!

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