Skip to content

awatson1978/payment-per-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

payment-per-service

Meteor package to drop in a pay-per-service payment page using the Stripe API.

travis-build

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

Installation

A. Clone the repo to your local computer.

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

meteor

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.

About

Meteor template for adding a Stripe pay-per-service page (also useful for donations).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published