paypal express checkout help

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
jonnyfortis
Forum Contributor
Posts: 462
Joined: Tue Jan 10, 2012 6:05 am

paypal express checkout help

Post by jonnyfortis »

i have been ask to integrate the paypal express checkout into a website. i have been sent some links

https://github.com/paypal/codesamples-p ... eckout.php
https://developer.paypal.com/docs/class ... erview-ec/

but i am still at a bit of a loss on what to do.

i have been searching for some tutorials or some sample code but am really struggling
could someone help me with where i need to start. i have a standard paypal checkout already set up and am also integrating the paypal pro at the moment. this integration was a bit easier.

i need to know where i start or if anyone has a tutorial i can use
thanks
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: paypal express checkout help

Post by Celauran »

Looks pretty straightforward, like you just need to fire off a couple of cURL requests. This breaks it down pretty well: https://developer.paypal.com/docs/class ... 76LF0X0F5Z
jonnyfortis
Forum Contributor
Posts: 462
Joined: Tue Jan 10, 2012 6:05 am

Re: paypal express checkout help

Post by jonnyfortis »

Celauran wrote:Looks pretty straightforward, like you just need to fire off a couple of cURL requests. This breaks it down pretty well: https://developer.paypal.com/docs/class ... 76LF0X0F5Z
thanks
i was hoping for some sample script but i will see if i can figure it out from your link
thanks
Post Reply