Reputation: 10558
I am trying to setup a checkout system on a site using PayPal's PHP SDK, but I am having trouble finding any decent explanations on how to implement it. I am trying to follow the SDK usage instructions, but it is not particularly clear.
I have generated PayPal API credentials (username, password, signature), but if I understand correctly I also need a "client ID" and "client secret". Is this right? If so, how do I generate them?
Basically, PayPal seem to have awful examples and explanations. I would really like to see an example of how to actually use the SDK for express checkout. If anyone knows any good links or has some code they are willing to post, it will be greatly appreciated.
Upvotes: 0
Views: 2516
Reputation: 729
I have successfully implemented Paypal Express checkout before and its one of simple Payment system from PAYPAL.
1) you can find Client Id and Client Secret by following the instructions below
I strongly recommend you to use Adaptive payments because it has more flexibility follow this link Adaptive payments
I found this link useful PHP-EXPRESS CHECKOUT
Hope this is useful to you !
Upvotes: 1