fints
fints copied to clipboard
Typescript FinTS client library.
- Support for hitans version 7 - Fixed umlaut issue - Dependency updates
Support for hitans version 7. No support of the actual HKTAN process yet. Very similar pull request to #15 but with different wording and no dkVersion added.
This pull request addresses #13 and adds HKTAN Segment Version #7. And resolves the issue I had while using `clients.accounts()`, however the use of the tan methods is not yet...
With the latest version I encountered the error `Unimplemented TAN method version 7 encountered.` I could fix this by manually adding version 7 in `hitans.ts` ``` if (![1, 2, 3,...
The documentation states that a registration is necessary, but not where to do so and where to specify the productId. The PinTanClient has an optional field `productId` where I could...
Not sure if my implementation is missing something but I was able to retrieve a 2 year statement using PushTAN App on Sparkasse. My fork is based on latest version...
Some banks require a TAN on login, such as the Commerzbank. How can I submit the TAN in the login request or complete the received PNG challenge after using phototan?