cl-paymill

BSD, 2 clause.

CL-PAYMILL is a common lisp interface to the Paymill payment service API. See https://www.paymill.com/

$ area51 add cl-paymillCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-paymill:some-function ...)