A Clojure(Script) wrapper of the Stripe API.
This library is forked from racehub/stripe-clj, but has been modified so substantially that it shares very little in common with the original. Most significantly:
- Uses Clojure
spec
instead of Schema - Is written for a much newer version of the Stripe API
This library is under active development. Not recommended for use.
- TODO: Is this still the case?
You'll need this in your environment:
export STRIPE_SECRET="stripe_secret_token"
You should probably use your dev token.
- Josh Lehman https://github.com/jalehman
Thanks to:
- Sam Ritchie https://twitter.com/sritchie
- Dave Petrovics https://github.com/dpetrovics
For writing the racehub/stripe-clj that this library is inspired by and forked from.
Copyright © 2018 Starcity Properties, Inc
Distributed under the Eclipse Public License.