Files
portal_v3/admin/services/paypal/node/standard-integration/README.md
equippedcoding-master e2c98790b2 initial commit
2025-09-17 09:37:06 -05:00

621 B

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

  1. Create an application
  2. Add your app's CLIENT_ID and APP_SECRET to the .env file
  3. Replace test in public/index.html with your app's client-id
  4. Run npm install
  5. Run npm start
  6. Open http://localhost:8888
  7. Click "PayPal" and log in with one of your Sandbox test accounts.