Skip to content

continuous-software/42-cent-stripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Greenkeeper badge

42-cent-stripe

Installation

$ npm install -s 42-cent-stripe

Usage

var Stripe = require('42-cent-stripe');
var client = new Stripe({
    API_SECRET: '<PLACEHOLDER>'
});

Gateway API

This is an adaptor of stripe-node for 42-cent.
It implements the BaseGateway API.