mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-23 22:52:08 +00:00
de92265c95
When using the software with multiple banks, the current config file solution wasn't very flexible. We had some different local implementation at our end. In order to use upstream software directly without any changes, suggesting to merge these changes. For me locally it would mean I can get rid of a lot of local example code which are currently bank and even entity specific and can be made more generic. This will also allow multiple EBICS connections with the same bank for different entities as well, in case this is needed. In our case we have multiple EBICS connections with the same bank. Signed-off-by: Herman van Hazendonk <github.com@herrie.org> |
||
---|---|---|
assets | ||
examples | ||
lib | ||
templates | ||
test | ||
.editorconfig | ||
.env | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.travis.yml | ||
changelog-template.hbs | ||
CHANGELOG.md | ||
index.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
node-ebics-client
Pure node.js ( >=8 ) implementation of EBICS ( Electronic Banking Internet Communication ).
The client is aimed to be 100% ISO 20022 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
- Zürcher Kantonalbank
- Raiffeisen Schweiz
- BW Bank
- Bank GPB International S.A.
Inspiration
The basic concept of this library was inspired by the EPICS library from the Railslove Team.
Copyright
Copyright: Dimitar Nanov, 2019-2021.
Licensed under the GPLv3 license.