@fabrix/generics-stripe
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

generics-stripe

Gitter NPM version Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

Generic Payment Processor for Stripe.com supplied by Spool-generics.

Looking for Spool-Generics?

Install

$ npm install --save @fabrix/generics-stripe

Configure

// config/generics.ts
export const generics = {
  // make the key stripe, alternatively make the key payment_processor to be the default payment_processor  
  stripe: {
    adapter: require('@fabrix/generic-stripe').StripeGeneric,
    config: {
        public: '<your public key>',
        secret: '<your private key>'
    },
    api: require('@fabrix/generic-stripe/api'),
    icon: '' // url to an icon you want to use for this generic
  }
}

Package Sidebar

Install

npm i @fabrix/generics-stripe

Homepage

fabrix.app

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

36.2 kB

Total Files

19

Last publish

Collaborators

  • scottbwyatt