proxy-generics-stripe

0.0.19 • Public • Published

proxy-generics-stripe

NPM version Build status Dependency Status Code Climate

Proxy Generic Payment Processor for Stripe.com.

Looking for Proxy Engine? Looking for Proxy Generics?

Install

$ npm install --save proxy-generics-stripe

Configure

// config/proxyGenerics.js
module.exports = {
  // make the key stripe, alternatively make the key payment_processor to be the default payment_processor  
  stripe: {
    adapter: require('proxy-generic-stripe'),
    options: {
        public: '<your public key>',
        secret: '<your private key>'
    },
    api: require('proxy-generic-stripe/api'),
    icon: '' // url to an icon you want to use for this generic
  }
}

Package Sidebar

Install

npm i proxy-generics-stripe

Weekly Downloads

2

Version

0.0.19

License

MIT

Last publish

Collaborators

  • scottbwyatt
  • gpazo