0.3.0 • Published 2 years ago

hitpay v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago