fedapay
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

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();

Package Sidebar

Install

npm i fedapay

Weekly Downloads

116

Version

1.2.1

License

ISC

Unpacked Size

480 kB

Total Files

79

Last publish

Collaborators

  • brexis