2019-11-07 09:49:22 +00:00
< p align = "center" >
2019-11-07 09:53:09 +00:00
< img src = "assets/logo.png" width = "300px" height = "auto" / >
2019-11-07 09:49:22 +00:00
< / p >
2019-11-07 09:53:09 +00:00
< h1 align = "center" > node-ebics-client< / h1 >
2019-11-07 09:49:22 +00:00
2019-11-05 04:23:45 +00:00
< p align = "center" >
< a href = "https://travis-ci.org/eCollect/node-ebics-client" title = "Build Status" > < img src = "https://travis-ci.org/eCollect/node-ebics-client.svg?branch=master" alt = "Build Status" / > < / a >
2019-11-05 04:48:24 +00:00
< a href = "https://www.npmjs.com/package/ebics-client" title = "Build Status" >
< img alt = "ebics-client" src = "https://img.shields.io/npm/v/ebics-client" >
< / a >
< a href = "https://snyk.io/test/github/ecollect/node-ebics-client" title = "Known Vulnerabilities" >
< img src = "https://snyk.io/test/github/ecollect/node-ebics-client/badge.svg" alt = "Known Vulnerabilities" >
< / a >
< a href = "/eCollect/node-ebics-client/blob/master/LICENSE" title = "GPL-3.0" > < img alt = "GPL-3.0" src = "https://img.shields.io/github/license/eCollect/node-ebics-client" > < / a >
2019-11-05 04:23:45 +00:00
< / p >
2018-05-17 15:03:59 +00:00
2018-05-17 21:11:31 +00:00
Pure node.js ( >=8 ) implementation of [EBICS ](https://en.wikipedia.org/wiki/Electronic_Banking_Internet_Communication_Standard ) ( Electronic Banking Internet Communication ).
2018-05-17 15:03:59 +00:00
2018-05-17 21:12:43 +00:00
The client is aimed to be 100% [ISO 20022 ](https://www.iso20022.org ) compliant, and supports the complete initializations process ( INI, HIA, HPB orders ) and HTML letter generation.
2018-05-17 15:03:59 +00:00
2018-05-17 21:15:41 +00:00
2018-05-17 15:03:59 +00:00
## Supported Banks
2018-05-17 21:11:31 +00:00
The client is currently tested and verified to work with the following banks:
2018-05-17 21:12:43 +00:00
* [Credit Suisse (Schweiz) AG ](https://www.credit-suisse.com/ch/en.html )
* [Zürcher Kantonalbank ](https://www.zkb.ch/en/lg/ew.html )
* [Raiffeisen Schweiz ](https://www.raiffeisen.ch/rch/de.html )
2019-11-05 04:48:24 +00:00
* [BW Bank ](https://www.bw-bank.de/de/home.html )
2018-05-17 15:03:59 +00:00
## Inspiration
2018-05-17 21:15:41 +00:00
The basic concept of this library was inspired by the [EPICS ](https://github.com/railslove/epics ) library from the Railslove Team.
2018-05-17 15:03:59 +00:00
## Copyright
2018-05-17 21:11:31 +00:00
2019-11-05 04:48:24 +00:00
Copyright: eCollect AG, 2018-9.
2019-11-05 04:41:31 +00:00
Licensed under the [GPLv3 ](LICENSE ) license.