Herman van Hazendonk de92265c95 Examples: Improve config implementation for multibank.
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>
2021-03-26 19:57:54 +01:00
2019-11-07 11:53:09 +02:00
2020-03-06 06:47:56 +02:00
2019-11-26 18:22:09 +02:00
2019-11-20 11:12:37 +02:00
2018-05-17 18:03:59 +03:00
2019-11-05 05:49:07 +02:00
2019-11-05 05:49:07 +02:00
2019-11-26 18:21:56 +02:00
2019-11-20 19:46:39 +02:00
2021-02-05 20:30:59 +02:00
2018-08-31 08:50:18 +03:00
2018-05-18 08:35:42 +03:00
2021-02-05 20:29:22 +02:00
2021-02-05 20:38:38 +02:00

node-ebics-client

Build Status ebics-client Known Vulnerabilities GPL-3.0 Coverage Status

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:

Inspiration

The basic concept of this library was inspired by the EPICS library from the Railslove Team.

Copyright: Dimitar Nanov, 2019-2021.
Licensed under the GPLv3 license.

Description
No description provided
Readme MIT 1.3 MiB
Languages
JavaScript 88.8%
Handlebars 11.2%