Skip to content

zealous-tech/easy-payment-stripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-payment-stripe

Installation

$ npm install -save easy-payment @easy-payment/stripe

Usage

const Gateways = require('easy-payment');
const STRIPE = require('@easy-payment/stripe').gateway;

const settings = {
    SECRET_KEY: 'SECRET_KEY'
};
const client = Gateways.create(STRIPE, settings);

Gateway API

This is an adaptor of STRIPE APIs for easy-payment. It implements the BaseGateway API.

Releases

No releases published

Packages

No packages published