This folder contains example code for version 1 of a PayPal advanced Checkout integration using the JavaScript SDK and Node.js to complete transactions with the PayPal REST API.
Note: Version 1 is a legacy integration. Use version 2 for new integrations.
- Create an application.
- Rename
.env.example
to.env
and updatePAYPAL_CLIENT_ID
andPAYPAL_CLIENT_SECRET
. - Run
npm install
. - Run
npm start
. - Open http://localhost:8888.
- Enter the credit card number provided from one of your sandbox accounts or generate a new credit card.