Implementing PayPal

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

Implementing PayPal

Post by amir »

A customer requires PayPal to handle Credit Card & PayPal payments.

I have looked at the PayPal site. It appears that the implementation is VERY complex. It appears that several components (API, SDK) have to be installed on the web server & then other complex actions accomplished.

I must not be getting something. PayPal is used on millions of sites, so it can't be that difficult.

Can someone give a SIMPLE example showing how this is accomplished?

PS - I DO NOT have control over the web server. I will have to beg or plead to get things installed there.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

paypal site has tons of documentation and tutorials
Post Reply