Home Reference Source Test

Build Status Coverage Status Document NPM version

Hyperwallet REST SDK

A library to manage users, transfer methods and payments through the Hyperwallet Rest V4 API To access Rest V3 APIs please use SDK v1.5

Prerequisites

Hyperwallet's NodeJS server SDK requires at minimum NodeJS 6.15.1 and above.

Installation

$ npm install hyperwallet-sdk

Documentation

Documentation is available at http://hyperwallet.github.io/node-sdk.

API Overview

To write an app using the SDK

Development

Run the tests using npm:

$ npm install
$ npm test

Reference

REST API Reference

License

MIT