Jifeng Zhang
Jifeng Zhang

Reputation: 5157

clojure web development - looking for a payment gateway/ processing library

I am new to clojure and I am planning to develop a small webshop using clojure and one of those clojure web frameworks (Compojure, Noir, Ring, etc).

My question is, when it comes to processing customer's payment, for example processing credit card, debit card, etc, is there any existing clojure payment process library, like Active Merchant for Rails, that I can use?

Otherwise, I will write my own based on the API/requirements from the payment company I choose to integrate, but still I don't want to reinvent the wheels.

Upvotes: 1

Views: 1081

Answers (1)

Levi Campbell
Levi Campbell

Reputation: 6105

You might want to take a look at clj-stripe. Here's the GitHub repository.

Upvotes: 2

Related Questions