Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

paypal-server-api

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paypal-server-api

Powerful assistive library for interacting with the PayPal API.

  • 0.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
213
decreased by-26.04%
Maintainers
1
Weekly downloads
 
Created
Source




Site | NPM Module | GitHub Repo

PayPal API is an NPM module for backend and frontend developers that exposes powerful utilities and tools.

Install

Install with npm:

npm install paypal-server-api

Features

  • Work with the PayPal API

Example Setup

After installing via npm, simply require the library and begin enjoying the library 🧰.

// In your functions/index.js file
const Payapl = require('paypal-server-api');
const paypal = new Payapl({
  clientId: 'client_id',
  secret: 'secret',
  environment: 'production', // production | sandbox
  log: true,
});
await paypal.authenticate();
const billingData = await paypal.execute(`v1/billing/subscriptions/I-ABC123ABC123`);

Final Words

If you are still having difficulty, we would love for you to post a question to the PayPal API issues page. It is much easier to answer questions that include your code and relevant files! So if you can provide them, we'd be extremely grateful (and more likely to help you find the answer!)

Projects Using this Library

Somiibo: A Social Media Bot with an open-source module library.
JekyllUp: A website devoted to sharing the best Jekyll themes.
Slapform: A backend processor for your HTML forms on static sites.
Proxifly: A backend processor for your HTML forms on static sites.
SoundGrail Music App: A resource for producers, musicians, and DJs.
Hammock Report: An API for exploring and listing backyard products.

Ask us to have your project listed! :)

Keywords

FAQs

Package last updated on 05 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc