Standard Integration Example
This folder contains example code for a standard PayPal integration using both the JS SDK and node.js to complete transactions with the PayPal REST API.
Instructions
- Create an application
- Add your app's
CLIENT_IDandAPP_SECRETto the.envfile - Replace
testinpublic/index.htmlwith your app's client-id - Run
npm install - Run
npm start - Open http://localhost:8888
- Click "PayPal" and log in with one of your Sandbox test accounts.