stripe-tester-clj

stripe-tester-clj allows you to submit webhooks to your application without hitting Stripe or requiring connectivity. You can use it in your test suite to simulate webhooks and ensure that your application reacts accordingly.

Leiningen/Boot

[stripe-tester-clj "0.1.0"]

Clojure CLI/deps.edn

stripe-tester-clj/stripe-tester-clj {:mvn/version "0.1.0"}

Gradle

implementation("stripe-tester-clj:stripe-tester-clj:0.1.0")

Maven

<dependency>
  <groupId>stripe-tester-clj</groupId>
  <artifactId>stripe-tester-clj</artifactId>
  <version>0.1.0</version>
</dependency>