node-ebics-client
node-ebics-client copied to clipboard
Node.js EBICS Client - compliant with ISO 20022
Bumps [xml-crypto](https://github.com/node-saml/xml-crypto) from 4.1.0 to 6.0.0. Release notes Sourced from xml-crypto's releases. v6.0.0 Bump github/codeql-action from 2 to 3 (#434) (627d83f) Set getCertFromKeyInfo to noop (#445) (2120172) Chore: Update README.md...
## Summary Add support for multi-segmented download requests. ## Breaking changes 1. In case multiple `orderData` entries available the attribute returns an array 2. In case data is not available...
Hello ! Which ISO 20022 test platform have you used for testing your EBICS library ?
@anandsahil Hi, First part, where you define clinet is OK. You do not have to generate keys yourself. It is done automatically when initialisation process is started. Here are the...
Some banks ( mainly french ) do not support RSA authentication, but rather X.509. It would be an important addition to implement support for such authentication. The test platform which...
It is currently impossible to perform multisegmented downloads. Sometimes we may have multiple downloadable segments coming from EBICS. In this case, the first request/response pair is transferred in `Initialisation` phase....
I am able to encrypt the key. While decrypting the key it is throwing JSON parse error unexpected json error. Please help me out.
it is possible to gain access to Swiss Postfinance testplatform to test EBICS It is free of charge and open. https://isotest.postfinance.ch/corporates/register https://testplattform.postfinance.ch/corporates/register here is some documentation. https://testplattform.postfinance.ch/corporates/help https://www.postfinance.ch/content/dam/pfch/doc/prod/pay/FS_EBICS_Parameterblatt_Software_479.07_de.pdf I am...
I ran into the problem that my `client.keys` are `undefined`. And thus the bankLetter cannot be created. Here is my code: ``` initZKB = async () => { const ebicsClient...
Is it planned to write types for this library?