proxy-generics-stripe
v0.0.19
Published
Proxy Generic Stripe.com
Downloads
21
Readme
proxy-generics-stripe
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
}
}