Page 1 of 1

paypal express checkout help

Posted: Tue May 05, 2015 4:23 pm
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

Re: paypal express checkout help

Posted: Tue May 05, 2015 9:21 pm
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

Re: paypal express checkout help

Posted: Wed May 13, 2015 1:13 pm
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