Project

clieop

0.01
No commit activity in last 3 years
No release in over 3 years
This library is a pure Ruby, MIT licensed implementation of the CLIEOP03 transaction format. CLIEOP03 can be used to communicate direct debt transactions with your (Dutch) bank.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 2.2
~> 4.4
 Project Readme

CLIEOP¶ ↑

<img src=“https://secure.travis-ci.org/wvanbergen/clieop.png?branch=master” alt=“Build Status” />

This library is a pure Ruby implementation of the CLIEOP03 format. Currently, it only supports writing CLIEOP files with accounts receivable transactions. Accounts payable transactions, and reading existing CLIEOP files is planned to be supported

This library is licensed under the MIT license.

CLIEOP format¶ ↑

CLIEOP03 is a file format that is used for communication about cash transaction between bank accounts. It is used in the Netherlands and is supported by the banking software packages of the main banks. CLIEOP supports transactions in both directions: accounts payable and accounts receivable. For accounts receivable, you need proper authorization from your bank.

For more information about the CLIEOP file format, see: www.equens.com/support/filelayout/index.jsp

Usage¶ ↑

Run gem install clieop to install the gem or add gem 'clieop' to your project’s Gemfile.

See the project’s wiki at wiki.github.com/wvanbergen/clieop for an example creating and writing a direct debt batch file.

About¶ ↑

This library is released under the MIT license (see MIT-LICENSE) and was originally written by Willem van Bergen. It is currently being maintained by Leon Berenschot.