meteorhacks:stripe

v1.0.0Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Stripe for Meteor

  • work in progress *

Features

  • All Stripe methods can be used synchronously (uses fibers)

Installation

Initialize stripe on server side.

1Stripe.configure({
2  appName: 'Application Name',
3  appLogo: 'http://mysite.com/assets/logo.png',
4  apiKey: 'STRIPE_API_KEY',
5  publishableKey: 'STRIPE_PUBLISHABLE_KEY',
6});