1.0.4 • Published 3 years ago

boranpay v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

BoranPay Node.js Library

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

Requirements

Node 8, 10 or higher.

Installation

Install the package with:

npm install boranpay --save
# or
yarn add boranpay

Usage

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

const boranpay = require('boranpay');
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago