unitpay-api
v4.0.1
Published
UnitPay API wrapper for Node.js
Downloads
317
Maintainers
Readme
UnitPay API wrapper for Node.js
Documentation https://help.unitpay.ru and https://help.unitpay.money
Installation
$ npm install unitpay-apiInitialization
import UnitPay from 'unitpay-api'
const unitpay = new UnitPay({
domain: 'unitpay.ru',
secretKey: 'secretKey',
})Examples
See examples in src/examples directory
