spencern / reaction-stripe

Stripe payment module for reaction commerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reaction-stripe

Meteor package adds Stripe Payments for Reaction Commerce.

This is a prototype module -> pull requests are celebrated, feedback encouraged.

Usage

meteor add reactioncommerce:reaction-stripe

Note: Stripe automatically infers sandbox vs production mode based on API key used.

Note: this package automatically converts the total charge amount into smallest currency units as is required by Stripe before the API call is made.

For information on the charge object returned see Stripe's Charges Documentation

About

Stripe payment module for reaction commerce


Languages

Language:CoffeeScript 68.8%Language:HTML 23.4%Language:JavaScript 7.8%