Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 803 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 803 Bytes

Build Status Greenkeeper badge

42-cent-beanstream

Installation

$ npm install --save 42-cent-beanstream

Usage

var Beanstream = require('42-cent-beastream');
var client = new Beanstream({
    MERCHANT_ID: '<PLACEHOLDER>',
    API_PASSCODE: '<PLACEHOLDER>'
});

Gateway API

This SDK is natively compatible with 42-cent.
It implements the BaseGateway API.