ArnauAregall / angular-stripe-checkout

AngularJS wrapper around Stripe Checkout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-stripe-checkout

angular-stripe-checkout is a thin wrapper around Stripe Checkout that adds a few useful features:

  • Defers loading of checkout.js until needed
  • Promisifies the handler object API
  • Provides a version of the "simple integration" API that lets you control the appearance of the button, and provides the token object to a function of your choice

Check out the examples for more details.

Install

bower install angular-stripe-checkout
npm install angular-stripe-checkout

Or just download a copy of angular-stripe-checkout.js.

About

AngularJS wrapper around Stripe Checkout

License:MIT License


Languages

Language:JavaScript 97.8%Language:Makefile 2.2%