0.3.0 • Published 12 months ago

hitpay v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

Unofficial hitpay node.js wrapper

Installation

Installing the package:

npm install hitpay --save
# or
yarn add hitpay

Basic Usage

The hitpay client needs to be configured with your API key and API salt, which are available in the Hitpay Dashboard.

const HitpayClient = require('hitpay');

const hitpay = new HitpayClient({
	apiKey: process.env.HITPAY_API_KEY,
	apiSalt: process.env.HITPAY_SALT,
	environment: 'sandbox',
});
0.3.0

12 months ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago