Liking cljdoc? Tell your friends :D

stripe-clj

A Clojure(Script) wrapper of the Stripe API.

Documentation

Run lien codox in your project directory.

Then open your-project-directory/target/doc/index.html in your browser.

Difference from racehub/stripe-clj

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, specifically version 2018-02-06

Status

This library is under active development. Not recommended for use.

Testing

  • [ ] TODO: Is this still the case? Yes....

You'll need this in your environment:

export STRIPE_SECRET="stripe_secret_token"

You should probably use your dev token.

Authors

Credit

Thanks to:

For writing the racehub/stripe-clj that this library is inspired by and forked from.

License

Copyright © 2018 Starcity Properties, Inc

Distributed under the Eclipse Public License.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close