0.5.2 • Published 5 years ago
payrexx
Licence
ISC
Version
0.5.2
Deps
4
Size
54 kB
Vulns
22
Weekly
0
Payrexx NodeJS SDK
Payrexx NodeJS/TS API Wrapper https://github.com/WeslleyDeSouza/payrexx-nodejs
Installation
NPM: npm i --save payrexx@latest
YARN: yarn add payrexx
Transpile TS to JS
tsc
Implemented
Signature
- checkSignature
Paylink
- get
- create
- delete
Gateway
- get
- create
- delete
Subscriptions
- login
- create
- update
- delete
Transactions
- get
- charge
- refund
- create
Documentation
For further information, please refer to the official REST API reference: https://developers.payrexx.com/v1.0/reference
Examples
import PayRexx from "payrexx";
- Paylink:
const PayRexx = require('payrexx');__CODE_BLOCK_0__
- Gateway:
let PAYR = new PayRexx( auth.instance, auth.secret);__CODE_BLOCK_1__