Go to file
dependabot[bot] 6bc2e508de
chore(deps): bump xml-crypto from 4.1.0 to 6.0.0
Bumps [xml-crypto](https://github.com/node-saml/xml-crypto) from 4.1.0 to 6.0.0.
- [Release notes](https://github.com/node-saml/xml-crypto/releases)
- [Changelog](https://github.com/node-saml/xml-crypto/blob/master/CHANGELOG.md)
- [Commits](https://github.com/node-saml/xml-crypto/compare/v4.1.0...v6.0.0)

---
updated-dependencies:
- dependency-name: xml-crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 17:06:50 +00:00
.github/workflows Update CI.yml 2023-10-11 22:28:23 +03:00
assets chore: update readme 2019-11-07 11:53:09 +02:00
examples Merge branch 'master' into herrie/additionalConfigItems 2021-03-30 11:03:35 +02:00
lib fix: correct rock post signature 2024-04-30 03:05:31 +03:00
templates Add additional bank configuration items 2021-03-30 11:02:36 +02:00
test feat: replace <request> with <rock-req> 2023-10-11 22:15:35 +03:00
.editorconfig test: add more tests 2019-11-20 11:12:37 +02:00
.env initial commit 2018-05-17 18:03:59 +03:00
.eslintignore chore: update linter 2019-11-05 05:49:07 +02:00
.eslintrc chore: update linter 2019-11-05 05:49:07 +02:00
.gitignore chore: gitignore 2019-11-26 18:21:56 +02:00
.travis.yml feat: update dependencies 2023-10-11 21:58:26 +03:00
changelog-template.hbs add changelog configoration 2019-11-07 11:20:34 +02:00
CHANGELOG.md chore: version number 2023-10-11 22:19:58 +03:00
index.js Add traces storage 2018-08-31 08:50:18 +03:00
LICENSE Update LICENSE 2022-08-04 06:58:54 +03:00
package-lock.json chore(deps): bump xml-crypto from 4.1.0 to 6.0.0 2024-05-01 17:06:50 +00:00
package.json chore(deps): bump xml-crypto from 4.1.0 to 6.0.0 2024-05-01 17:06:50 +00:00
README.md Update README.md 2022-08-04 07:00:28 +03: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-2022.
Licensed under the MIT license.