项目作者: continuous-software

项目描述 :
42-cent Adaptor for Stripe payment gateway.
高级语言: JavaScript
项目地址: git://github.com/continuous-software/42-cent-stripe.git
创建时间: 2015-04-27T12:32:01Z
项目社区:https://github.com/continuous-software/42-cent-stripe

开源协议:MIT License

下载


Build Status Greenkeeper badge

42-cent-stripe

Installation

  1. $ npm install -s 42-cent-stripe

Usage

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

Gateway API

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