Skip to content

tdiede/stripe-clj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stripe-clj

A Clojure(Script) wrapper of the Stripe API.

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

Status

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

Testing

  • 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.

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.

About

Schemafied Stripe Bindings for Clojure.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 99.7%
  • JavaScript 0.3%