mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-22 06:02:09 +00:00
25 lines
877 B
Markdown
25 lines
877 B
Markdown
# node-ebics-client
|
|
---
|
|
|
|
Pure node.js ( >=8 ) implementation of [EBICS](https://en.wikipedia.org/wiki/Electronic_Banking_Internet_Communication_Standard) ( Electronic Banking Internet Communication ).
|
|
|
|
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.
|
|
|
|
|
|
## Supported Banks
|
|
The client is currently tested and verified to work with the following banks:
|
|
|
|
* [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)
|
|
|
|
|
|
## Inspiration
|
|
|
|
The basic concept of this library was inspired by the [EPICS](https://github.com/railslove/epics) library from the Railslove Team.
|
|
|
|
|
|
## Copyright
|
|
|
|
Copyright: eCollect AG, 2018-9.
|