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

fedapay

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fedapay

NodeJs library for FedaPay Api

  • 1.2.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
168
decreased by-30.29%
Maintainers
0
Weekly downloads
 
Created
Source

Fedapay NodeJS Library Build Status

The Fedapay Node library provides convenient access to the Fedapay API from applications written in server-side JavaScript.

Documentation

See the Node API docs.

Installation

Install the package with:

npm install fedapay --save

Usage

The package needs to be configured with your account's secret key which is available in your Fedapay Dashboard. Require it with the key's value:

import { Customer } from 'fedapay';

let customers = await Customer.all();

Keywords

FAQs

Package last updated on 11 Jul 2024

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