thepeer-node
v0.0.1
Published
The official node package for Thepeer
Downloads
229
Readme
Thepeer node
Installation
npm i thepeer-node
Usage
const thepeer = new Thepeer(secretKey)
let user = thepeer.indexUser("Thor Odin", "thor", "[email protected]");
Available methods
validateSiganture
accepts
:- request (object)
- signature (object)
returns
: boolean
getSendReceipt
accepts
:- receipt_id (string)
returns
: object
processSendReceipt
accepts
:- receipt_id (string)
- insufficient_funds (bool)
returns
: object
indexUser
accepts
:- name (string)
- email (string)
- identifier (string)
returns
: object
updateUser
accepts
:- reference (string)
- identifier (string)
returns
: object
deleteUser
accepts
:- reference (string)
returns
: boolean
getLink
accepts
:- lind_id (string)
returns
: object
chargeLink
accepts
:- lind_id (string)
- amount (integer)
returns
: object
authorizaDirectCharge
accepts
:- reference (string)
- insufficient_funds (bool)
returns
: object
Extra
Refer to the documentation for more information.