Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 973 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 973 Bytes

payment-subscription

Meteor package to drop in a subscription payment page using the Stripe API.
travis-build

==========================

Installation

A. Clone the repo to your local computer.

git clone https://github.com/awatson1978/payment-subscription.git payment-subscription

B. Create your Stripe Account at https://manage.stripe.com/account
C. Update your private and public keys with the data from your Stripe Account.

// packages/stripe-meteor/stripe_server.js
var Stripe = StripeAPI('sk_test_adhfniabgvdafvdfv');

// client/stripe.js
Stripe.setPublishableKey('pk_test_janvanweo[ignaodfinboidfj');

D. Edit copy and parameters to suite your business needs. E. Maybe update the email template. F. Publish

==========================

Licensing

MIT License. Use as you wish, including for commercial purposes.