Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/normalhuman01/nodejs-paypal-restapi
https://github.com/normalhuman01/nodejs-paypal-restapi
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/normalhuman01/nodejs-paypal-restapi
- Owner: normalhuman01
- License: mit
- Created: 2023-12-14T03:47:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T03:48:58.000Z (about 1 year ago)
- Last Synced: 2023-12-14T04:36:32.503Z (about 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Paypal & Node REST API
this is a REST API example using Nodejs to process orders using Paypal REST API
### Environment Variables
these are the environment variables required
```
CLIENT= your client id
SECRET= your secret id
PAYPAL_API=https://api-m.sandbox.paypal.com
```You can get your client and secret id from [Paypal Developer](https://developer.paypal.com/developer/applications/)