Skip to content

kenny019/hitpay-js

Repository files navigation

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',
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published