You just need to call mooStripe() class.
var mStripe = new mooStripe(form, stripePublishableKey, stripeCreateTokenFields, [options]);
Do not use the name Stripe or mooStripe to name your variable.
onStripeError(message, status)
onCreatedToken(status, response)
createToken(event)
responseHandler(status, response)
setCreditCardFormValidators()
validateKey(val)
validateCardNumber(cardNum)
validateExpiry(month, year)
validateCVC(cvc)
cardType(type)
getToken(token, callback(status, response))
Evaluates if the input is a credit card number.
Evaluates if the input has a valid CVC number.
Evaluates if the input has a valid expery date.
The name of the variable is token for the token.
For more information on how to test mooStripe go to Stripe website testing page.
Copyright (C) 2012 Jean-Nicolas Boulay (http://jean-nicolas.com/)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus