Installation
The supported way of installing paypal-checkout-sdk
package is via Composer.
Setup Credentials
Get client ID and client secret by going to https://developer.paypal.com/developer/applications and generating a REST API app. Get Client ID and Secret from there.
Setup a Paypal Client
In order to communicate with PayPal platform we need to set up a client first :
Create a client with sandbox environment
Create a client with production environment
Last updated