Liking cljdoc? Tell your friends :D

com.oakmac.iso8583

A Clojure library for parsing ISO8583 messages into Clojure maps.

Versioning

This is an updated fork of alpian/clj-iso8583. The core logic is largely unchanged, but the project has been updated to use more modern Clojure practices.

Usage

Parsing

((parser field-definitions) message-bytes)

Writing

(write field-definitions {:pan "1111222233334444" :processing-code "010000" :transaction-amount "000000110000"})

Development

Install leiningen, then from the project directory:

# run unit tests
lein test

License

Original project copyright © 2012 Ian Davies. Additional changes copyright © 2022 Chris Oakman.

Distributed under the Eclipse Public License.

Can you improve this documentation? These fine people already did:
Ian Davies & Chris Oakman
Edit on GitHub

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

× close