unitpay-api
Version:
UnitPay API wrapper for Node.js
25 lines (16 loc) • 485 B
Markdown
[UnitPay](https://help.unitpay.ru/) API wrapper for Node.js
Documentation https://help.unitpay.ru and https://help.unitpay.money
## Installation
```sh
$ npm install unitpay-api
```
### Initialization
```typescript
import UnitPay from 'unitpay-api'
const unitpay = new UnitPay({
domain: 'unitpay.ru',
secretKey: 'secretKey',
})
```
### Examples
See examples in [src/examples](https://github.com/redinggg/unitpay-api/tree/master/src/examples) directory